[Piglit] [Bug 92692] New: [bisected] arb_draw_indirect.arb_draw_indirect-api-errors fails due to Mesa commit

2015-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92692 Bug ID: 92692 Summary: [bisected] arb_draw_indirect.arb_draw_indirect-api-errors fails due to Mesa commit Product: piglit Version: unspecified

[Piglit] [PATCH v2 3/5] arb-enhanced-layouts: explicit-offset: relative offset values

2015-10-27 Thread Emil Velikov
From: Emil Velikov Check if one member is (attempted to be) positioned on top of another, and that the assigned offset(s) increase naturally. v2: - Fix typo - enhanced-layout > enhanced-layouts - Prefix uniform tests with ubo - Add ssbo equivalent tests

[Piglit] [PATCH v2 1/5] arb-enhanced-layouts: explicit-offset: add block layout tests

2015-10-27 Thread Emil Velikov
From: Emil Velikov As per the spec the block must be of std140 (or std430 if using ssbo) layout. v2: - Fix typo - enhanced-layout > enhanced-layouts - Prefix uniform tests with ubo - Add ssbo equivalent tests Signed-off-by: Emil Velikov

[Piglit] [PATCH v2 5/5] arb-enhanced-layouts: explicit-offset: add linker test

2015-10-27 Thread Emil Velikov
From: Emil Velikov Check if the linker throws an error when the offset across two identically named blocks' members are not the same. Signed-off-by: Emil Velikov --- ...sbo-different-offset-across-shaders.shader_test | 35

[Piglit] [PATCHv2 0/5] arb-enhanced-layouts: explicit-offset piglits

2015-10-27 Thread Emil Velikov
Hi all, Some update over the previous round - Add the missing S in enhanced-layouts :) - The uniform tests are prefixed with UBO. - SSBO tests are added in the respective hunks. - The final (negative link) test has been added. Note: all of these are written based on the spec alone and

[Piglit] [PATCH v2 2/5] arb-enhanced-layouts: explicit-offset: basic/sanity offset values

2015-10-27 Thread Emil Velikov
From: Emil Velikov Check if both numberical and const expressions are accepted as valid offset. Also try a negative value as offset. v2: - Fix typo - enhanced-layout > enhanced-layouts - Prefix uniform tests with ubo - Add ssbo equivalent tests Signed-off-by:

[Piglit] [PATCH v2 4/5] arb-enhanced-layouts: explicit-offset: test offset wrt (self) alignment

2015-10-27 Thread Emil Velikov
From: Emil Velikov As per the spec hunk: "The specified offset must be a multiple of the base alignment of the type of the block member it qualifies, or a compile-time error results." v2: - Fix typo - enhanced-layout > enhanced-layouts - Prefix uniform

[Piglit] [Bug 92692] [bisected] arb_draw_indirect.arb_draw_indirect-api-errors fails due to Mesa commit

2015-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92692 Mark Janes changed: What|Removed |Added CC|

Re: [Piglit] [PATCH] Add support for feature readiness.

2015-10-27 Thread Thomas Wood
On 27 October 2015 at 14:23, Gabriel Feceoru wrote: > This adds a new "feat-summary" command to piglit which creates a HTML table The summary command already has several format options. Couldn't this be added as just an additional option to the existing command? Adding

[Piglit] [PATCH] khr_texture_compression_astc: Enable subtest reports

2015-10-27 Thread Nanley Chery
From: Nanley Chery Enable Piglit to report the result of each individual subtest for the array and miptree ASTC tests. Cc: Mark Janes Cc: Dylan Baker Signed-off-by: Nanley Chery ---

[Piglit] [PATCH] framework: resmove es3conform support

2015-10-27 Thread baker . dylan . c
From: Dylan Baker This is the old Khronos suite, which has been superseded by CTS. Since piglit can wrap cts it seems rather silly to have both CTS and es3conform support. cc: Eric Anholt Signed-off-by: Dylan Baker --- Eric,

Re: [Piglit] [PATCH] khr_texture_compression_astc: Enable subtest reports

2015-10-27 Thread Dylan Baker
On Tue, Oct 27, 2015 at 11:59:17AM -0700, Nanley Chery wrote: > From: Nanley Chery > > Enable Piglit to report the result of each individual subtest > for the array and miptree ASTC tests. > > Cc: Mark Janes > Cc: Dylan Baker

Re: [Piglit] [PATCH] Add support for feature readiness.

2015-10-27 Thread Dylan Baker
On Tue, Oct 27, 2015 at 05:09:31PM +, Thomas Wood wrote: > On 27 October 2015 at 14:23, Gabriel Feceoru > wrote: > > This adds a new "feat-summary" command to piglit which creates a HTML table > > The summary command already has several format options. Couldn't

[Piglit] [PATCH] Add support for feature readiness.

2015-10-27 Thread Gabriel Feceoru
This adds a new "feat-summary" command to piglit which creates a HTML table with the feature x DUT status (useful for multiple features, multiple DUTs). Another use case is the feature status for subsequent test results (depending on the meaning of that test result - DUT or build) A feature