diff options
author | Stéphane Marchesin <[email protected]> | 2011-10-18 10:25:02 -0700 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2011-10-25 14:30:07 -0700 |
commit | 2b4ab1435f296e85103e8b0482d416824c5c1e64 (patch) | |
tree | b8460e8c814dc035e849bc3638a35ca480c4e692 | |
parent | 882c83377da57d41c62eb38484305523c3d19dd7 (diff) |
i915g: Flesh out TODO idea.
-rw-r--r-- | src/gallium/drivers/i915/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/TODO b/src/gallium/drivers/i915/TODO index e10f4732958..f97af86c3f9 100644 --- a/src/gallium/drivers/i915/TODO +++ b/src/gallium/drivers/i915/TODO @@ -36,7 +36,9 @@ Random list of problems with i915g: - i915_delete_fs_state doesn't call draw_delete_fragment_shader. Why? -- Schedule instructions to minimize the number of phases. +- Schedule instructions to minimize the number of phases. One way is to replace + R registers responsible for a boundary with U registers to avoid phase + boundaries. 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 |