From: Jason Ekstrand Date: Tue, 29 Jul 2014 01:30:55 +0000 (-0700) Subject: main/get_hash_params: Add GL_SAMPLE_SHADING_ARB X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ea922dd7ca773033a09068e397b34d8abd4c763;p=mesa.git main/get_hash_params: Add GL_SAMPLE_SHADING_ARB GL_SAMPLE_SHADING is specified as a valid pname for glGet in the GL_ARB_sample_shading extension. It seems as if we forgot to add it to the table of pnames. Signed-off-by: Jason Ekstrand Reviewed-by: Matt Turner Reviewed-by: Kenneth Graunke Cc: mesa-stable@lists.freedesktop.org --- diff --git a/src/mesa/main/get_hash_params.py b/src/mesa/main/get_hash_params.py index 35d6172a3a5..ff858207b87 100644 --- a/src/mesa/main/get_hash_params.py +++ b/src/mesa/main/get_hash_params.py @@ -84,6 +84,7 @@ descriptor=[ [ "SAMPLES_ARB", "BUFFER_INT(Visual.samples), extra_new_buffers" ], # GL_ARB_sample_shading + [ "SAMPLE_SHADING_ARB", "CONTEXT_BOOL(Multisample.SampleShading), extra_gl40_ARB_sample_shading" ], [ "MIN_SAMPLE_SHADING_VALUE_ARB", "CONTEXT_FLOAT(Multisample.MinSampleShadingValue), extra_gl40_ARB_sample_shading" ], # GL_SGIS_generate_mipmap