Mesa (master): i915g: Update TODO once more.

Stephane Marchesin marcheu at kemper.freedesktop.org
Mon Oct 10 23:57:24 UTC 2011


Module: Mesa
Branch: master
Commit: 48555226789f73c0cf72445fb25da9ba66857575
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=48555226789f73c0cf72445fb25da9ba66857575

Author: Stéphane Marchesin <marcheu at chromium.org>
Date:   Mon Oct 10 16:56:49 2011 -0700

i915g: Update TODO once more.

---

 src/gallium/drivers/i915/TODO |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/gallium/drivers/i915/TODO b/src/gallium/drivers/i915/TODO
index e529487..0e511ab 100644
--- a/src/gallium/drivers/i915/TODO
+++ b/src/gallium/drivers/i915/TODO
@@ -28,12 +28,9 @@ Random list of problems with i915g:
   4D. Is it a big problem though? We're more limited by the # of texture
   indirections and the # of instructions.
 
-- Leverage draw to enable more caps:
-  * PIPE_CAP_TGSI_INSTANCEID
-
 - 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.
+- More optimizations, like replacing ADD + MUL with MAD or use DP2ADD.
 
 - Replace constants and immediates which are 0,1,-1 or a combination of those with a swizzle.
 




More information about the mesa-commit mailing list