Fix build after CTS_ARB_sparse_texture_clamp tests
authorAlexander Galazin <alexander.galazin@arm.com>
Fri, 10 Mar 2017 19:19:09 +0000 (20:19 +0100)
committerAlexander Galazin <alexander.galazin@arm.com>
Fri, 10 Mar 2017 19:23:39 +0000 (20:23 +0100)
GL_EXT_direct_state_access was not added to the script
generating inline files. This caused sanity checks failures.

Component: Framework

Affects: inline file generation

Change-Id: I0a4c1e8dc6076f3a939f0adf474d9ae58ef38dba

scripts/opengl/src_util.py

index 0b13e29..df64c6a 100644 (file)
@@ -60,6 +60,7 @@ EXTENSIONS                    = [
        'GL_EXT_texture_type_2_10_10_10_REV',
        'GL_EXT_copy_image',
        'GL_EXT_depth_bounds_test',
+       'GL_EXT_direct_state_access',
        'GL_EXT_draw_buffers_indexed',
        'GL_EXT_draw_elements_base_vertex',
        'GL_EXT_direct_state_access',