DarkRadiant: master 1828f91c
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
orbweaver | orbweaver | master | 18.06.2020 20:21 | master 39471f91 |
Changeset | Image::getMipMapPixels(int) is now just getPixels() No calling code ever made use of the mipmap level parameter, nor could it ever do so since the RGBAImage implementation would assert if the requested level were anything other than 0, making this parameter useless. The only class which cares about mipmap levels is DDSImage, which continues to be populated by its (non-interface) getMipMapPixels method inside dds.cpp. |
|||
mod - include/iimage.h | Diff File | |||
mod - libs/RGBAImage.h | Diff File | |||
mod - radiant/image/dds.cpp | Diff File | |||
mod - radiant/shaders/CameraCubeMapDecl.cpp | Diff File | |||
mod - radiant/shaders/MapExpression.cpp | Diff File | |||
mod - radiant/shaders/textures/HeightmapCreator.h | Diff File | |||
mod - radiant/shaders/textures/TextureManipulator.cpp | Diff File |