Re: [Mesa-dev] [PATCH v2 01/12] mesa: add glformats integer type/format detection routines

2012-07-19 Thread Brian Paul
Hi Jordan, I'd like to see this patch committed so I can do some follow-on re-org. Just minor comments below. On Wed, Jul 11, 2012 at 3:58 PM, Jordan Justen jordan.l.jus...@intel.com wrote: _mesa_is_integer_format is moved to formats.c and renamed as _mesa_is_enum_format_integer.

Re: [Mesa-dev] [PATCH v2 01/12] mesa: add glformats integer type/format detection routines

2012-07-19 Thread Jordan Justen
On Thu, Jul 19, 2012 at 12:54 PM, Brian Paul brian.e.p...@gmail.com wrote: Hi Jordan, I'd like to see this patch committed so I can do some follow-on re-org. Just minor comments below. Do you mean you would like to see it committed before the rest of the series? I'll fix your other

[Mesa-dev] [PATCH v2 01/12] mesa: add glformats integer type/format detection routines

2012-07-11 Thread Jordan Justen
_mesa_is_integer_format is moved to formats.c and renamed as _mesa_is_enum_format_integer. _mesa_is_format_unsigned, _mesa_is_type_integer, _mesa_is_type_unsigned, and _mesa_is_enum_format_or_type_integer are added. Signed-off-by: Jordan Justen jordan.l.jus...@intel.com ---