Age | Commit message (Expand) | Author |
2007-09-19 | Merge branch 'master' into xvmc-i915 | Zhenyu Wang |
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-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-10 | Merge branch 'master' into xvmc-i915xvmc-i915 | Zhenyu Wang |
2007-08-03 | Tiled rendering & fbc fixes: | Jesse Barnes |
2007-07-19 | move i830_allocate_xvmc_buffer out of #if/#endif | Xiang, Haihao |
2007-07-19 | 1. using batch buffer | root |
2007-07-19 | enable XvMC for i915 | Xiang, Haihao |
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 |
2007-05-02 | Fix typo in previous commit with s/XF86_DRI/XF86DRI/ | Eric Anholt |
2007-05-01 | Bug #10714: Fix build without DRI. | Samuel Thibault |
2007-04-30 | Allow physical-memory allocations within stolen memory. | Eric Anholt |
2007-04-29 | Alloc state mem buffer on 965G for xaa rotation | Wang Zhenyu |
2007-04-19 | Eliminate LinearAlloc option and code. | Keith Packard |
2007-04-19 | Fix mem list order and remove extra unbind call when free memory | Wang Zhenyu |
2007-04-13 | Fix crash on G965 XAA with LinearAlloc option | Wang Zhenyu |
2007-03-17 | Allocate 4 separate buffers for HW Cursors on Linux. | Keith Packard |
2007-03-15 | Fix crashes and other failures when a cursor allocation fails. | Eric Anholt |
2007-03-14 | Make sure the legacy texture area is there when needed. | Michel Dänzer |
2007-03-12 | Make the 965 use Y-major tiling for the depth buffer, as required by the spec. | Eric Anholt |
2007-03-11 | fixup missing assert includes | Dave Airlie |
2007-03-09 | Merge remote branch 'origin/master' into i830-pageflip | Michel Dänzer |
2007-03-06 | Make the depth buffer X tiled instead of Y, and fix a Y tiling nit on 945. | Eric Anholt |
2007-03-06 | Unify allocation of back buffers. | Michel Dänzer |
2007-03-06 | Merge remote branch 'origin/master' into i830-pageflip | Michel Dänzer |
2007-03-05 | Move EnterVT mode setting code to xf86SetDesiredModes. | Keith Packard |
2007-03-06 | EXA: try to always alloc exa i965 state buffer in stolen mem | Wang Zhenyu |
2007-03-05 | Merge remote branch 'origin/master' into i830-pageflip | Michel Dänzer |
2007-03-05 | Be more verbose when page flipping can't be enabled for various reasons. | Michel Dänzer |
2007-03-02 | Move EXA offscreen memory back after framebuffer to avoid fallbacks. | Eric Anholt |
2007-02-26 | Bug #9604: Align the sizes of allocations to page increments as well. | Eric Anholt |
2007-02-26 | Fix physical memory allocations, including description in log. | Eric Anholt |
2007-02-26 | Fix some texture memory allocation issues. | Eric Anholt |
2007-02-23 | Always allocate logical_context, since we use it in emitting invariants. | Eric Anholt |
2007-02-23 | Improve logging of memory allocation passes, and clean the code up a bit. | Eric Anholt |
2007-02-23 | Move memory allocation to ScreenInit rather than PreInit. | Eric Anholt |