projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9977fb4
)
i915g: Update the TODO with another idea.
author
Stéphane Marchesin
<marcheu@chromium.org>
Mon, 10 Oct 2011 07:12:40 +0000
(
00:12
-0700)
committer
Stéphane Marchesin
<marcheu@chromium.org>
Mon, 10 Oct 2011 07:15:06 +0000
(
00:15
-0700)
src/gallium/drivers/i915/TODO
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i915/TODO
b/src/gallium/drivers/i915/TODO
index 289896928a5191422b3ebae15a19a01f499a5667..e52948735d7f68bc235100e64b56acd39498974a 100644
(file)
--- 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?