Re: [Mesa-dev] [PATCH 0/4] More UBO fixes

2014-09-25 Thread Jordan Justen
Reviewed-by: Jordan Justen On Wed, Sep 10, 2014 at 3:37 PM, Ian Romanick wrote: > This series fixes some of the bugs that I have recently found via my UBO > test generator. These are basically all cases where lower_ubo_reference > and the linker disagree about the layout of the UBO (and the lin

Re: [Mesa-dev] [PATCH 0/4] More UBO fixes

2014-09-25 Thread Ian Romanick
On 09/10/2014 03:37 PM, Ian Romanick wrote: > This series fixes some of the bugs that I have recently found via my UBO > test generator. These are basically all cases where lower_ubo_reference > and the linker disagree about the layout of the UBO (and the linker was > correct). > > No regressions

[Mesa-dev] [PATCH 0/4] More UBO fixes

2014-09-10 Thread Ian Romanick
This series fixes some of the bugs that I have recently found via my UBO test generator. These are basically all cases where lower_ubo_reference and the linker disagree about the layout of the UBO (and the linker was correct). No regressions on a run of ./glcts --deqp-case=ES3-CTS.gtf.GL3Tests.*