Re: [Mesa-dev] [PATCH v4 (part2) 44/59] mesa: Add queries for GL_SHADER_STORAGE_BUFFER

2015-08-05 Thread Iago Toral
On Wed, 2015-08-05 at 12:23 -0400, Ilia Mirkin wrote: > On Wed, Aug 5, 2015 at 4:30 AM, Iago Toral Quiroga wrote: > > These handle querying the buffer name attached to a giving binding point > > as well as the start offset and size of that buffer. > > --- > > src/mesa/main/get.c | 31

Re: [Mesa-dev] [PATCH v4 (part2) 44/59] mesa: Add queries for GL_SHADER_STORAGE_BUFFER

2015-08-05 Thread Ilia Mirkin
On Wed, Aug 5, 2015 at 4:30 AM, Iago Toral Quiroga wrote: > These handle querying the buffer name attached to a giving binding point > as well as the start offset and size of that buffer. > --- > src/mesa/main/get.c | 31 +++ > 1 file changed, 31 insertions(+) > > diff

[Mesa-dev] [PATCH v4 (part2) 44/59] mesa: Add queries for GL_SHADER_STORAGE_BUFFER

2015-08-05 Thread Iago Toral Quiroga
These handle querying the buffer name attached to a giving binding point as well as the start offset and size of that buffer. --- src/mesa/main/get.c | 31 +++ 1 file changed, 31 insertions(+) diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 307a5ff..e2bfb5