diff options
author | Ian Romanick <[email protected]> | 2009-11-11 15:01:25 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2009-11-17 16:25:37 -0800 |
commit | 92b38bc3050d8f1ee8c64ff976584ec3c0b77f0c (patch) | |
tree | 9802568c9495cbb74d5ed5712b1150bcd1ca4796 /src/mesa/glapi | |
parent | 30f09573ed4b3b2a5460143b366aa9fb8b91e6a4 (diff) |
EXT_fbo_blit: Add missing GLX protocol render opcode
Diffstat (limited to 'src/mesa/glapi')
-rw-r--r-- | src/mesa/glapi/gl_API.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml index da4be14707e..2834c5bf513 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -12260,6 +12260,7 @@ <param name="dstY1" type="GLint"/> <param name="mask" type="GLbitfield"/> <param name="filter" type="GLenum"/> + <glx rop="4330"/> </function> </category> |