[Piglit] [PATCH 1/2] arb_gpu_shader_fp64: fix wrong use of GLSL version

Dylan Baker baker.dylan.c at gmail.com
Tue Nov 17 12:37:59 PST 2015


On Tue, Nov 17, 2015 at 04:25:53PM +0100, Samuel Pitoiset wrote:
> piglit_require_GLSL_version() requires an integer as parameter, not a float.
> This fixes an implicit conversion spotted by Clang.
> 
> Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
> ---
>  .../arb_gpu_shader_fp64/execution/double-gettransformfeedbackvarying.c  | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/spec/arb_gpu_shader_fp64/execution/double-gettransformfeedbackvarying.c b/tests/spec/arb_gpu_shader_fp64/execution/double-gettransformfeedbackvarying.c
> index ff4b0e0..36b0a2d 100644
> --- a/tests/spec/arb_gpu_shader_fp64/execution/double-gettransformfeedbackvarying.c
> +++ b/tests/spec/arb_gpu_shader_fp64/execution/double-gettransformfeedbackvarying.c
> @@ -115,7 +115,7 @@ piglit_init(int argc, char **argv)
>  	int i;
>  
>  	/* Set up test */
> -	piglit_require_GLSL_version(1.50);
> +	piglit_require_GLSL_version(150);
>  	piglit_require_transform_feedback();
>  	piglit_require_extension("GL_ARB_gpu_shader_fp64");
>  
> -- 
> 2.6.2
> 
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit

Reviewed-by: Dylan Baker <baker.dylan.c at gmail.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20151117/a1e36db9/attachment.sig>


More information about the Piglit mailing list