Re: [Mesa-dev] [PATCH 0/4] Fix implicit conversions

2011-07-27 Thread Chad Versace
On 07/26/2011 11:35 PM, Chad Versace wrote: > These fixes are candidates for the stable branches. > > Chad Versace (4): > glsl: Document parameters_lists_match() > glsl: Refactor ast_function.cpp:type_compare() into a glsl_type > method > glsl: Fix illegal implicit type conversions > g

[Mesa-dev] [PATCH 0/4] Fix implicit conversions

2011-07-26 Thread Chad Versace
These fixes are candidates for the stable branches. Chad Versace (4): glsl: Document parameters_lists_match() glsl: Refactor ast_function.cpp:type_compare() into a glsl_type method glsl: Fix illegal implicit type conversions glsl: Fix implicit conversions in array constructors src/gl