[Piglit] [PATCH 1/3] arb_gpu_shader_fp64: add glsl algebraic tests

Chris Forbes chrisf at ijw.co.nz
Wed Aug 20 19:26:53 PDT 2014


On Thu, Aug 21, 2014 at 12:36 AM, Tapani Pälli <tapani.palli at intel.com> wrote:
> +++ b/tests/spec/arb_gpu_shader_fp64/execution/built-in-functions/glsl-algebraic-div-double.shader_test
...
> +       gl_FragColor = vec4(dvec4(1.0lf, 0.6lf, 1.0lf, 1.0lf) / dcolor);
...
> +uniform vec4 color 2.0 3.0 4.0 1.0
> +draw rect -1 -1 2 2
> +probe all rgba 0.5 0.2 0.25 0.0

Presumably you mean 1.0 in the alpha channel?


More information about the Piglit mailing list