From: Stéphane Marchesin Date: Mon, 10 Oct 2011 07:12:40 +0000 (-0700) Subject: i915g: Update the TODO with another idea. X-Git-Tag: 062012170305~3921 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6bf8c7c01001c2f83c2f05f6c143906a6e6374b1;p=profile%2Fivi%2Fmesa.git i915g: Update the TODO with another idea. --- diff --git a/src/gallium/drivers/i915/TODO b/src/gallium/drivers/i915/TODO index 2898969..e529487 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?