aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/TODO
Commit message (Collapse)AuthorAgeFilesLines
* i915g: Add back 4444 and 5551 formatsStéphane Marchesin2014-11-221-2/+0
| | | | | | Now that we have the transfers working, we can re-add those formats. Signed-off-by: Stéphane Marchesin <[email protected]>
* i915g: Remove 4444 and 5551 formatsStéphane Marchesin2014-06-051-0/+2
| | | | | They don't seem to work 100%, I need to investigate but in the meantime let's remove them.
* i915g: Update TODOStéphane Marchesin2013-03-081-12/+1
|
* i915g: More ops commute.Stéphane Marchesin2012-06-151-0/+3
| | | | This allows using the optimizations more broadly.
* i915g: Update TODO.Stéphane Marchesin2011-12-131-0/+2
|
* i915g: Flesh out TODO idea.Stéphane Marchesin2011-10-251-1/+3
|
* i915g: Add TODO.Stéphane Marchesin2011-10-171-0/+2
|
* i915g: Update TODO once more.Stéphane Marchesin2011-10-101-4/+1
|
* i915g: Update the TODO with another idea.Stéphane Marchesin2011-10-101-0/+2
|
* i915g: Remove another TODO item which was done a while ago.Stéphane Marchesin2011-10-081-3/+0
|
* i915g: Remove a TODO item.Stéphane Marchesin2011-10-081-1/+0
|
* i915g: update TODO.Stéphane Marchesin2011-06-291-0/+2
|
* i915g: Update the TODO with another idea.Stéphane Marchesin2011-06-281-0/+2
|
* i915g: Enable GL_ARB_instanced_arrays.Stéphane Marchesin2011-06-271-1/+0
|
* i915g: Fix a bug in facing.Stéphane Marchesin2011-06-271-2/+1
| | | | However doesn't work because of limitations in the draw module.
* i915g: update TODO.Stéphane Marchesin2011-06-271-0/+13
|
* i915g: update TODODaniel Vetter2011-03-061-10/+7
| | | | | | | | | Comments about the deleted stuff: - openaren hang: likely caused by the vertex corruptions, fixed by Jakob. - tiling: Y-tiling works with my hw-clear branch. X-tiling works as merged to master a while ago (execbuf2 version). Signed-off-by: Daniel Vetter <[email protected]>
* i915g: Disable LIS7 state updates for nowJakob Bornecrantz2011-02-241-0/+2
|
* i915g: Enable mirror repeat wrap modeJakob Bornecrantz2011-02-241-2/+2
|
* i915g: TODO about point spritesJakob Bornecrantz2011-02-211-0/+3
|
* i915g: TODO about untested code hidden behind capsJakob Bornecrantz2011-02-211-0/+3
| | | | | Should be fairly easy to test and fix since you can look at the code in the classic driver.
* i915g: Make sure that new vbo gets updatedJakob Bornecrantz2010-12-021-4/+0
| | | | | | | | | Malloc likes to reuse old address as soon as possible this would cause the new vbo buffer to get the same address as the old. So make sure we set it to NULL when we allocate a new one. This fixes ipers which will fill up a couple of VBO buffers per frame. Signed-off-by: Jakob Bornecrantz <[email protected]>
* i915g: track TODO itemsDaniel Vetter2010-12-021-0/+29
Just as a reminder for all things currently broken with i915g. Signed-off-by: Daniel Vetter <[email protected]> Reviewed-by: Jakob Bornecrantz <[email protected]> Signed-off-by: Jakob Bornecrantz <[email protected]>