diff options
author | Brian Paul <[email protected]> | 2010-10-23 09:36:44 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-10-23 10:19:30 -0600 |
commit | 9ee07a0a27f515c11ae6d3061565863da757a8ed (patch) | |
tree | 1be514285bc6e8d24e5ff95cc65108ee4b8e9b12 /src/mesa/main | |
parent | 4250882ccf8326ba9074c671110370534489caa6 (diff) |
mesa: added new gl_extensions::EXT_gpu_shader4 field
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/mtypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 13aa66fc1e8..32f1470ed0e 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2690,6 +2690,7 @@ struct gl_extensions GLboolean EXT_framebuffer_object; GLboolean EXT_framebuffer_sRGB; GLboolean EXT_gpu_program_parameters; + GLboolean EXT_gpu_shader4; GLboolean EXT_multi_draw_arrays; GLboolean EXT_paletted_texture; GLboolean EXT_packed_depth_stencil; |