diff options
author | Francisco Jerez <[email protected]> | 2018-02-12 14:31:32 -0800 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2018-02-24 15:28:36 -0800 |
commit | 6a8ec78c2ab12d75f16e4a2f95e9be014dae021e (patch) | |
tree | 81b05ad9761a6830bd9a4d10cea3986a7e675abd /src/mesa/main/get.c | |
parent | d0bef79f12aca8d3db323cc49881100be16905fb (diff) |
mesa: Rename MESA_shader_framebuffer_fetch gl_extensions bits to EXT.
The changes I had originally planned for the MESA_shader_framebuffer_fetch
extension have been merged into the EXT spec, there's no point in keeping
MESA_shader_framebuffer_fetch extension enables.
Reviewed-by: Plamena Manolova <[email protected]>
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r-- | src/mesa/main/get.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 7c3b9dd22cb..90ab7ca60f8 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -575,7 +575,7 @@ static const int extra_core_ARB_color_buffer_float_and_new_buffers[] = { static const int extra_EXT_shader_framebuffer_fetch[] = { EXTRA_API_ES2, EXTRA_API_ES3, - EXT(MESA_shader_framebuffer_fetch), + EXT(EXT_shader_framebuffer_fetch), EXTRA_END }; |