Re: [Mesa-dev] [PATCH 05/10] glsl: Refactor parser rule of layout_qualifier_id

2010-10-25 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chad Versace wrote: > In file glsl_parser.ypp, within the production rule of layout_qualifier_id, > factor out the logic for extension ARB_fragment_coord_conventions into its own > function. > > Rationale: A future commit will add to this production r

[Mesa-dev] [PATCH 05/10] glsl: Refactor parser rule of layout_qualifier_id

2010-10-23 Thread Chad Versace
In file glsl_parser.ypp, within the production rule of layout_qualifier_id, factor out the logic for extension ARB_fragment_coord_conventions into its own function. Rationale: A future commit will add to this production rule extra logic for extension AMD_conservative_depth. If the logic for both e