From d653a87e4648260713c718a8778b5c5e4088a6de Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 21 Jan 2014 11:25:05 -0800 Subject: [PATCH] Fix the definition of ALL_ATTRIB_BITS. It's been 0x000fffff on Mesa since the initial import in 1999. It's the same value on my OS X 10.8 system, mingw's Windows-compatible gl.h, and a copy of the windows SDK gl.h I found laying around on the internet. Fixes piglit ARB_multisample/pushpop. --- registry/gl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/gl.xml b/registry/gl.xml index 6ae53e2..cca93ab 100644 --- a/registry/gl.xml +++ b/registry/gl.xml @@ -2035,7 +2035,7 @@ typedef unsigned int GLhandleARB; - +