[Tizen] GraphicsBackend clean up backport 29/306229/1
authorDavid Steele <david.steele@samsung.com>
Wed, 31 Jan 2024 18:56:41 +0000 (18:56 +0000)
committerEunki, Hong <eunkiki.hong@samsung.com>
Mon, 19 Feb 2024 05:14:32 +0000 (14:14 +0900)
commit2c2bf30a2c1079222102b6323044ed5d3a303259
tree643dcb4305deb64c185138324fc65e77246000f8
parent58afd83180f955fde3133abcf9670b655b22187f
[Tizen] GraphicsBackend clean up backport

This is a combination of 2 commits.

Removing old temporary graphics APIs

Change-Id: I41c5af839ab5b0807194ebe2ecedbbaa27ba033c

Remove inclusion of gl-abstraction.h

Remove all #includes.

Would like to move this abstraction to dali-adaptor, but many tests use the test-gl-abstraction
layer to check that e.g. uniforms have been written. Instead, they should be modified to use the
test graphics layer, but that's a lot of work :/.

So, have just removed the usage, but left the file there.

Change-Id: I16f4945eb54ede451f4c91ee130284e84d653309
Signed-off-by: David Steele <david.steele@samsung.com>
14 files changed:
automated-tests/src/dali/dali-test-suite-utils/test-application.cpp
automated-tests/src/dali/dali-test-suite-utils/test-application.h
automated-tests/src/dali/dali-test-suite-utils/test-gl-context-helper-abstraction.h [deleted file]
automated-tests/src/dali/dali-test-suite-utils/test-graphics-controller.h
dali/graphics-api/graphics-controller.h
dali/integration-api/bitmap.cpp
dali/integration-api/core.h
dali/integration-api/file.list
dali/integration-api/gl-abstraction.h
dali/integration-api/gl-context-helper-abstraction.h [deleted file]
dali/integration-api/graphics-config.h [new file with mode: 0644]
dali/internal/common/core-impl.cpp
dali/internal/common/core-impl.h
dali/internal/event/common/thread-local-storage.cpp