summaryrefslogtreecommitdiff
path: root/src/i830_memory.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a handful of pointless commentsKristian Høgsberg2009-04-281-14/+0
* Remove I830_XV ifdef.Eric Anholt2009-04-271-4/+0
* Replace i830WaitSync with just I830Sync(), as nearly all callers had it wrong.Eric Anholt2009-04-271-4/+1
* Remove can_resize, which is now always true (except when a bug interfered)Eric Anholt2009-04-271-7/+0
* Remove EXA support.Eric Anholt2009-04-271-42/+0
* Remove XAA support.Eric Anholt2009-04-271-94/+5
* Remove DRI1 support.Eric Anholt2009-04-271-244/+2
* Fix assert at startup with DRI initialiation failure.Eric Anholt2009-04-271-0/+1
* Don't clear the framebuffer if it isn't currently bound.Eric Anholt2009-04-271-1/+1
* Staticize a bunch of functions and variables in the driver.Eric Anholt2009-04-211-2/+2
* Turn on front buffer tiling in KMS.Li Peng2009-04-131-2/+0
* Don't enable kernel execbuf fencing w/EXAJesse Barnes2009-04-081-8/+9
* Non-GEM allocations incorrectly force TILE_NONE (bug 20797)Albert Damen2009-03-301-2/+0
* Don't manage fences part twoJesse Barnes2009-03-201-1/+2
* Don't install fences if the kernel is managing themJesse Barnes2009-03-191-7/+4
* Drop Legacy3D option, only use fixed texture space with non-gem.Kristian Høgsberg2009-03-111-3/+2
* Fix XV with non-GEM kernels by allocating a larger fake bufmgr.Eric Anholt2009-03-091-1/+1
* Don't allocate the render power saving context in KMS mode.Eric Anholt2009-03-061-0/+3
* clean up arguments to i830_allocate_framebuffer since zaphod removal.Eric Anholt2009-03-061-23/+11
* Remove configured SW cursor support.Eric Anholt2009-03-061-6/+5
* Remove StolenOnly support.Eric Anholt2009-03-061-6/+2
* intel: Nuke shared-entity support (zaphod mode).Eric Anholt2009-03-061-45/+9
* Dont allocate overlay registers in KMS mode.Kristian Høgsberg2009-02-201-1/+1
* Fix front buffer memset() for non-KMS case.Kristian Høgsberg2009-02-021-1/+1
* Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.Kristian Høgsberg2009-02-021-15/+56
* Fix last-minute "cleanup" that broke the patch.Kristian Høgsberg2009-02-021-56/+15
* Implement front buffer resize for KMS.Kristian Høgsberg2009-02-011-14/+1
* Support tiled back/depth on 915-class hardware with DRI2.Jesse Barnes2009-01-271-15/+56
* Move i965 render sampler state to BOs.Eric Anholt2009-01-211-18/+0
* Remove triple-buffering supportOwain G. Ainsworth2009-01-201-11/+0
* Resize framebuffer on screen size change (requires UXA and DRI2)Keith Packard2009-01-061-111/+9
* Make i830_allocate_memory take tiling parameters.Keith Packard2009-01-061-173/+164
* Fix compile failure after 45f45c73469f1bd46a1b6fb206f2e9e5e4fd66b3Eric Anholt2008-12-291-1/+0
* Remove logical context setup.Eric Anholt2008-12-291-9/+0
* intel/kms: disable overlay when it needs physical addressDave Airlie2008-12-291-1/+4
* Remove DRI_MM defines which are always true now.Eric Anholt2008-12-021-3/+0
* Merge commit 'origin/master' into dri2Kristian Høgsberg2008-11-171-9/+20
|\
| * No need to check for drmCommandWriteRead; we link against libdrmKeith Packard2008-10-191-2/+1
| * Check for DRI module before initializing GEM mmKeith Packard2008-10-191-8/+21
* | Merge commit 'origin/master' into HEADKristian Høgsberg2008-10-141-1/+30
|\ \ | |/
| * Typo fixJulien Cristau2008-10-121-1/+1
| * Check display stride limit when allocate front bufferZhenyu Wang2008-09-181-0/+29
* | Merge branch 'master' into dri2Eric Anholt2008-09-101-3/+3
|\ \ | |/
| * Track move of bufmgr functions to libdrm_intel.Eric Anholt2008-09-091-3/+3
* | Add DRI2 support.Kristian Høgsberg2008-08-291-3/+5
|/
* Don't allocate EXA offscreen space if kernel mode setting is activeJesse Barnes2008-08-191-1/+1
* Remove last TTM bitsJesse Barnes2008-08-161-2/+1
* Don't set tiling (yet) if kernel mode setting is activeJesse Barnes2008-08-121-3/+1
* Make it actually build the kernel stuff if possibleJesse Barnes2008-08-081-3/+9
* Initial port of kernel modesetting from old intel-kernelmode branchJesse Barnes2008-08-081-45/+188