diff options
author | Ian Romanick <[email protected]> | 2009-11-12 13:22:12 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2009-11-17 16:25:38 -0800 |
commit | 4e7476f601e15cf4c52d7de44f0f775aaaedd094 (patch) | |
tree | 14abbda27b67e1d58cdef8a030f7e218db6f63c8 /src/mesa/glapi | |
parent | 5fbfd883386a8ff78bd6ca10ab761aff1b38e46d (diff) |
ARB_fbo: Add missing GLX render opcode for glFramebufferTextureLayerEXT
Also regenerate the GLX protocol files from this change.
Diffstat (limited to 'src/mesa/glapi')
-rw-r--r-- | src/mesa/glapi/EXT_texture_array.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/glapi/EXT_texture_array.xml b/src/mesa/glapi/EXT_texture_array.xml index e5bd9f3c697..b5b8bd406f7 100644 --- a/src/mesa/glapi/EXT_texture_array.xml +++ b/src/mesa/glapi/EXT_texture_array.xml @@ -35,6 +35,7 @@ <param name="texture" type="GLuint"/> <param name="level" type="GLint"/> <param name="layer" type="GLint"/> + <glx rop="237"/> </function> </category> |