i915g: Update TODO once more.
authorStéphane Marchesin <marcheu@chromium.org>
Mon, 10 Oct 2011 23:56:49 +0000 (16:56 -0700)
committerStéphane Marchesin <marcheu@chromium.org>
Mon, 10 Oct 2011 23:56:49 +0000 (16:56 -0700)
src/gallium/drivers/i915/TODO

index e52948735d7f68bc235100e64b56acd39498974a..0e511ab9b4719c6116fe48e60ec9e5b2ef2b7923 100644 (file)
@@ -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.