Re: [Mesa-dev] [PATCH v2 0/6] GLES3 transform feedback fixes.

2012-12-16 Thread Jordan Justen
Reviewed-by: Jordan Justen On Sat, Dec 15, 2012 at 10:09 PM, Paul Berry wrote: > Here's an update on my patch series from yesterday. I've made the > following changes: > > - In patch 2, I had accidentaly included some C++-style variable > declarations. These don't work with MSVC, so I change

[Mesa-dev] [PATCH v2 0/6] GLES3 transform feedback fixes.

2012-12-15 Thread Paul Berry
Here's an update on my patch series from yesterday. I've made the following changes: - In patch 2, I had accidentaly included some C++-style variable declarations. These don't work with MSVC, so I changed them to C-style variable declarations. - Patch 5 required a complete rewrite--it turne