Re: [Mesa-dev] [PATCH] mesa: minor simplification in _mesa_es3_error_check_format_and_type()

2013-12-20 Thread Ian Romanick
On 12/17/2013 03:35 PM, Brian Paul wrote: The type_valid local was set to true and never changed. Right... I think I just copy-and-paste _mesa_es_error_check_format_and_type, which does change the value of type_valid. Reviewed-by: Ian Romanick ian.d.roman...@intel.com ---

[Mesa-dev] [PATCH] mesa: minor simplification in _mesa_es3_error_check_format_and_type()

2013-12-17 Thread Brian Paul
The type_valid local was set to true and never changed. --- src/mesa/main/glformats.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mesa/main/glformats.c b/src/mesa/main/glformats.c index 740faa8..1ab8b23 100644 --- a/src/mesa/main/glformats.c +++