mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
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 <jason.ekstrand@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Cc: mesa-stable@lists.freedesktop.org
(cherry picked from commit 3ea922dd7c)
This commit is contained in:
parent
c84b367b18
commit
b9c5a8f869
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue