Module: Mesa Branch: master Commit: 2adf02b45639d9d91400d081277783d5bbd20a33 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2adf02b45639d9d91400d081277783d5bbd20a33
Author: Stéphane Marchesin <[email protected]> Date: Wed Jun 29 21:59:01 2011 -0700 i915g: update TODO. --- 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 b6b91c7..c26db19 100644 --- a/src/gallium/drivers/i915/TODO +++ b/src/gallium/drivers/i915/TODO @@ -39,5 +39,7 @@ Random list of problems with i915g: - 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? + Other bugs can be found here: https://bugs.freedesktop.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=Drivers/Gallium/i915g _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
