summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-01debug: Don't always flush the batch when emitting a debugging flushChris Wilson
2010-03-01uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson
2010-03-01uxa: PutImage accelerationChris Wilson
2010-03-01Only flush batch during prepare access if it may modify the pixmap.Chris Wilson
2010-03-01batch: Emit a 'pipelined' flush when using a dirty source.Chris Wilson
2010-03-01uxa: Initialise lists for private pixmap structure.Chris Wilson
2010-03-01batch: Track pixmap domains.Chris Wilson
2010-03-01Cleanup a few compiler warnings.Chris Wilson
2010-03-01Makefile.am: Add missing .g4i to be included in the tar file.Daniel Kahn Gillmor
2010-03-01.gitignore: use common defaults with custom section # 24239Gaetan Nadon
2010-03-01.gitignore: use common defaults with custom section # 24239Gaetan Nadon
2010-03-01i915: Derive the correct target color from the pixmap by checking its formatChris Wilson
2010-03-01i915: Fix texture sampling coordinates.Chris Wilson
2010-03-01i915: Use the color channels to pass along solid sources and masks.Chris Wilson
2010-03-01i915: Check for overflow before overflowing.Chris Wilson
2010-03-01Check that batch buffers are atomic.Chris Wilson
2010-03-01Fix "Remove flow-control macros for fallbacks in the 2D driver."Eric Anholt
2010-03-01Remove flow-control macros for fallbacks in the 2D driver.Eric Anholt
2010-03-01fix fallout from ccd5869dedd857ed3cc40bfcdda93fa527f20057.Owain G. Ainsworth
2010-03-01Revert "configure: make --disable-dri work even if the server supports DRI"Eric Anholt
2010-03-01Increase stride limit for IGDNGJesse Barnes
2010-03-01configure: use CWARNFLAGS from xorg-macros.m4Rémi Cardona
2010-03-01configure: make --disable-dri work even if the server supports DRIRémi Cardona
2010-03-01i965 XvMC cleanupOwain G. Ainsworth
2010-03-01Xv overlay: fix planar YUV copy for right rotated crtcsDaniel Vetter
2010-03-01debug: Enable cache flushing after every operationChris Wilson
2010-03-01conf: Add debugging flush optionsOwain G. Ainsworth
2010-03-01Return failure when the enum-type output property values are not foundZhao Yakui
2010-03-01DRI2 compat build fix: it's drawable->pScreen not drawable->screenJesse Barnes
2010-03-01Rename pScreen to screen.Owain G. Ainsworth
2010-03-01Rename pGC to gc.Eric Anholt
2010-03-01Rename pDraw to plain old drawable.Eric Anholt
2010-03-01Rename the xv pPriv to adaptor_priv to reflect whose private it is.Owain 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-01Remove the reg_dumper code, now that it's been moved to intel_gpu_tools.Owain G. Ainsworth
2010-03-01Oops, one of the previous cherry picks broke the buid, fix it up.Owain G. Ainsworth
2010-02-28Remove the stepping debug app, replaced by version in intel_gpu_tools.Eric Anholt
2010-02-28Trim down the hotplug debug app.Eric Anholt
2010-02-28Remove intel_idle, replaced by intel_gpu_top in intel_gpu_tools.Eric Anholt
2010-02-28Move to kernel coding style.Eric Anholt
2010-02-28Remove error state dumping code.Eric Anholt
2010-02-28Xv: introduce an overlay halDaniel Vetter
2010-02-28Xv: rework overlay buffer managementDaniel Vetter
2010-02-28Xv: create xvmc_passthrough helperDaniel Vetter
2010-02-28Xv: scrap overlay offscreen pixmap supportDaniel Vetter
2010-02-28Xv: small cleanups in I830PutImageDaniel Vetter