summaryrefslogtreecommitdiff
path: root/src/i830_memory.c
AgeCommit message (Expand)Author
2009-11-05Increase stride limit for IGDNGJesse Barnes
2009-10-08Clean up more i830_memory.c madness.Eric Anholt
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt
2009-10-06Move to kernel coding style.Eric Anholt
2009-10-06Remove UMS support.Eric Anholt
2009-10-05Remove UMS overlay support.Eric Anholt
2009-08-25KMS: allocate one bo per crtc for cursorKeith Packard
2009-08-07Align tiled pixmap height so we don't address beyond the end of our buffers.Eric Anholt
2009-07-24XvMC: pin XvMC buffers under KMS.Xiang, Haihao
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