projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcfa2d1
)
mesa: remove super old TODOs from shaderapi.c
author
Timothy Arceri
<tarceri@itsqueeze.com>
Wed, 7 Aug 2019 00:21:43 +0000
(10:21 +1000)
committer
Timothy 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
patch
|
blob
|
history
diff --git
a/src/mesa/main/shaderapi.c
b/src/mesa/main/shaderapi.c
index 99eb2dc00e2979bc3753e97b2e8e3a7f11464437..5a0a61275125ee7d28a424b87c8ab66170eb9b42 100644
(file)
--- 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
*/