Re: [Piglit] [PATCH v2 1/2] piglit gl: convert gl extension checking to use an array of strings

2012-10-01 Thread Chad Versace
On 09/19/2012 10:12 AM, Jordan Justen wrote: This better matches the interface of glGetStringi, which should be used for GL = 3.0. Signed-off-by: Jordan Justen jordan.l.jus...@intel.com The series is Reviewed-by: Chad Versace chad.vers...@linux.intel.com

[Piglit] [PATCH v2 1/2] piglit gl: convert gl extension checking to use an array of strings

2012-09-19 Thread Jordan Justen
This better matches the interface of glGetStringi, which should be used for GL = 3.0. Signed-off-by: Jordan Justen jordan.l.jus...@intel.com --- tests/util/piglit-util-gl-common.c | 52 +--- tests/util/piglit-util.c | 15 +++