summaryrefslogtreecommitdiff
path: root/src/glsl/TODO
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2010-07-06 04:59:08 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-07-06 16:03:33 -0700
commitf2dfac6d7455b6bf95cb94bd9ba296dea5c93faf (patch)
treeedf37ba222047f887895f0cea7ff5bae3e5fc3c1 /src/glsl/TODO
parent3f4a0b8bb0cfa36cc6f9968c8aab03f1cb0678ff (diff)
glsl2: Update TODO.
Diffstat (limited to 'src/glsl/TODO')
-rw-r--r--src/glsl/TODO14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/glsl/TODO b/src/glsl/TODO
index c702eb4927..b2baa13078 100644
--- a/src/glsl/TODO
+++ b/src/glsl/TODO
@@ -1,13 +1,3 @@
-- Implement AST-to-HIR conversion of discard instructions.
-
-- Handle constant expressions of (matrix {+,-,*,/} scalar)
-
-- Handle constant expressions of (vector {+,-,*,/} scalar)
-
-- Handle constant expressions of (matrix * vector)
-
-- Handle constant expressions of (matrix * matrix)
-
- Handle currently unsupported constant expression types
- ir_unop_sign
- ir_unop_exp2
@@ -18,7 +8,6 @@
- ir_unop_floor
- ir_unop_sin
- ir_unop_cos
- - ir_binop_dot
- ir_binop_min
- ir_binop_max
- ir_binop_pow
@@ -79,3 +68,6 @@
- ir_binop_bit_and
- ir_binop_bit_xor
- ir_binop_bit_or
+
+- Implement support for 1.30 style shadow compares which only return a float
+ instead of a vec4.