Re: [Mesa-dev] [PATCH 2/4] mesa/cs: Support GL_DISPATCH_INDIRECT_BUFFER

2015-09-19 Thread Ilia Mirkin
On Sat, Sep 19, 2015 at 6:50 PM, Jordan Justen wrote: > Signed-off-by: Jordan Justen > --- > src/mesa/main/bufferobj.c| 17 + > src/mesa/main/get.c | 4 > src/mesa/main/get_hash_params.py | 1 + > src/mesa/main/mtypes.h | 1 + > 4 files chan

[Mesa-dev] [PATCH 2/4] mesa/cs: Support GL_DISPATCH_INDIRECT_BUFFER

2015-09-19 Thread Jordan Justen
Signed-off-by: Jordan Justen --- src/mesa/main/bufferobj.c| 17 + src/mesa/main/get.c | 4 src/mesa/main/get_hash_params.py | 1 + src/mesa/main/mtypes.h | 1 + 4 files changed, 23 insertions(+) diff --git a/src/mesa/main/bufferobj.c b/src/m