Optimize sRGB8 lookups by using lut.
authorMika Isojärvi <misojarvi@google.com>
Thu, 30 Apr 2015 22:15:36 +0000 (15:15 -0700)
committerMika Isojärvi <misojarvi@google.com>
Mon, 14 Sep 2015 21:49:25 +0000 (14:49 -0700)
commita99421e9ede7fac9c1ea832038e2b6dfe4231845
tree7bdbf7380086c8b09970db3eafc903063f903d4a
parent8deafd7e4dcdd401ebb39ea28eb4cfaa8e326135
Optimize sRGB8 lookups by using lut.

Change-Id: I8e77ed3d6572130658b67f8b1dcccad68583d2e6
Android.mk
framework/common/tcuSRGB8Lut.inl [new file with mode: 0644]
framework/common/tcuTexture.cpp
framework/common/tcuTextureUtil.cpp
framework/common/tcuTextureUtil.hpp
modules/internal/CMakeLists.txt
modules/internal/ditSRGB8ConversionTest.cpp [new file with mode: 0644]
modules/internal/ditSRGB8ConversionTest.hpp [new file with mode: 0644]
modules/internal/ditTestPackage.cpp