Re: [Mesa-dev] [PATCH v4 (part2) 52/56] mesa: Add getters for the GL_ARB_shader_storage_buffer_object max constants

2015-07-31 Thread Samuel Iglesias Gonsálvez
On Fri, 2015-07-31 at 09:26 +0300, Tapani Pälli wrote: On 07/24/2015 08:30 AM, Samuel Iglesias Gonsálvez wrote: On 23/07/15 08:42, Samuel Iglesias Gonsalvez wrote: v2: - Add tessellation shader constants support Signed-off-by: Samuel Iglesias Gonsalvez sigles...@igalia.com

Re: [Mesa-dev] [PATCH v4 (part2) 52/56] mesa: Add getters for the GL_ARB_shader_storage_buffer_object max constants

2015-07-31 Thread Tapani Pälli
On 07/31/2015 10:31 AM, Samuel Iglesias Gonsálvez wrote: On Fri, 2015-07-31 at 09:26 +0300, Tapani Pälli wrote: On 07/24/2015 08:30 AM, Samuel Iglesias Gonsálvez wrote: On 23/07/15 08:42, Samuel Iglesias Gonsalvez wrote: v2: - Add tessellation shader constants support Signed-off-by:

Re: [Mesa-dev] [PATCH v4 (part2) 52/56] mesa: Add getters for the GL_ARB_shader_storage_buffer_object max constants

2015-07-31 Thread Tapani Pälli
On 07/24/2015 08:30 AM, Samuel Iglesias Gonsálvez wrote: On 23/07/15 08:42, Samuel Iglesias Gonsalvez wrote: v2: - Add tessellation shader constants support Signed-off-by: Samuel Iglesias Gonsalvez sigles...@igalia.com --- src/mesa/main/get.c | 1 +

Re: [Mesa-dev] [PATCH v4 (part2) 52/56] mesa: Add getters for the GL_ARB_shader_storage_buffer_object max constants

2015-07-23 Thread Samuel Iglesias Gonsálvez
On 23/07/15 08:42, Samuel Iglesias Gonsalvez wrote: v2: - Add tessellation shader constants support Signed-off-by: Samuel Iglesias Gonsalvez sigles...@igalia.com --- src/mesa/main/get.c | 1 + src/mesa/main/get_hash_params.py | 14 ++ 2 files changed, 15

[Mesa-dev] [PATCH v4 (part2) 52/56] mesa: Add getters for the GL_ARB_shader_storage_buffer_object max constants

2015-07-23 Thread Samuel Iglesias Gonsalvez
v2: - Add tessellation shader constants support Signed-off-by: Samuel Iglesias Gonsalvez sigles...@igalia.com --- src/mesa/main/get.c | 1 + src/mesa/main/get_hash_params.py | 14 ++ 2 files changed, 15 insertions(+) diff --git a/src/mesa/main/get.c