Re: [Mesa-dev] [PATCH 1/7] mesa/es3.1: enable DRAW_INDIRECT_BUFFER_BINDING for gles3.1

2015-05-14 Thread Tapani
On 05/13/2015 09:52 PM, Ian Romanick wrote: On 05/06/2015 03:19 AM, Tapani Pälli wrote: I've just noticed that this is wrong, sorry :/ We should to make a new section for some of the enums that are only in GL core and ES31, DRAW_INDIRECT_BUFFER_BINDING is one of these cases .. so this patch is

Re: [Mesa-dev] [PATCH 1/7] mesa/es3.1: enable DRAW_INDIRECT_BUFFER_BINDING for gles3.1

2015-05-13 Thread Ian Romanick
On 05/06/2015 03:19 AM, Tapani Pälli wrote: I've just noticed that this is wrong, sorry :/ We should to make a new section for some of the enums that are only in GL core and ES31, DRAW_INDIRECT_BUFFER_BINDING is one of these cases .. so this patch is broken. Same may apply for some of your

Re: [Mesa-dev] [PATCH 1/7] mesa/es3.1: enable DRAW_INDIRECT_BUFFER_BINDING for gles3.1

2015-05-06 Thread Tapani Pälli
I've just noticed that this is wrong, sorry :/ We should to make a new section for some of the enums that are only in GL core and ES31, DRAW_INDIRECT_BUFFER_BINDING is one of these cases .. so this patch is broken. Same may apply for some of your patches, there should not be duplicates but

[Mesa-dev] [PATCH 1/7] mesa/es3.1: enable DRAW_INDIRECT_BUFFER_BINDING for gles3.1

2015-05-06 Thread Marta Lofstedt
From: Tapani Pälli tapani.pa...@intel.com (increases ES31-CTS.draw_indirect.basic.* passing tests) Signed-off-by: Tapani Pälli tapani.pa...@intel.com --- src/mesa/main/get.c | 12 src/mesa/main/get_hash_params.py | 2 ++ 2 files changed, 14 insertions(+) diff --git

Re: [Mesa-dev] [PATCH 1/7] mesa/es3.1: enable DRAW_INDIRECT_BUFFER_BINDING for gles3.1

2015-05-06 Thread Lofstedt, Marta
That's OK, Tapani, I will fix up my patches once I see what reception you patch gets. /Marta -Original Message- From: Palli, Tapani Sent: Wednesday, May 6, 2015 12:19 PM To: Lofstedt, Marta Cc: mesa-dev@lists.freedesktop.org Subject: Re: [PATCH 1/7] mesa/es3.1: enable