mesa: remove super old TODOs from shaderapi.c

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Timothy Arceri 2019-08-07 10:21:43 +10:00
parent fcfa2d1447
commit d81e11332b
1 changed files with 0 additions and 5 deletions

View File

@ -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
*/