Module: Mesa Branch: master Commit: d81e11332b20cc469449dd5311163895200ed8f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d81e11332b20cc469449dd5311163895200ed8f2
Author: Timothy Arceri <[email protected]> Date: Wed Aug 7 10:21:43 2019 +1000 mesa: remove super old TODOs from shaderapi.c Reviewed-by: Marek Olšák <[email protected]> --- src/mesa/main/shaderapi.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mesa/main/shaderapi.c b/src/mesa/main/shaderapi.c index 99eb2dc00e2..5a0a6127512 100644 --- a/src/mesa/main/shaderapi.c +++ b/src/mesa/main/shaderapi.c @@ -29,11 +29,6 @@ * * Implementation of GLSL-related API functions. * The glUniform* functions are in uniforms.c - * - * - * XXX things to do: - * 1. Check that the right error code is generated for all _mesa_error() calls. - * 2. Insert FLUSH_VERTICES calls in various places */ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
