Module: Mesa Branch: master Commit: f6b3c163f954c4fb5a525af39ce906f63b445e89 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6b3c163f954c4fb5a525af39ce906f63b445e89
Author: Timothy Arceri <[email protected]> Date: Wed Nov 4 14:50:49 2015 +1100 glsl: remove old TODO SSBO support now exists as of commits f24e5e and f408a13dd30. Reviewed-by: Tapani Pälli <[email protected]> Acked-by: Matt Turner <[email protected]> --- src/glsl/linker.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index 9dcc2a7..3ad2955 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp @@ -3799,11 +3799,6 @@ build_program_resource_list(struct gl_shader_program *shProg) return; } } - - /* TODO - following extensions will require more resource types: - * - * GL_ARB_shader_storage_buffer_object - */ } /** _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
