[Piglit] [PATCH 2/2] arb_shader_stencil_export: Compare all values
Emil Velikov
emil.l.velikov at gmail.com
Fri Nov 6 08:47:02 PST 2015
Hi Ben,
On 23 October 2015 at 06:00, Ben Widawsky <benjamin.widawsky at intel.com> wrote:
> @@ -46,8 +46,8 @@ static GLint prog;
> enum piglit_result
> piglit_display(void)
> {
> - GLboolean pass = GL_TRUE;
> - float p[4];
> + uint8_t p[256 * 256];
If you're reworking either of these two patches, can you throw in a
define or two for these 'magic' numbers.
Thanks
Emil
More information about the Piglit
mailing list