Re: [Mesa-dev] [PATCH v2 00/22] intel: Add ETC2 compressed texture support

2012-11-12 Thread Anuj Phogat
On Sat, Nov 10, 2012 at 12:44 PM, Eric Anholt wrote: > Anuj Phogat writes: > >> This series lives on my gles3-etc2-v2 branch >> (https://github.com/aphogat/mesa). >> >> It enables ETC2 texture formats for all Intel hardware. ETC2 texture >> data is decoded into a suitable uncompressed mesa forma

Re: [Mesa-dev] [PATCH v2 00/22] intel: Add ETC2 compressed texture support

2012-11-12 Thread Brian Paul
On 11/10/2012 12:29 AM, Anuj Phogat wrote: This series lives on my gles3-etc2-v2 branch (https://github.com/aphogat/mesa). It enables ETC2 texture formats for all Intel hardware. ETC2 texture data is decoded into a suitable uncompressed mesa format at the time of glCompressedTexImage2D. These pa

Re: [Mesa-dev] [PATCH v2 00/22] intel: Add ETC2 compressed texture support

2012-11-10 Thread Eric Anholt
Anuj Phogat writes: > This series lives on my gles3-etc2-v2 branch > (https://github.com/aphogat/mesa). > > It enables ETC2 texture formats for all Intel hardware. ETC2 texture > data is decoded into a suitable uncompressed mesa format at the time > of glCompressedTexImage2D. These patches can b

[Mesa-dev] [PATCH v2 00/22] intel: Add ETC2 compressed texture support

2012-11-09 Thread Anuj Phogat
This series lives on my gles3-etc2-v2 branch (https://github.com/aphogat/mesa). It enables ETC2 texture formats for all Intel hardware. ETC2 texture data is decoded into a suitable uncompressed mesa format at the time of glCompressedTexImage2D. These patches can be tested using piglit test case i