summaryrefslogtreecommitdiff
path: root/src/i830_memory.c
AgeCommit message (Expand)Author
2009-04-13Turn on front buffer tiling in KMS.Li Peng
2009-04-08Don't enable kernel execbuf fencing w/EXAJesse Barnes
2009-03-31Non-GEM allocations incorrectly force TILE_NONE (bug 20797)Albert Damen
2009-03-31Don't manage fences part twoJesse Barnes
2009-03-19Don't install fences if the kernel is managing themJesse Barnes
2009-03-19Drop Legacy3D option, only use fixed texture space with non-gem.Kristian Høgsberg
2009-03-11Fix XV with non-GEM kernels by allocating a larger fake bufmgr.Eric Anholt
2009-03-06Don't allocate the render power saving context in KMS mode.Eric Anholt
2009-03-06clean up arguments to i830_allocate_framebuffer since zaphod removal.Eric Anholt
2009-03-06Remove configured SW cursor support.Eric Anholt
2009-03-06Remove StolenOnly support.Eric Anholt
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt
2009-02-20Dont allocate overlay registers in KMS mode.Kristian Høgsberg
2009-02-02Fix front buffer memset() for non-KMS case.Kristian Høgsberg
2009-02-02Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.Kristian Høgsberg
2009-02-02Fix last-minute "cleanup" that broke the patch.Kristian Høgsberg
2009-02-01Implement front buffer resize for KMS.Kristian Høgsberg
2009-01-27Support tiled back/depth on 915-class hardware with DRI2.Jesse Barnes
2009-01-21Move i965 render sampler state to BOs.Eric Anholt
2009-01-20Remove triple-buffering supportOwain G. Ainsworth
2009-01-06Resize framebuffer on screen size change (requires UXA and DRI2)Keith Packard
2009-01-06Make i830_allocate_memory take tiling parameters.Keith Packard
2008-12-29Fix compile failure after 45f45c73469f1bd46a1b6fb206f2e9e5e4fd66b3Eric Anholt
2008-12-29Remove logical context setup.Eric Anholt
2008-12-29intel/kms: disable overlay when it needs physical addressDave Airlie
2008-12-02Remove DRI_MM defines which are always true now.Eric Anholt
2008-11-17Merge commit 'origin/master' into dri2Kristian Høgsberg
2008-10-19No need to check for drmCommandWriteRead; we link against libdrmKeith Packard
2008-10-19Check for DRI module before initializing GEM mmKeith Packard
2008-10-14Merge commit 'origin/master' into HEADKristian Høgsberg
2008-10-12Typo fixJulien Cristau
2008-09-18Check display stride limit when allocate front bufferZhenyu Wang
2008-09-10Merge branch 'master' into dri2Eric Anholt
2008-09-09Track move of bufmgr functions to libdrm_intel.Eric Anholt
2008-08-29Add DRI2 support.Kristian Høgsberg
2008-08-19Don't allocate EXA offscreen space if kernel mode setting is activeJesse Barnes
2008-08-16Remove last TTM bitsJesse Barnes
2008-08-12Don't set tiling (yet) if kernel mode setting is activeJesse Barnes
2008-08-08Make it actually build the kernel stuff if possibleJesse Barnes
2008-08-08Initial port of kernel modesetting from old intel-kernelmode branchJesse Barnes
2008-08-05Use dri_bo for all object allocations, including pixmaps under uxaKeith Packard
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard
2008-07-30intel-gem: Use new getparam to detect kernel GEM support.Eric Anholt
2008-07-26intel-gem: Give a better error message if the kernel rejects the tiling mode.Eric Anholt
2008-07-21Don't set up the HWS page in GEM mode now that the kernel manages it.Eric Anholt
2008-07-17Merge branch 'master' into drm-gemCarl Worth
2008-07-11Set tiling state for buffers allocated using GEM.Eric Anholt
2008-07-03Fix official name for GM45 chipsetZhenyu Wang
2008-06-17Add support for Intel 4 series chipsets.Zhenyu Wang
2008-06-16Fix compiler warning when disable xvmc configZhenyu Wang