summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2019-08-07 10:21:43 +1000
committerTimothy Arceri <[email protected]>2019-08-07 13:31:40 +1000
commitd81e11332b20cc469449dd5311163895200ed8f2 (patch)
treeb53a785169d6713a166612a865b3c3cc670d190b /src/mesa
parentfcfa2d1447b7b9362065f5ea086b72d9bf7b84b3 (diff)
mesa: remove super old TODOs from shaderapi.c
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/shaderapi.c5
1 files changed, 0 insertions, 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
*/