On 25 September 2015 at 16:40, Mark Janes <[email protected]> wrote:
> With the push of SSBO support in mesa, one of these tests continues to
> fail, but only on broadwell:
>
> piglit.spec.arb_shader_storage_buffer_object.array-ssbo-binding
>
>     Standard Output
>
>     
> /tmp/build_root/m64/lib/piglit/bin/arb_shader_storage_buffer_object-array-ssbo-binding
>  -auto -fbo
>     piglit: debug: Requested an OpenGL 3.2 Core Context, and received a 
> matching 3.3 context
>
>     Wrong 0 value in buffer[1]: 0.00
>
The test seems to be comparing a float with an integer there. Perhaps
one should use {+,-}0.0f or lambda ?

        float *map;
        ...
                if (map[i] != 0) {
                       printf("Wrong %d value in buffer[0]: %.2f\n",
                              i, map[i]);

-Emil
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to