Re: [Piglit] [PATCH 02/23] texline: Convert to use piglit framework

2012-10-04 Thread Eric Anholt
Chad Versace chad.vers...@linux.intel.com writes: This test was oldschool. It rolled its own main with a handful of GLUT functions. This patch converts it to use the PIGLIT_GL_TEST_MAIN macro. I'd also be quite happy to see this code and tests/data just die. It's not in all.tests and doesn't

[Piglit] [PATCH 02/23] texline: Convert to use piglit framework

2012-09-28 Thread Chad Versace
This test was oldschool. It rolled its own main with a handful of GLUT functions. This patch converts it to use the PIGLIT_GL_TEST_MAIN macro. Signed-off-by: Chad Versace chad.vers...@linux.intel.com --- tests/mesa/tests/texline.c | 83 +- 1 file