Re: [Mesa-dev] [PATCH 1/2] gallium: add red-alpha texture formats and a couple of util functions

2013-02-11 Thread Brian Paul
On 02/10/2013 05:15 PM, Marek Olšák wrote: This is for glGetTexImage and it will be used for samplers only (which some drivers already implement by reading util_format_description). v2: incorporate Brian's suggestion --- src/gallium/auxiliary/util/u_format.csv | 12

Re: [Mesa-dev] [PATCH 1/2] gallium: add red-alpha texture formats and a couple of util functions

2013-02-08 Thread Marek Olšák
On Fri, Feb 8, 2013 at 1:56 AM, Brian Paul bri...@vmware.com wrote: On 02/07/2013 01:13 PM, Marek Olšák wrote: This is for glGetTexImage and it will be used for samplers only (which some drivers already implement by reading util_format_description). ---

[Mesa-dev] [PATCH 1/2] gallium: add red-alpha texture formats and a couple of util functions

2013-02-07 Thread Marek Olšák
This is for glGetTexImage and it will be used for samplers only (which some drivers already implement by reading util_format_description). --- src/gallium/auxiliary/util/u_format.csv | 12 +++ src/gallium/auxiliary/util/u_format.h | 123 +++

Re: [Mesa-dev] [PATCH 1/2] gallium: add red-alpha texture formats and a couple of util functions

2013-02-07 Thread Brian Paul
On 02/07/2013 01:13 PM, Marek Olšák wrote: This is for glGetTexImage and it will be used for samplers only (which some drivers already implement by reading util_format_description). --- src/gallium/auxiliary/util/u_format.csv | 12 +++ src/gallium/auxiliary/util/u_format.h | 123