diff options
author | Stéphane Marchesin <[email protected]> | 2011-10-08 23:58:46 -0700 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2011-10-08 23:58:46 -0700 |
commit | 06415d3fab443d95c666a7c1be46c27f27000529 (patch) | |
tree | 3b223b715a9d904af8f98aadfdbb173392551fb2 /src | |
parent | 5dfeab71cf02d29259b72635ca04962dc192b596 (diff) |
i915g: Remove another TODO item which was done a while ago.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/i915/TODO | 3 |
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. |