On Monday 28 April 2014, Ian Romanick wrote:
> On 04/21/2014 02:57 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.
> > ---
> >
> > v2: Document the di
On 04/21/2014 02:57 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.
> ---
>
> v2: Document the difference between set_ubo_binding() and
> bind_uniform_b
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.
---
v2: Document the difference between set_ubo_binding() and
bind_uniform_buffer().
src/mesa/main/bufferobj.c | 63 +++