summaryrefslogtreecommitdiffstats
path: root/src/glsl/TODO
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2011-07-27 11:37:30 -0700
committerIan Romanick <ian.d.romanick@intel.com>2011-07-27 11:41:14 -0700
commitf622c6d7a23c480f6a17e4b3f81731231180e019 (patch)
treeccd28edf8367b814996ee91a0ece8458f25be9e3 /src/glsl/TODO
parent5e1b7097f3d6fa60e563c8d629bbda1c34efb3c1 (diff)
downloadexternal_mesa3d-f622c6d7a23c480f6a17e4b3f81731231180e019.zip
external_mesa3d-f622c6d7a23c480f6a17e4b3f81731231180e019.tar.gz
external_mesa3d-f622c6d7a23c480f6a17e4b3f81731231180e019.tar.bz2
glsl: Add source location tracking to TODO list
Diffstat (limited to 'src/glsl/TODO')
-rw-r--r--src/glsl/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/glsl/TODO b/src/glsl/TODO
index 7213399..c99d7e1 100644
--- 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