diff options
author | Stéphane Marchesin <[email protected]> | 2011-10-08 23:58:06 -0700 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2011-10-08 23:58:06 -0700 |
commit | 5dfeab71cf02d29259b72635ca04962dc192b596 (patch) | |
tree | a99fb7f82aad55985473e2a3ba5cf550a82b6323 /src/gallium/drivers/i915/TODO | |
parent | 03cd54dc6044264ee7bf03541e37d9c3e18a834d (diff) |
i915g: Remove a TODO item.
Diffstat (limited to 'src/gallium/drivers/i915/TODO')
-rw-r--r-- | src/gallium/drivers/i915/TODO | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/TODO b/src/gallium/drivers/i915/TODO index c26db198d20..802a62a8c79 100644 --- a/src/gallium/drivers/i915/TODO +++ b/src/gallium/drivers/i915/TODO @@ -33,7 +33,6 @@ Random list of problems with i915g: - Leverage draw to enable more caps: * PIPE_CAP_TGSI_INSTANCEID - * PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS - Finish front/back face. We need to add face support to lp_build_system_values_array and use it in draw_llvm.c. |