diff options
author | Mathias Fröhlich <[email protected]> | 2014-10-25 14:42:14 +0200 |
---|---|---|
committer | Mathias Fröhlich <[email protected]> | 2014-10-25 15:14:24 +0200 |
commit | a9c634dded0fb81d324f98b7e90077c59bf4d946 (patch) | |
tree | bb73b769e666d1f7bd5964263e6c2b6200e3afbc /src/mapi | |
parent | ce6155941357b915aa5408e0a8089a7bf32f9c10 (diff) |
glx: Fix make check.
This fixes https://bugs.freedesktop.org/show_bug.cgi?id=85429.
Signed-off-by: Ian Romanick <[email protected]>
Signed-off-by: Mathias Froehlich <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_clip_control.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_clip_control.xml b/src/mapi/glapi/gen/ARB_clip_control.xml index 2973a319424..ab1a3883ea7 100644 --- a/src/mapi/glapi/gen/ARB_clip_control.xml +++ b/src/mapi/glapi/gen/ARB_clip_control.xml @@ -17,7 +17,7 @@ <function name="ClipControl" offset="assign"> <param name="origin" type="GLenum"/> <param name="depth" type="GLenum"/> - <glx rop="1340"/> + <!-- <glx rop="1340"/> --> </function> </category> |