[Piglit] [RFC 1/3] hack: enable shader runner on 4.2.0 NVIDIA 304.88

Brian Paul brianp at vmware.com
Tue Oct 15 17:15:52 CEST 2013


On 10/15/2013 05:49 AM, Topi Pohjolainen wrote:
> Signed-off-by: Topi Pohjolainen <topi.pohjolainen at intel.com>
> ---
>   tests/shaders/shader_runner.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/shaders/shader_runner.c b/tests/shaders/shader_runner.c
> index ba76cd0..5731985 100644
> --- a/tests/shaders/shader_runner.c
> +++ b/tests/shaders/shader_runner.c
> @@ -52,7 +52,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>
>   	config.window_width = 250;
>   	config.window_height = 250;
> -	config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
> +	config.window_visual = PIGLIT_GL_VISUAL_DOUBLE;
>
>   PIGLIT_GL_TEST_CONFIG_END
>
>

Can you please give more detail about what the problem is and why this 
fixes it?

-Brian



More information about the Piglit mailing list