[Piglit] [PATCH v2 10/13] piglit-dispatch: Switch to using piglit-dispatch instead of GLEW.

Chad Versace chad.versace at linux.intel.com
Fri Mar 16 11:52:20 PDT 2012


On 03/12/2012 02:41 PM, Paul Berry wrote:
> Previous patches set up the piglit-dispatch infrastructure but did not
> use it.  This patch enables piglit-dispatch and uses it instead of
> GLEW.
> 
> No piglit regressions on Intel SandyBridge (Linux) or Mac OSX.

Nice. Only one more platform to conquer.

>  #if defined(USE_OPENGL)
> -#	include "glew.h"
> -	/* Include the real headers too, in case GLEW misses something. */
> +#	include "piglit-dispatch.h"
> +	/* Include the real headers too, in case piglit-dispatch misses something. */
>  #	ifdef __APPLE__
>  #		include <OpenGL/gl.h>
>  #		include <OpenGL/glu.h>

Shouldn't Apple's <OpenGL/gl.h> be removed too?
I think we discussed this before, but I don't remember the conclusion.

----
Chad Versace
chad.versace at linux.intel.com


More information about the Piglit mailing list