Age | Commit message (Expand) | Author |
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 |
2007-02-23 | Fix fence allocations on 965. | Eric Anholt |
2007-02-23 | Rework the video memory allocation. | Eric Anholt |
2007-02-22 | Reformat to 4-space indents, no trailing whitespace, and 80 columns. | Eric Anholt |
2007-02-20 | Add support for triple buffering using a third static buffer. | Michel Dänzer |
2007-02-14 | Revive i830 page flipping support. | Michel Dänzer |
2007-01-31 | Remove custom accelerated rotation code now that it's all done through Render. | Eric Anholt |
2007-01-25 | Make rotated shadow buffer allocation dynamic. | Eric Anholt |
2007-01-18 | Allocate separate cursor memory per CRTC and rotate cursors appropriately. | Eric Anholt |
2007-01-17 | Allocate per-crtc rotation buffers and hook up RandR 1.2 per-CRTC rotation. | Eric Anholt |
2007-01-11 | Don't limit cachelines to a vertical of 2048, and increase default allocation. | Eric Anholt |
2007-01-07 | minor fix on last exa mem binding commit | Wang Zhenyu |
2007-01-06 | [PATCH] Add rotation support for 965. | Wang Zhenyu |
2007-01-06 | [PATCH] Fix EXA mem binding | Wang Zhenyu |
2007-01-06 | [PATCH] EXA state mem for G965 | Wang Zhenyu |
2006-12-29 | Relax tiling requirements on G965. | Eric Anholt |
2006-12-28 | Remove 8MB/32MB default VideoRam limits. | Eric Anholt |
2006-12-27 | Bug #7524: Major improvements to EXA/XAA static memory allocation. | Eric Anholt |
2006-11-30 | Merge branch 'exa' of ../xf86-video-intel into modesetting | Eric Anholt |
2006-11-16 | Merge branch 'master' into modesetting | Eric Anholt |