diff options
author | Jakob Bornecrantz <[email protected]> | 2011-02-23 00:11:09 +0000 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2011-02-24 00:26:02 +0000 |
commit | fc77dee0bd6499177418be347bac875b12277053 (patch) | |
tree | 9d34965db4b98951c7ca860d4b807028009a82ce /src/gallium/drivers/i915/TODO | |
parent | 4407e5078f6083e4e56ba5970d0fa10d504ed45b (diff) |
i915g: Enable mirror repeat wrap mode
Diffstat (limited to 'src/gallium/drivers/i915/TODO')
-rw-r--r-- | src/gallium/drivers/i915/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/i915/TODO b/src/gallium/drivers/i915/TODO index eda5838a854..fc644fe7f93 100644 --- a/src/gallium/drivers/i915/TODO +++ b/src/gallium/drivers/i915/TODO @@ -1,7 +1,7 @@ Random list of problems with i915g: -- Check if PIPE_CAP_BLEND_EQUATION_SEPARATE and PIPE_CAP_TEXTURE_MIRROR_REPEAT - work, the code is there. If not fix it! A simple task, good for beginners. +- 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. |