projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e1b709
)
glsl: Add source location tracking to TODO list
author
Ian Romanick
<ian.d.romanick@intel.com>
Wed, 27 Jul 2011 18:37:30 +0000
(11:37 -0700)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Wed, 27 Jul 2011 18:41:14 +0000
(11:41 -0700)
src/glsl/TODO
patch
|
blob
|
history
diff --git
a/src/glsl/TODO
b/src/glsl/TODO
index 72133995cea97ce9f9de3791ef99dfd0c47763f1..c99d7e152d6d16636eaa4164d1e207f600973940 100644
(file)
--- a/
src/glsl/TODO
+++ b/
src/glsl/TODO
@@
-9,6
+9,11
@@
- Implement support for ir_binop_dot in ir_algebraic.cpp. Perform
transformations such as "dot(v, vec3(0.0, 1.0, 0.0))" -> v.y.
+- Track source locations throughout the IR. There are currently several
+ places where we cannot emit line numbers for errors (and currently emit 0:0)
+ because we've "lost" the line number information. This is particularly
+ noticeable at link time.
+
1.30 features:
- Implement AST-to-HIR conversion of switch-statements