Re: [Mesa-dev] [PATCH 00/10] Support UBOs with instance names pre-series

2013-01-16 Thread Kenneth Graunke
On 01/16/2013 03:03 PM, Ian Romanick wrote: This is the "warm up" series before my series to make UBOs with instances names (and arrays of UBOs) work. These are both required features of GLSL ES 3.00 that are not added to desktop GLSL until 1.50. This series is just a bunch of minor fixes and sm

[Mesa-dev] [PATCH 00/10] Support UBOs with instance names pre-series

2013-01-16 Thread Ian Romanick
This is the "warm up" series before my series to make UBOs with instances names (and arrays of UBOs) work. These are both required features of GLSL ES 3.00 that are not added to desktop GLSL until 1.50. This series is just a bunch of minor fixes and small refactors. This series fixes 4 gles3confo