Re: [Mesa-dev] [PATCH 00/27] intel: Add ETC2 compressed textures support

2012-11-06 Thread Ian Romanick
On 10/19/2012 04:28 PM, Anuj Phogat wrote: This series lives on my etc2-v9 branch (https://github.com/aphogat/mesa). This series enables 8 out of 10 ETC2 texture formats for all Intel hardware by simply decoding the ETC2 data into RGBX data at the time of glCompressedTexImage2D. These patches ca

Re: [Mesa-dev] [PATCH 00/27] intel: Add ETC2 compressed textures support

2012-11-01 Thread Anuj Phogat
On Fri, Oct 19, 2012 at 4:28 PM, Anuj Phogat wrote: > This series lives on my etc2-v9 branch (https://github.com/aphogat/mesa). > > This series enables 8 out of 10 ETC2 texture formats for all Intel > hardware by simply decoding the ETC2 data into RGBX data at the time > of glCompressedTexImage2D.

Re: [Mesa-dev] [PATCH 00/27] intel: Add ETC2 compressed textures support

2012-10-23 Thread Ian Romanick
On 10/19/2012 11:32 PM, Philipp Klaus Krause wrote: On 20.10.2012 01:28, Anuj Phogat wrote: This series lives on my etc2-v9 branch (https://github.com/aphogat/mesa). This series enables 8 out of 10 ETC2 texture formats for all Intel hardware by simply decoding the ETC2 data into RGBX data at th

Re: [Mesa-dev] [PATCH 00/27] intel: Add ETC2 compressed textures support

2012-10-22 Thread Anuj Phogat
On Fri, Oct 19, 2012 at 11:32 PM, Philipp Klaus Krause wrote: > On 20.10.2012 01:28, Anuj Phogat wrote: >> This series lives on my etc2-v9 branch (https://github.com/aphogat/mesa). >> >> This series enables 8 out of 10 ETC2 texture formats for all Intel >> hardware by simply decoding the ETC2 data

Re: [Mesa-dev] [PATCH 00/27] intel: Add ETC2 compressed textures support

2012-10-20 Thread Philipp Klaus Krause
On 20.10.2012 01:28, Anuj Phogat wrote: > This series lives on my etc2-v9 branch (https://github.com/aphogat/mesa). > > This series enables 8 out of 10 ETC2 texture formats for all Intel > hardware by simply decoding the ETC2 data into RGBX data at the time > of glCompressedTexImage2D. These patch

[Mesa-dev] [PATCH 00/27] intel: Add ETC2 compressed textures support

2012-10-19 Thread Anuj Phogat
This series lives on my etc2-v9 branch (https://github.com/aphogat/mesa). This series enables 8 out of 10 ETC2 texture formats for all Intel hardware by simply decoding the ETC2 data into RGBX data at the time of glCompressedTexImage2D. These patches can be tested using piglit test case i have add