Re: [Mesa-dev] [PATCH] mesa: Fix default value of BUFFER_ACCESS_FLAGS.

2013-01-14 Thread Jordan Justen
On Sat, Nov 17, 2012 at 10:07 PM, Kenneth Graunke wrote: > According to both the GL 3.0 and ES 3.0 specifications (table 2.7 for GL > and table 2.8 for ES), the default value of BUFFER_ACCESS_FLAGS is > supposed to be zero. > > Note that there are two related quantities: the obsolete BUFFER_ACCESS

Re: [Mesa-dev] [PATCH] mesa: Fix default value of BUFFER_ACCESS_FLAGS.

2012-11-17 Thread Kenneth Graunke
On 11/17/2012 10:07 PM, Kenneth Graunke wrote: [snip] Fixes es3conform's copy_buffer_defaults test. ...and pixel_buffer_object_default_parameters. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/m

[Mesa-dev] [PATCH] mesa: Fix default value of BUFFER_ACCESS_FLAGS.

2012-11-17 Thread Kenneth Graunke
According to both the GL 3.0 and ES 3.0 specifications (table 2.7 for GL and table 2.8 for ES), the default value of BUFFER_ACCESS_FLAGS is supposed to be zero. Note that there are two related quantities: the obsolete BUFFER_ACCESS enum and the new BUFFER_ACCESS_FLAGS bitfield. BUFFER_ACCESS can