Re: [Piglit] [PATCH 1/2] shader_runner: support SIZE in requirement section of a shader_test

2013-10-18 Thread Paul Berry
On 11 October 2013 10:38, Jordan Justen jordan.l.jus...@intel.com wrote: If a test requires a certain size, it adds 'SIZE Width Height' to the requirements section. Width and Height must be unsigned integers. Signed-off-by: Jordan Justen jordan.l.jus...@intel.com ---

[Piglit] [PATCH 1/2] shader_runner: support SIZE in requirement section of a shader_test

2013-10-11 Thread Jordan Justen
If a test requires a certain size, it adds 'SIZE Width Height' to the requirements section. Width and Height must be unsigned integers. Signed-off-by: Jordan Justen jordan.l.jus...@intel.com --- tests/shaders/shader_runner.c | 40 +++- 1 file changed, 27