Actually we need some GLSL Compat version checks before doing this. I'll
send a patch 1.5 to do that.
On 18/05/18 17:06, Timothy Arceri wrote:
With the previous commit everything we need should be there.
---
src/mesa/main/extensions_table.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h
index 945b462122c..86ce6ec2318 100644
--- a/src/mesa/main/extensions_table.h
+++ b/src/mesa/main/extensions_table.h
@@ -74,7 +74,7 @@ EXT(ARB_framebuffer_sRGB ,
EXT_framebuffer_sRGB
EXT(ARB_get_program_binary , dummy_true
, GLL, GLC, x , x , 2010)
EXT(ARB_get_texture_sub_image , dummy_true
, GLL, GLC, x , x , 2014)
EXT(ARB_gl_spirv , ARB_gl_spirv
, x, GLC, x , x , 2016)
-EXT(ARB_gpu_shader5 , ARB_gpu_shader5
, x , GLC, x , x , 2010)
+EXT(ARB_gpu_shader5 , ARB_gpu_shader5
, GLL, GLC, x , x , 2010)
EXT(ARB_gpu_shader_fp64 , ARB_gpu_shader_fp64
, x , GLC, x , x , 2010)
EXT(ARB_gpu_shader_int64 , ARB_gpu_shader_int64
, x , GLC, x , x , 2015)
EXT(ARB_half_float_pixel , dummy_true
, GLL, GLC, x , x , 2003)
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev