summaryrefslogtreecommitdiff
path: root/src/i830_memory.c
AgeCommit message (Expand)Author
2009-08-13Align tiled pixmap height so we don't address beyond the end of our buffers (...Eric Anholt
2009-07-15Reset framebuffer offset when rebinding aperture (22760).Keith Packard
2009-07-10i830_bind_memory: Under UMS: Bind GEM bos with dri_bo_pin, else through the GARTKeith Packard
2009-07-10Allocate GTT space for GEM only under UMSKeith Packard
2009-07-10Remove NoAccel supportKeith Packard
2009-06-30Don't try to pin buffers in KMS modeJesse Barnes
2009-05-26Fold GEM detection into DRM master open.Eric Anholt
2009-05-19Don't do GTT maps on objects bigger than half the available aperture size.Eric Anholt
2009-05-15Use drm_intel_bo_disable_reuse API to flag scanout and cursor buffersKeith Packard
2009-05-14Remove dead "avail" variable from XAA stuff.Eric Anholt
2009-05-13Add new have_gem flagJesse Barnes
2009-05-12Remove the offset parameter from i830_allocator_init()Wu Fengguang
2009-04-28Remove a handful of pointless commentsKristian Høgsberg
2009-04-27Remove I830_XV ifdef.Eric Anholt
2009-04-27Replace i830WaitSync with just I830Sync(), as nearly all callers had it wrong.Eric Anholt
2009-04-27Remove can_resize, which is now always true (except when a bug interfered)Eric Anholt
2009-04-27Remove EXA support.Eric Anholt
2009-04-27Remove XAA support.Eric Anholt
2009-04-27Remove DRI1 support.Eric Anholt
2009-04-27Fix assert at startup with DRI initialiation failure.Eric Anholt
2009-04-27Don't clear the framebuffer if it isn't currently bound.Eric Anholt
2009-04-21Staticize a bunch of functions and variables in the driver.Eric Anholt
2009-04-13Turn on front buffer tiling in KMS.Li Peng
2009-04-08Don't enable kernel execbuf fencing w/EXAJesse Barnes
2009-03-30Non-GEM allocations incorrectly force TILE_NONE (bug 20797)Albert Damen
2009-03-20Don't manage fences part twoJesse Barnes
2009-03-19Don't install fences if the kernel is managing themJesse Barnes
2009-03-11Drop Legacy3D option, only use fixed texture space with non-gem.Kristian Høgsberg
2009-03-09Fix 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