From 692997c34eaf3eab9b95658c453392dc2627b58f Mon Sep 17 00:00:00 2001 From: Nanley Chery Date: Wed, 17 Jun 2015 16:51:22 -0700 Subject: add new astcenc binary with correct sRGB behavior --- astcenc | Bin 762990 -> 877264 bytes fix_mali_ktx.c | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/astcenc b/astcenc index bd04401..3d592bf 100755 Binary files a/astcenc and b/astcenc differ diff --git a/fix_mali_ktx.c b/fix_mali_ktx.c index 812b8f6..6928603 100644 --- a/fix_mali_ktx.c +++ b/fix_mali_ktx.c @@ -44,9 +44,9 @@ main(int argc, char* argv[]) uint32_t d_srgb[5] = {GL_UNSIGNED_BYTE, 1, - GL_RGBA, - GL_SRGB8_ALPHA8, - GL_RGBA}; + GL_RGB, + GL_SRGB8, + GL_RGB}; uint32_t *packet = NULL; if (hdr) { -- cgit v1.2.3