diff options
author | Maxence Le Dore <[email protected]> | 2012-12-24 00:57:02 +0100 |
---|---|---|
committer | Chris Forbes <[email protected]> | 2013-10-03 07:55:51 +1300 |
commit | d3575622b7897c88c62e4f57341c196eb913c960 (patch) | |
tree | d5636ca07656cb96ebf7bbf9eee5d8e792f42238 /src/mesa/main/get.c | |
parent | 0d7fc10bcd2efb2f96d684b3273b4e0c0b0afef0 (diff) |
mesa: add texture gather changes
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r-- | src/mesa/main/get.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 7af5f5591a4..89b3bf09ddb 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -366,6 +366,7 @@ EXTRA_EXT(ARB_map_buffer_alignment); EXTRA_EXT(ARB_texture_cube_map_array); EXTRA_EXT(ARB_texture_buffer_range); EXTRA_EXT(ARB_texture_multisample); +EXTRA_EXT(ARB_texture_gather); static const int extra_ARB_color_buffer_float_or_glcore[] = { |