summaryrefslogtreecommitdiff
path: root/src/i830_memory.c
AgeCommit message (Expand)Author
2007-09-19Merge branch 'master' into xvmc-i915Zhenyu Wang
2007-08-17Tune acceleration architecture allocator sizes down.Eric Anholt
2007-08-17Replace AA allocator usage with i830_memory.c for RandR rotation.Eric Anholt
2007-08-17Use i830_memory.c instead of the AA's allocator for XV buffers.Eric Anholt
2007-08-10Fix stack-smashing in the last commit.Eric Anholt
2007-08-10Attempt to fix several front buffer tiling failure cases.Eric Anholt
2007-08-10Cleanup tiling and FBC driver output.Jesse Barnes
2007-08-10Merge branch 'master' into xvmc-i915xvmc-i915Zhenyu Wang
2007-08-03Tiled rendering & fbc fixes:Jesse Barnes
2007-07-19move i830_allocate_xvmc_buffer out of #if/#endifXiang, Haihao
2007-07-191. using batch bufferroot
2007-07-19enable XvMC for i915Xiang, Haihao
2007-07-09Fix some physical address handling for >4GB addresses.Eric Anholt
2007-07-06FBC and tiling changesJesse Barnes
2007-07-05Re-add tiling kludge, but only for 965.Jesse Barnes
2007-07-05Remove tiling kludge. May need more fixes for 965.Jesse Barnes
2007-07-03Fixup line length buffer padding, add kludge for front buffer tileJesse Barnes
2007-07-02Framebuffer compression changes:Jesse Barnes
2007-07-02Enable framebuffer compression (use Option "FrameBufferCompression"Jesse Barnes
2007-06-19Fix left G33 issuesWang Zhenyu
2007-06-06Enable overlay on G33 class chipsetsWang Zhenyu
2007-06-05Add support for the G33, Q33, and Q35 chipsets.Wang Zhenyu
2007-05-02Disable non-working GTT decoding on i830, and fix map/unmap of GTT.Eric Anholt
2007-05-02Fix typo in previous commit with s/XF86_DRI/XF86DRI/Eric Anholt
2007-05-01Bug #10714: Fix build without DRI.Samuel Thibault
2007-04-30Allow physical-memory allocations within stolen memory.Eric Anholt
2007-04-29Alloc state mem buffer on 965G for xaa rotationWang Zhenyu
2007-04-19Eliminate LinearAlloc option and code.Keith Packard
2007-04-19Fix mem list order and remove extra unbind call when free memoryWang Zhenyu
2007-04-13Fix crash on G965 XAA with LinearAlloc optionWang Zhenyu
2007-03-17Allocate 4 separate buffers for HW Cursors on Linux.Keith Packard
2007-03-15Fix crashes and other failures when a cursor allocation fails.Eric Anholt
2007-03-14Make sure the legacy texture area is there when needed.Michel Dänzer
2007-03-12Make the 965 use Y-major tiling for the depth buffer, as required by the spec.Eric Anholt
2007-03-11fixup missing assert includesDave Airlie
2007-03-09Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer
2007-03-06Make the depth buffer X tiled instead of Y, and fix a Y tiling nit on 945.Eric Anholt
2007-03-06Unify allocation of back buffers.Michel Dänzer
2007-03-06Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer
2007-03-05Move EnterVT mode setting code to xf86SetDesiredModes.Keith Packard
2007-03-06EXA: try to always alloc exa i965 state buffer in stolen memWang Zhenyu
2007-03-05Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer
2007-03-05Be more verbose when page flipping can't be enabled for various reasons.Michel Dänzer
2007-03-02Move EXA offscreen memory back after framebuffer to avoid fallbacks.Eric Anholt
2007-02-26Bug #9604: Align the sizes of allocations to page increments as well.Eric Anholt
2007-02-26Fix physical memory allocations, including description in log.Eric Anholt
2007-02-26Fix some texture memory allocation issues.Eric Anholt
2007-02-23Always allocate logical_context, since we use it in emitting invariants.Eric Anholt
2007-02-23Improve logging of memory allocation passes, and clean the code up a bit.Eric Anholt
2007-02-23Move memory allocation to ScreenInit rather than PreInit.Eric Anholt