[Piglit] [PATCH v2 01/13] glean: use piglit-util and initialize GLEW.
Chad Versace
chad.versace at linux.intel.com
Tue Mar 13 11:03:04 PDT 2012
On 03/12/2012 02:41 PM, Paul Berry wrote:
> Later patches in this series will introduce a new mechanism for
> binding Piglit to GL functions, called piglit-dispatch. This
> mechanism will reside in the piglit-util library, and will require
> initialization.
>
> To ease the transition, this patch causes Glean to link to
> piglit-util, and initializes GLEW using the glewInit() function. When
> GLEW is replaced with piglit-dispatch, the call to glewInit() will
> serve to initialize new piglit-dispatch mechanism.
> ---
> tests/glean/CMakeLists.gl.txt | 2 ++
> tests/glean/tbase.h | 6 ++++++
> 2 files changed, 8 insertions(+), 0 deletions(-)
Reviewed-by: Chad Versace <chad.versace at linux.intel.com>
More information about the Piglit
mailing list