Re: [Mesa-dev] [PATCH 12/15] mesa: Add a gles3 error condition for sized internalformat in glCopyTexImage*()

2014-08-01 Thread Jason Ekstrand
On Wed, Jun 11, 2014 at 11:09 AM, Anuj Phogat anuj.pho...@gmail.com wrote: Adding mesa-dev to the conversation. On Wed, Jun 11, 2014 at 10:52 AM, Anuj Phogat anuj.pho...@gmail.com wrote: On Wed, Jun 11, 2014 at 10:28 AM, Courtney Goeltzenleuchter court...@lunarg.com wrote: On Fri,

Re: [Mesa-dev] [PATCH 12/15] mesa: Add a gles3 error condition for sized internalformat in glCopyTexImage*()

2014-08-01 Thread Anuj Phogat
On Fri, Aug 1, 2014 at 3:03 PM, Jason Ekstrand ja...@jlekstrand.net wrote: On Wed, Jun 11, 2014 at 11:09 AM, Anuj Phogat anuj.pho...@gmail.com wrote: Adding mesa-dev to the conversation. On Wed, Jun 11, 2014 at 10:52 AM, Anuj Phogat anuj.pho...@gmail.com wrote: On Wed, Jun 11, 2014 at

Re: [Mesa-dev] [PATCH 12/15] mesa: Add a gles3 error condition for sized internalformat in glCopyTexImage*()

2014-07-31 Thread Anuj Phogat
Courtney, Should I consider this r-b you? On Wed, Jun 11, 2014 at 11:34 AM, Courtney Goeltzenleuchter court...@lunarg.com wrote: Very good. I thought there might be something limiting the inputs but wasn't immediately obvious. On Wed, Jun 11, 2014 at 12:09 PM, Anuj Phogat

Re: [Mesa-dev] [PATCH 12/15] mesa: Add a gles3 error condition for sized internalformat in glCopyTexImage*()

2014-06-11 Thread Anuj Phogat
Adding mesa-dev to the conversation. On Wed, Jun 11, 2014 at 10:52 AM, Anuj Phogat anuj.pho...@gmail.com wrote: On Wed, Jun 11, 2014 at 10:28 AM, Courtney Goeltzenleuchter court...@lunarg.com wrote: On Fri, Jun 6, 2014 at 5:57 PM, Anuj Phogat anuj.pho...@gmail.com wrote: Fixes many

Re: [Mesa-dev] [PATCH 12/15] mesa: Add a gles3 error condition for sized internalformat in glCopyTexImage*()

2014-06-11 Thread Courtney Goeltzenleuchter
Very good. I thought there might be something limiting the inputs but wasn't immediately obvious. On Wed, Jun 11, 2014 at 12:09 PM, Anuj Phogat anuj.pho...@gmail.com wrote: Adding mesa-dev to the conversation. On Wed, Jun 11, 2014 at 10:52 AM, Anuj Phogat anuj.pho...@gmail.com wrote: On

[Mesa-dev] [PATCH 12/15] mesa: Add a gles3 error condition for sized internalformat in glCopyTexImage*()

2014-06-06 Thread Anuj Phogat
Fixes many failures in gles3 Khronos CTS test: packed_pixels Cc: mesa-sta...@lists.freedesktop.org Signed-off-by: Anuj Phogat anuj.pho...@gmail.com --- src/mesa/main/teximage.c | 43 +++ 1 file changed, 43 insertions(+) diff --git