summaryrefslogtreecommitdiff
path: root/src/i830_memory.c
AgeCommit message (Expand)Author
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
2007-02-23Fix fence allocations on 965.Eric Anholt
2007-02-23Rework the video memory allocation.Eric Anholt
2007-02-22Reformat to 4-space indents, no trailing whitespace, and 80 columns.Eric Anholt
2007-02-20Add support for triple buffering using a third static buffer.Michel Dänzer
2007-02-14Revive i830 page flipping support.Michel Dänzer
2007-01-31Remove custom accelerated rotation code now that it's all done through Render.Eric Anholt
2007-01-25Make rotated shadow buffer allocation dynamic.Eric Anholt
2007-01-18Allocate separate cursor memory per CRTC and rotate cursors appropriately.Eric Anholt
2007-01-17Allocate per-crtc rotation buffers and hook up RandR 1.2 per-CRTC rotation.Eric Anholt
2007-01-11Don't limit cachelines to a vertical of 2048, and increase default allocation.Eric Anholt
2007-01-07minor fix on last exa mem binding commitWang Zhenyu
2007-01-06[PATCH] Add rotation support for 965.Wang Zhenyu
2007-01-06[PATCH] Fix EXA mem bindingWang Zhenyu
2007-01-06[PATCH] EXA state mem for G965Wang Zhenyu
2006-12-29Relax tiling requirements on G965.Eric Anholt
2006-12-28Remove 8MB/32MB default VideoRam limits.Eric Anholt
2006-12-27Bug #7524: Major improvements to EXA/XAA static memory allocation.Eric Anholt
2006-11-30Merge branch 'exa' of ../xf86-video-intel into modesettingEric Anholt
2006-11-16Merge branch 'master' into modesettingEric Anholt
2006-10-27Add support for the new DRM memory manager.Thomas Hellstrom
2006-09-27Merge branch 'master' into modesettingEric Anholt
2006-09-25Merge branch 'master' into exaWang Zhenyu
2006-09-07When in MergedFB mode, fix offscreen memory allocation.Alan Hourihane
2006-08-24Merge branch 'master' into exaWang Zhenyu
2006-08-11Fix undefined alloc type for agp memoryWang Zhenyu
2006-08-03Merge branch 'broadwater-video-rehash' into broadwaterEric Anholt
2006-08-03Add current Tungsten Graphics code drop for i965 support.Alan Hourihane
2006-06-26Fix remaining warning.Eric Anholt
2006-05-17Fix memorySize to enable offscreen mem manage.Wang Zhenyu
2006-05-12Remove the local, renamed copy of lnx_agp.c. The diff between lnx_agp.c and itEric Anholt
2006-05-12First pass of integrating the Tungsten Graphics driver for Broadwater. ThisEric Anholt
2006-05-01Stop doing the BIOS memory size tweaking now that we don't ask the BIOS aboutEric Anholt
2006-04-28Commit what applied from Jesse Barnes's i830-exa-latest.patch.Eric Anholt
2006-04-05Fix some argument inversions in xf86DrvMsg function callsDave Airlie
2006-03-22Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.Kristian Høgsberg