[Piglit] [PATCH 1/4] primitive-restart: Remove comment about GLEW 1.5.2

Ian Romanick idr at freedesktop.org
Wed Dec 2 08:49:16 PST 2015


From: Ian Romanick <ian.d.romanick at intel.com>

Piglit doesn't use GLEW, so the GLEW version doesn't matter.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
---
 tests/general/primitive-restart.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tests/general/primitive-restart.c b/tests/general/primitive-restart.c
index ce3db8f..f6d705e 100644
--- a/tests/general/primitive-restart.c
+++ b/tests/general/primitive-restart.c
@@ -704,10 +704,6 @@ piglit_init(int argc, char **argv)
    }
 
    /* Debug */
-   /* NOTE!  glew 1.5.2's OpenGL 3.1 detection is broken.  You'll need
-    * to upgrade to a newer version if you want to test the GL 3.1
-    * primitive restart feature!
-    */
    if (0) {
       printf("Have NV: %d\n", Have_NV);
       printf("Have 31: %d\n", Have_31);
-- 
2.5.0



More information about the Piglit mailing list