[Piglit] [PATCH] arb_enhanced_layouts: add test for location aliasing across GS vertex streams

2016-12-02 Thread Nicolai Hähnle
From: Nicolai Hähnle The key part: layout(location = 0, component = 0, stream = 0) out float x1_out; layout(location = 0, component = 1, stream = 1) out float x2_out; Why anyone would do that is beyond me, but the spec allows it. --- tests/all.py

[Piglit] [PATCH v2] Add GL_INTEL_conservative_rasterization tests

2016-12-02 Thread Lionel Landwerlin
This extension is a subset of GL_NV_conservative_raster, applying only to polygons. v2: Drop wrongly added files from Plamena's work (Lionel) Signed-off-by: Lionel Landwerlin --- tests/all.py | 8 ++