[Piglit] [PATCH 01/11] util/gl: add default window config of 150 x 150 pixels

Chad Versace chad.versace at linux.intel.com
Tue Nov 6 13:39:46 PST 2012


On 11/02/2012 01:01 PM, Brian Paul wrote:
> On Win7 windows get resized to the min size of 116x100 pixels (which
> might depend on the Aero theme, etc).  This resize is detected by
> the piglit framework:
> 
> Got spurious window resize in automatic run (100,100 to 116,100)
> PIGLIT: {'result': 'warn'}
> 
> so we get a 'warn' result instead of actually running the test.
> 
> This sets a default window size of 150x150 pixels.  Next, we'll
> remove the "config.window_width/height = 100" lines from a bunch
> of tests.
> ---
>  tests/util/piglit-framework-gl.h |    8 ++++++++
>  1 files changed, 8 insertions(+), 0 deletions (-)

For the series,
Reviewed-by: Chad Versace <chad.versace at linux.intel.com>

I'll start looking into a mechanism for deciding the default
window size at runtime, like I discussed in the other thread.



More information about the Piglit mailing list