Re: [Mesa-dev] [PATCH 11/18] mesa: Refactor set_ubo_binding()

2014-01-22 Thread Brian Paul
On 01/21/2014 03:35 PM, Fredrik Höglund wrote: Make set_ubo_binding() just update the binding, and move the code that does validation, flushes the vertices etc. into a new bind_uniform_buffer() function. --- src/mesa/main/bufferobj.c | 50 - 1 file

[Mesa-dev] [PATCH 11/18] mesa: Refactor set_ubo_binding()

2014-01-21 Thread Fredrik Höglund
Make set_ubo_binding() just update the binding, and move the code that does validation, flushes the vertices etc. into a new bind_uniform_buffer() function. --- src/mesa/main/bufferobj.c | 50 - 1 file changed, 31 insertions(+), 19 deletions(-) diff -