summaryrefslogtreecommitdiff
path: root/src/i830.h
AgeCommit message (Expand)Author
2010-07-05pull in a local commit in cvs that got lost:Owain G. Ainsworth
2010-06-22Temporarily disable the pageflipping stuff. It isn't 100% on ironlakeOwain G. Ainsworth
2010-06-17i830: Remove domain tracking from pixmaps.Chris Wilson
2010-06-17i830: Tidy i830_uxa_put_image()Chris Wilson
2010-06-14Compile fix for alternate list.h from xserver-1.9Chris Wilson
2010-06-07Use the direct dixGevPrivate() API when availableChris Wilson
2010-06-07Adapt to DevPrivate API changesKeith Packard
2010-06-07i830: Remove unused coord-adjust.Chris Wilson
2010-06-07i915; Avoid the implicit flush on changing BUF_INFOChris Wilson
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-30i915: Don't re-emit vertex size unless it has changed.Chris Wilson
2010-05-29Initial Ironlake supportOwain G. Ainsworth
2010-05-25i915: Emit CA over using OutReverse + Add passesChris Wilson
2010-05-25uxa: Use temporary dest when target is too large for compositorChris Wilson
2010-05-25i915: Move vertices into a vertex buffer object.Chris Wilson
2010-05-25Use pwrite to upload the batch bufferChris Wilson
2010-05-25i915: Emit composite primitive with specialised functions.Chris Wilson
2010-05-25i915: amalgamate composite into a single primitive listChris Wilson
2010-05-17i830: Prevent allocation of bo larger than half the apertureChris Wilson
2010-05-17uxa: Rearrange checking and preparing of composite textures.Chris Wilson
2010-05-17sync swap support. Backported from current and adapted for ums.Owain G. Ainsworth
2010-05-16Use new drmGetDeviceNameFromFd() for mapping to drm device nameKristian Høgsberg
2010-05-16Remove i830_dri.hOwain G. Ainsworth
2010-04-16uxa: Reuse in-flight boOwain G. Ainsworth
2010-04-14Review i830_pad_drawable_width()Owain G. Ainsworth
2010-03-01uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson
2010-03-01fixup previous cherry pick.Owain G. Ainsworth
2010-03-01Consolidate determining maximum sizes for use with GEMChris Wilson
2010-03-01Revert "uxa-glyphs: Enable TILING_X on glyph caches."Chris Wilson
2010-03-01Rename I830Sync() to intel_sync()Chris Wilson
2010-03-01uxa: Limit maximum size of tiled objectsChris Wilson
2010-03-01uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson
2010-03-01batch: Track pixmap domains.Chris Wilson
2010-03-01i915: Derive the correct target color from the pixmap by checking its formatChris Wilson
2010-03-01i915: Use the color channels to pass along solid sources and masks.Chris Wilson
2010-03-01Remove flow-control macros for fallbacks in the 2D driver.Eric Anholt
2010-03-01Revert "configure: make --disable-dri work even if the server supports DRI"Eric Anholt
2010-03-01configure: make --disable-dri work even if the server supports DRIRémi Cardona
2010-03-01conf: Add debugging flush optionsOwain G. Ainsworth
2010-03-01Call pPixmaps plain old pixmaps.Owain G. Ainsworth
2010-03-01de-pCamelHungarian the Render pictures and pixmaps.Eric Anholt
2010-03-01Share several render fields between render implementations.Eric Anholt
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-10-13Drop frontbuffer from crtc in I830CloseScreenAlbert Damen
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