diff options
author | Stéphane Marchesin <[email protected]> | 2011-10-10 00:12:40 -0700 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2011-10-10 00:15:06 -0700 |
commit | 6bf8c7c01001c2f83c2f05f6c143906a6e6374b1 (patch) | |
tree | a3b7ebd7bf4343049f85550e1b0ed9b68d3aa994 /src/gallium/drivers/i915 | |
parent | 9977fb42ac233e4b5a3a3ab721f1af2d9e9982c0 (diff) |
i915g: Update the TODO with another idea.
Diffstat (limited to 'src/gallium/drivers/i915')
-rw-r--r-- | src/gallium/drivers/i915/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/i915/TODO b/src/gallium/drivers/i915/TODO index 289896928a5..e52948735d7 100644 --- a/src/gallium/drivers/i915/TODO +++ b/src/gallium/drivers/i915/TODO @@ -33,6 +33,8 @@ Random list of problems with i915g: - Finish front/back face. We need to add face support to lp_build_system_values_array and use it in draw_llvm.c. +- More optimizations, like replacing ADD + MUL with MAD. + - Replace constants and immediates which are 0,1,-1 or a combination of those with a swizzle. - i915_delete_fs_state doesn't call draw_delete_fragment_shader. Why? |