Fixed auto-conversion of RGB source images into RGBA textures 42/290442/2
authorDavid Steele <david.steele@samsung.com>
Fri, 24 Mar 2023 12:51:01 +0000 (12:51 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 24 Mar 2023 14:48:28 +0000 (14:48 +0000)
commit1aff17d33fb52d32156a83a913de8f175c63d340
tree51063c0f6df832595985c19b2de6fa11de4d5e43
parent9e630a6102600176b7ac505c8cb3ab9f1df07346
Fixed auto-conversion of RGB source images into RGBA textures

Added test case for this conversion, and updated some other tests
to cover more of the graphics backend.

Change-Id: I372cad38eeaf5d685a7e48801ad848b67b347364
automated-tests/src/dali-graphics/CMakeLists.txt
automated-tests/src/dali-graphics/utc-Dali-GraphicsFramebuffer.cpp
automated-tests/src/dali-graphics/utc-Dali-GraphicsTexture.cpp [new file with mode: 0644]
dali/internal/graphics/gles-impl/egl-graphics-controller.cpp