[Piglit] [PATCH] shader_runner: added "probe atomic counter buffer" command

2018-02-21 Thread Antia Puentes
Command syntax is: probe atomic counter buffer --- tests/shaders/shader_runner.c | 25 +++-- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/tests/shaders/shader_runner.c b/tests/shaders/shader_runner.c index 700b11327..c7243571d 100644 --- a/tests/shaders/sh

Re: [Piglit] [PATCH] internalformat_query(2): fix SAMPLES pname checks for RGB9_E5

2018-02-21 Thread Antia Puentes
On 21/02/18 08:08, Alejandro Piñeiro wrote: On 20/02/18 17:28, Antia Puentes wrote: On 20/02/18 17:18, Alejandro Piñeiro wrote: I also noted that the commit message says "internalformat_query(2)". Not sure why it uses parenthesis, shouldn't be just "internalformat_query2"? It includes change

[Piglit] [PATCH v2] internalformat_query*: fix SAMPLES pname checks for RGB9_E5

2018-02-21 Thread Antia Puentes
SAMPLES and NUM_SAMPLE_COUNTS queries accept internalformats which are defined as color-, depth- or stencil-renderable. RGB9_E5 is marked as non color-renderable in OpenGL 4.6, however if the EXT_texture_shared_exponent extension is exposed it must be considered as such. The later was discussed in: