summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Marchesin <marcheu@chromium.org>2011-10-08 23:58:46 -0700
committerStéphane Marchesin <marcheu@chromium.org>2011-10-08 23:58:46 -0700
commit06415d3fab443d95c666a7c1be46c27f27000529 (patch)
tree3b223b715a9d904af8f98aadfdbb173392551fb2
parent5dfeab71cf02d29259b72635ca04962dc192b596 (diff)
i915g: Remove another TODO item which was done a while ago.
-rw-r--r--src/gallium/drivers/i915/TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/i915/TODO b/src/gallium/drivers/i915/TODO
index 802a62a8c79..289896928a5 100644
--- a/src/gallium/drivers/i915/TODO
+++ b/src/gallium/drivers/i915/TODO
@@ -1,8 +1,5 @@
Random list of problems with i915g:
-- Check if PIPE_CAP_BLEND_EQUATION_SEPARATE work, the code is there.
- If not fix it! A simple task, good for beginners.
-
- Add support for PIPE_CAP_POINT_SPRITE either via the draw module or directly
via the hardware, look at the classic driver, more advanced.