Re: [Piglit] [PATCH v3] fix read_pixels_float() on GLES2 when format is not GL_RGBA

2018-03-28 Thread Pending Chaos
Yes I do; I don't have commit rights. On Wed, Mar 28, 2018 at 6:12 PM, Brian Paul wrote: > On 03/28/2018 10:44 AM, Rhys Perry wrote: >> >> GLES2 requires GL_RGBA to be used with GL_UNSIGNED_BYTE in glReadPixels >> --- >> tests/util/piglit-util-gl.c | 18 +++--- >> 1 file changed, 1

Re: [Piglit] [PATCH v3] fix read_pixels_float() on GLES2 when format is not GL_RGBA

2018-03-28 Thread Brian Paul
On 03/28/2018 10:44 AM, Rhys Perry wrote: GLES2 requires GL_RGBA to be used with GL_UNSIGNED_BYTE in glReadPixels --- tests/util/piglit-util-gl.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/tests/util/piglit-util-gl.c b/tests/util/piglit-util-gl.c in

[Piglit] [PATCH v3] fix read_pixels_float() on GLES2 when format is not GL_RGBA

2018-03-28 Thread Rhys Perry
GLES2 requires GL_RGBA to be used with GL_UNSIGNED_BYTE in glReadPixels --- tests/util/piglit-util-gl.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/tests/util/piglit-util-gl.c b/tests/util/piglit-util-gl.c index df39c1c87..3a41a5eb0 100644 --- a/tests/ut