Re: [Mesa-dev] [PATCH] glsl: remove old TODO

2015-11-03 Thread Tapani Pälli
On 11/04/2015 06:30 AM, Tapani Pälli wrote: On 11/04/2015 05:51 AM, Timothy Arceri wrote: SSBO support now exists. Yes, program resource support for SSBO is done; Reviewed-by: Tapani Pälli resources themselves already got added by 9b477ad49d3f82503a1b8ba23dedfc05cd848fe8 and then rest h

Re: [Mesa-dev] [PATCH] glsl: remove old TODO

2015-11-03 Thread Tapani Pälli
On 11/04/2015 05:51 AM, Timothy Arceri wrote: SSBO support now exists. Yes, program resource support for SSBO is done; Reviewed-by: Tapani Pälli --- src/glsl/linker.cpp | 5 - 1 file changed, 5 deletions(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index c1e4efb..26c029

Re: [Mesa-dev] [PATCH] glsl: remove old TODO

2015-11-03 Thread Matt Turner
Presumably this was fixed by commit f408a13dd30? If so, and Samuel/Tapani confirm, Acked-by: Matt Turner (Would be nice to mention the commit sha in the commit message as well) ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.free

[Mesa-dev] [PATCH] glsl: remove old TODO

2015-11-03 Thread Timothy Arceri
SSBO support now exists. --- src/glsl/linker.cpp | 5 - 1 file changed, 5 deletions(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index c1e4efb..26c0298 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp @@ -3800,11 +3800,6 @@ build_program_resource_list(struct gl_shader_p