Age | Commit message (Expand) | Author |
2008-02-05 | Fix build warnings on 64 bit | Jesse Barnes |
2008-02-05 | Allow non-strict free order for bo_list | Hong Liu |
2008-02-05 | Bug #14246: Fix biuld on OpenBSD. | Mark Kettenis |
2008-02-05 | Don't crash if SW cursor | Zhenyu Wang |
2007-11-15 | remove unnecessary i830_reg.h includes | Zhenyu Wang |
2007-11-09 | Add 'ret' variable to i830_allocator_init | Jesse Barnes |
2007-11-09 | Fixup warnings | Jesse Barnes |
2007-11-01 | Fix allocation reset for really not free BO allocator | Zhenyu Wang |
2007-10-30 | Fix builds without DRI | Alan Coopersmith |
2007-10-24 | Adapt to DRM Lockfree and setStatus changes. | Thomas Hellstrom |
2007-10-16 | Adapt to libdrm buffer object API changes. | Michel Dänzer |
2007-10-12 | Fix failure in tiling setup on non-power-of-two allocations on pre-965. | Eric Anholt |
2007-10-12 | Use mprotect on unbound AGP memory to attempt to catch use while unbound. | Eric Anholt |
2007-10-11 | Don't double-free the memory manager allocation. | Eric Anholt |
2007-10-11 | Update memory manager sizing for the current set of LIFETIME_FIXED bufffers. | Eric Anholt |
2007-10-11 | Move tiling fence register setup to bind time instead of allocate time. | Eric Anholt |
2007-10-11 | Allow front/back/depth to move over the lifetime of the server. | Eric Anholt |
2007-10-11 | Refuse to allocate LIFETIME_FIXED objects in buffer objects. | Eric Anholt |
2007-10-11 | In i830_allocate_memory_bo, bind if we control the VT, not on lifetime-fixed. | Eric Anholt |
2007-10-05 | Replace setting of LIFETIME_FIXED on cursors with just updating the offsets. | Eric Anholt |
2007-10-05 | Don't set overlay registers LIFETIME_FIXED. It always uses the current offset. | Eric Anholt |
2007-10-05 | Revert setting of exa_965_state as LIFETIME_FIXED. | Eric Anholt |
2007-10-05 | Don't leak buffer object allocations in i830_reset_allocations(). | Eric Anholt |
2007-10-05 | Fix formatting of error message. | Eric Anholt |
2007-09-27 | Pin cursor, overlay(no physical) and exa state buffers | Zhenyu Wang |
2007-09-20 | Merge remote branch 'origin/master' into buffer-objects | Eric Anholt |
2007-08-17 | Tune acceleration architecture allocator sizes down. | Eric Anholt |
2007-08-17 | Replace AA allocator usage with i830_memory.c for RandR rotation. | Eric Anholt |
2007-08-17 | Use i830_memory.c instead of the AA's allocator for XV buffers. | Eric Anholt |
2007-08-16 | Add tiling information to BO layout description. | Eric Anholt |
2007-08-16 | Merge branch 'master' into buffer-objects | Eric Anholt |
2007-08-10 | Fix stack-smashing in the last commit. | Eric Anholt |
2007-08-10 | Attempt to fix several front buffer tiling failure cases. | Eric Anholt |
2007-08-10 | Cleanup tiling and FBC driver output. | Jesse Barnes |
2007-08-03 | Tiled rendering & fbc fixes: | Jesse Barnes |
2007-08-02 | Mark DRI buffers as shareable, and pass their buffer handles through the SAREA. | Eric Anholt |
2007-07-27 | Pin some buffer objects at creation time, which can't be moved yet. | Eric Anholt |
2007-07-26 | Use new drmBOSetPin interface instead of NO_EVICT/NO_MOVE buffers. | Eric Anholt |
2007-07-25 | When TTM is available, use it instead of manual AGP allocations when possible. | Eric Anholt |
2007-07-09 | Fix some physical address handling for >4GB addresses. | Eric Anholt |
2007-07-06 | FBC and tiling changes | Jesse Barnes |
2007-07-05 | Re-add tiling kludge, but only for 965. | Jesse Barnes |
2007-07-05 | Remove tiling kludge. May need more fixes for 965. | Jesse Barnes |
2007-07-03 | Fixup line length buffer padding, add kludge for front buffer tile | Jesse Barnes |
2007-07-02 | Framebuffer compression changes: | Jesse Barnes |
2007-07-02 | Enable framebuffer compression (use Option "FrameBufferCompression" | Jesse Barnes |
2007-06-19 | Fix left G33 issues | Wang Zhenyu |
2007-06-06 | Enable overlay on G33 class chipsets | Wang Zhenyu |
2007-06-05 | Add support for the G33, Q33, and Q35 chipsets. | Wang Zhenyu |
2007-05-02 | Disable non-working GTT decoding on i830, and fix map/unmap of GTT. | Eric Anholt |