i915g: Remove another TODO item which was done a while ago.

This commit is contained in:
Stéphane Marchesin 2011-10-08 23:58:46 -07:00
parent 5dfeab71cf
commit 06415d3fab

View file

@ -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.