mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
mesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_compatibility.
Fixes piglit arb_es2_compatibility-shadercompiler
(cherry picked from commit 4620de7eea)
This commit is contained in:
parent
6428ca32c0
commit
d3c1fb7775
1 changed files with 1 additions and 0 deletions
|
|
@ -588,6 +588,7 @@ static const struct value_desc values[] = {
|
|||
LOC_CUSTOM, TYPE_BOOLEAN, offsetof(struct gl_client_array, Stride), NO_EXTRA },
|
||||
|
||||
/* GL_ARB_ES2_compatibility */
|
||||
{ GL_SHADER_COMPILER, CONST(1), extra_ARB_ES2_compatibility },
|
||||
{ GL_MAX_VARYING_VECTORS, CONTEXT_INT(Const.MaxVarying),
|
||||
extra_ARB_ES2_compatibility },
|
||||
{ GL_MAX_VERTEX_UNIFORM_VECTORS, LOC_CUSTOM, TYPE_INT, 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue