From: Timothy Arceri Date: Wed, 7 Aug 2019 00:21:43 +0000 (+1000) Subject: mesa: remove super old TODOs from shaderapi.c X-Git-Tag: upstream/19.3.0~3216 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d81e11332b20cc469449dd5311163895200ed8f2;p=platform%2Fupstream%2Fmesa.git mesa: remove super old TODOs from shaderapi.c Reviewed-by: Marek Olšák --- diff --git a/src/mesa/main/shaderapi.c b/src/mesa/main/shaderapi.c index 99eb2dc..5a0a612 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 */