Re: [Mesa-dev] [PATCH v2] mesa: AtomicBufferBindings should be initialized to zero.

2015-08-13 Thread Erik Faye-Lund
On Thu, Aug 13, 2015 at 12:59 PM, Marta Lofstedt wrote: > From: Marta Lofstedt > > According to OpenGL specification version 4.5 table 23.46 > and OpenGL ES specification version 3.1 table 20.31: > ATOMIC_COUNTER_BUFFER_START and ATOMIC_COUNTER_BUFFER_SIZE > should have the initial value of zero.

[Mesa-dev] [PATCH v2] mesa: AtomicBufferBindings should be initialized to zero.

2015-08-13 Thread Marta Lofstedt
From: Marta Lofstedt According to OpenGL specification version 4.5 table 23.46 and OpenGL ES specification version 3.1 table 20.31: ATOMIC_COUNTER_BUFFER_START and ATOMIC_COUNTER_BUFFER_SIZE should have the initial value of zero. Signed-off-by: Marta Lofstedt --- src/mesa/main/bufferobj.c | 4