Re: [Piglit] [PATCH] gl-2.0: Add test for interaction between pointsprites and const attribs

2014-11-25 Thread Chris Forbes
Disregard; has been superceded by a simpler test now that I've fully understood where i965 was breaking. On Tue, Nov 25, 2014 at 8:39 PM, Chris Forbes chr...@ijw.co.nz wrote: Demonstrates an i965 bug, which wined3d hits in many apps. V2: Fix comment describing vertex layout Signed-off-by:

[Piglit] [PATCH] gl-2.0: Add test for interaction between pointsprites and const attribs

2014-11-24 Thread Chris Forbes
Demonstrates an i965 bug, which wined3d hits in many apps. Signed-off-by: Chris Forbes chr...@ijw.co.nz --- tests/all.py | 1 + tests/spec/gl-2.0/CMakeLists.gl.txt | 1 + tests/spec/gl-2.0/const-attrib-pointsprite-bug.c | 119

[Piglit] [PATCH] gl-2.0: Add test for interaction between pointsprites and const attribs

2014-11-24 Thread Chris Forbes
Demonstrates an i965 bug, which wined3d hits in many apps. V2: Fix comment describing vertex layout Signed-off-by: Chris Forbes chr...@ijw.co.nz --- tests/all.py | 1 + tests/spec/gl-2.0/CMakeLists.gl.txt | 1 +