[Mesa-dev] [PATCH] meta: add pixel pack operations in glGetTexImage

2012-02-13 Thread Anuj Phogat
This patch adds the pixel pack operations in glGetTexImage for compressed textures with unsigned, normalized values. It also fixes the failures in intel oglconform pxstore-gettex due to following sub test cases: - Test all mipmaps with byte swapping enabled - Test all small mipmaps with all allo

Re: [Mesa-dev] [PATCH] meta: add pixel pack operations in glGetTexImage

2012-02-10 Thread Brian Paul
On 02/10/2012 05:25 PM, Anuj Phogat wrote: On Fri, Feb 10, 2012 at 3:00 PM, Brian Paul mailto:bri...@vmware.com>> wrote: On 02/10/2012 02:39 PM, Anuj Phogat wrote: This patch adds the pixel pack operations in glGetTexImage for compressed textures with unsigned, normalized va

Re: [Mesa-dev] [PATCH] meta: add pixel pack operations in glGetTexImage

2012-02-10 Thread Anuj Phogat
On Fri, Feb 10, 2012 at 3:00 PM, Brian Paul wrote: > On 02/10/2012 02:39 PM, Anuj Phogat wrote: > >> This patch adds the pixel pack operations in glGetTexImage for >> compressed textures with unsigned, normalized values. It also >> fixes the failures in intel oglconform pxstore-gettex due to >> f

Re: [Mesa-dev] [PATCH] meta: add pixel pack operations in glGetTexImage

2012-02-10 Thread Brian Paul
On 02/10/2012 02:39 PM, Anuj Phogat wrote: This patch adds the pixel pack operations in glGetTexImage for compressed textures with unsigned, normalized values. It also fixes the failures in intel oglconform pxstore-gettex due to following sub test cases: - Test all mipmaps with byte swapping e

[Mesa-dev] [PATCH] meta: add pixel pack operations in glGetTexImage

2012-02-10 Thread Anuj Phogat
This patch adds the pixel pack operations in glGetTexImage for compressed textures with unsigned, normalized values. It also fixes the failures in intel oglconform pxstore-gettex due to following sub test cases: - Test all mipmaps with byte swapping enabled - Test all small mipmaps with all allo