commit | 704ade2ba7ec2f546b5b4757a441bd534d658005 | [log] [tgz] |
---|---|---|
author | Chris Glover <chrisglover@google.com> | Fri Jun 02 09:04:50 2023 +0100 |
committer | Chris Glover <chrisglover@google.com> | Wed Jun 21 10:18:45 2023 +0000 |
tree | e0a59186d522c226279ccf23a69e0ec8f802221c | |
parent | 1db43995a5e1cda14aaa1079bbcd39a1c8ccb8fc [diff] |
Update EGL_GL_COLORSPACE_BT2020_HLG_EXT to the correct value ag/22764137 added support for HLG formats, but the spec change in the Khronos gitlab hadn't landed yet. The enum I used had already been used by an unpublished NVIDIA EXT, so I needed to choose a different one. This change uses the new one which is the final correct enum found here: https://github.com/KhronosGroup/EGL-Registry/commit/526f9a6471106090e44b8d6a123f78886d5d88fa Bug: 277210442 Test: Manually ran new test in CL https://gerrit.khronos.org/c/vk-gl-cts/+/11608 Change-Id: I5c163b7ef2c3e6fa6f90ac8de6f75a7b7e67cf8c
diff --git a/opengl/include/EGL/eglext.h b/opengl/include/EGL/eglext.h index 32c21f6..c787fc9 100644 --- a/opengl/include/EGL/eglext.h +++ b/opengl/include/EGL/eglext.h
@@ -699,7 +699,7 @@ #ifndef EGL_EXT_gl_colorspace_bt2020_hlg #define EGL_EXT_gl_colorspace_bt2020_hlg 1 -#define EGL_GL_COLORSPACE_BT2020_HLG_EXT 0x333E +#define EGL_GL_COLORSPACE_BT2020_HLG_EXT 0x3540 #endif /* EGL_EXT_gl_colorspace_bt2020_hlg */ #ifndef EGL_EXT_gl_colorspace_bt2020_linear