Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i915g: Add back 4444 and 5551 formats | Stéphane Marchesin | 2014-11-22 | 1 | -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 formats | Stéphane Marchesin | 2014-06-05 | 1 | -0/+2 |
| | | | | | They don't seem to work 100%, I need to investigate but in the meantime let's remove them. | ||||
* | i915g: Update TODO | Stéphane Marchesin | 2013-03-08 | 1 | -12/+1 |
| | |||||
* | i915g: More ops commute. | Stéphane Marchesin | 2012-06-15 | 1 | -0/+3 |
| | | | | This allows using the optimizations more broadly. | ||||
* | i915g: Update TODO. | Stéphane Marchesin | 2011-12-13 | 1 | -0/+2 |
| | |||||
* | i915g: Flesh out TODO idea. | Stéphane Marchesin | 2011-10-25 | 1 | -1/+3 |
| | |||||
* | i915g: Add TODO. | Stéphane Marchesin | 2011-10-17 | 1 | -0/+2 |
| | |||||
* | i915g: Update TODO once more. | Stéphane Marchesin | 2011-10-10 | 1 | -4/+1 |
| | |||||
* | i915g: Update the TODO with another idea. | Stéphane Marchesin | 2011-10-10 | 1 | -0/+2 |
| | |||||
* | i915g: Remove another TODO item which was done a while ago. | Stéphane Marchesin | 2011-10-08 | 1 | -3/+0 |
| | |||||
* | i915g: Remove a TODO item. | Stéphane Marchesin | 2011-10-08 | 1 | -1/+0 |
| | |||||
* | i915g: update TODO. | Stéphane Marchesin | 2011-06-29 | 1 | -0/+2 |
| | |||||
* | i915g: Update the TODO with another idea. | Stéphane Marchesin | 2011-06-28 | 1 | -0/+2 |
| | |||||
* | i915g: Enable GL_ARB_instanced_arrays. | Stéphane Marchesin | 2011-06-27 | 1 | -1/+0 |
| | |||||
* | i915g: Fix a bug in facing. | Stéphane Marchesin | 2011-06-27 | 1 | -2/+1 |
| | | | | However doesn't work because of limitations in the draw module. | ||||
* | i915g: update TODO. | Stéphane Marchesin | 2011-06-27 | 1 | -0/+13 |
| | |||||
* | i915g: update TODO | Daniel Vetter | 2011-03-06 | 1 | -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 now | Jakob Bornecrantz | 2011-02-24 | 1 | -0/+2 |
| | |||||
* | i915g: Enable mirror repeat wrap mode | Jakob Bornecrantz | 2011-02-24 | 1 | -2/+2 |
| | |||||
* | i915g: TODO about point sprites | Jakob Bornecrantz | 2011-02-21 | 1 | -0/+3 |
| | |||||
* | i915g: TODO about untested code hidden behind caps | Jakob Bornecrantz | 2011-02-21 | 1 | -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 updated | Jakob Bornecrantz | 2010-12-02 | 1 | -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 items | Daniel Vetter | 2010-12-02 | 1 | -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]> |