summaryrefslogtreecommitdiff
path: root/src/i830_memory.c
AgeCommit message (Expand)Author
2010-06-07Allocate a correctly sized framebuffer when tiling by using libdrm's support.Eric Anholt
2010-05-12i830: Prevent allocation of bo larger than half the apertureChris Wilson
2010-05-10i830: Minor cleanupChris Wilson
2010-03-04Remove remaining fbOffset setting.Eric Anholt
2010-03-04Remove i830_allocate_2d_memory() now that it only called one function.Eric Anholt
2010-03-04Init CRTC cursors with CRTC setup instead of i830_memory.Eric Anholt
2010-03-04i830_memory: rip out the remainings of the old allocatorDaniel Vetter
2010-03-04i830_memory: hide as much of the old memory allocator as possibleDaniel Vetter
2010-03-04i830_memory: switch frontbuffer to drm_intel_boDaniel Vetter
2010-03-04i830_memory: switch cursors to drm_intel_boDaniel Vetter
2010-03-04i830_memory: kill field "pitch"Daniel Vetter
2010-03-04i830_memory: rip out field "size"Daniel Vetter
2010-03-04i830_memory: kill field "tiling_mode"Daniel Vetter
2010-03-04i830_memory: no memory allocations without a bo!Daniel Vetter
2010-03-04i830_memory: rename i830_bind_all_memory to reflect code realityDaniel Vetter
2010-03-04i830_memory: rip out the old video memory allocatorDaniel Vetter
2010-03-04i830_memory: kill i830_desribe_allocationsDaniel Vetter
2010-03-04i830_memory: rip out field "offset"Daniel Vetter
2010-03-04i830_memory: rip out field "end"Daniel Vetter
2010-02-20Remove dead assignments noticed by clang.Eric Anholt
2010-01-08Consolidate determining maximum sizes for use with GEMChris Wilson
2009-12-02Review use of errno after libdrm callChris Wilson
2009-11-30uxa: Limit maximum size of tiled objectsChris Wilson
2009-11-29Cleanup a few compiler warnings.Chris Wilson
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