summaryrefslogtreecommitdiff
path: root/src/i830.h
AgeCommit message (Expand)Author
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: 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 more DRI1 dead code.Eric Anholt
2010-01-13DRI2: support new DRI2 APIsJesse Barnes
2010-01-08uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson
2010-01-08Consolidate determining maximum sizes for use with GEMChris Wilson
2009-12-10Revert "uxa-glyphs: Enable TILING_X on glyph caches."Chris Wilson
2009-12-02Rename I830Sync() to intel_sync()Chris Wilson
2009-11-30uxa: Limit maximum size of tiled objectsChris Wilson
2009-11-30Use new drmGetDeviceNameFromFd() for mapping to drm device nameKristian Høgsberg
2009-11-30uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson
2009-11-29batch: Track pixmap domains.Chris Wilson
2009-11-13i915: Derive the correct target color from the pixmap by checking its formatChris Wilson
2009-11-10i915: Use the color channels to pass along solid sources and masks.Chris Wilson
2009-11-05Revert "configure: make --disable-dri work even if the server supports DRI"Eric Anholt
2009-11-05Remove flow-control macros for fallbacks in the 2D driver.Eric Anholt
2009-11-05configure: make --disable-dri work even if the server supports DRIRémi Cardona
2009-10-14conf: Add debugging flush optionsChris Wilson
2009-10-13Drop frontbuffer from crtc in I830CloseScreenAlbert Damen
2009-10-08Clean up more i830_memory.c madness.Eric Anholt
2009-10-08Call pPixmaps plain old pixmaps.Eric Anholt
2009-10-08de-pCamelHungarian the Render pictures and pixmaps.Eric Anholt
2009-10-08Share several render fields between render implementations.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-06Remove more dead UMS code.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-10-05Implement drmmode overlayDaniel Vetter
2009-09-21Split i915/i830 composite_emit_primitive into two functions.Keith Packard
2009-09-21Remove vestigial internal rotation which broke KMS DGA/VidMode modesetting.Keith Packard
2009-09-09i915: Restore nearest samplingChris Wilson
2009-09-05i830/i915: Set the sample position to the pixel center.Chris Wilson
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