mesa: remove super old TODOs from shaderapi.c
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 7 Aug 2019 00:21:43 +0000 (10:21 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Wed, 7 Aug 2019 03:31:40 +0000 (13:31 +1000)
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/main/shaderapi.c

index 99eb2dc..5a0a612 100644 (file)
  *
  * 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
  */