summaryrefslogtreecommitdiff
path: root/src/i830_memory.c
AgeCommit message (Expand)Author
2010-06-07Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt
2010-05-31Remove all code that pretends to work if we lack drm and gem.Owain G. Ainsworth
2010-05-31Stop conditionalising on kernel_exec_fencing.Owain G. Ainsworth
2010-05-17i830: Prevent allocation of bo larger than half the apertureChris Wilson
2010-04-10fix cursor allocation flags.Owain G. Ainsworth
2010-03-01Consolidate determining maximum sizes for use with GEMChris Wilson
2010-03-01Rename I830Sync() to intel_sync()Chris Wilson
2010-03-01Review use of errno after libdrm callChris Wilson
2010-03-01uxa: Limit maximum size of tiled objectsChris Wilson
2010-03-01Cleanup a few compiler warnings.Chris Wilson
2010-03-01Increase stride limit for IGDNGJesse Barnes
2010-03-01Rename the xf86 screen private from pScrn to scrn.Owain G. Ainsworth
2010-03-01Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Owain G. Ainsworth
2010-03-01Oops, one of the previous cherry picks broke the buid, fix it up.Owain G. Ainsworth
2010-02-28Move to kernel coding style.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