summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-02-20Delete the audio dumping tool now that it lives in gpu_tools.Eric Anholt
2010-02-20Fix an unused variable warning for !INTEL_XVMC.Eric Anholt
2010-02-20Remove dead assignments noticed by clang.Eric Anholt
2010-02-20Remove stale junk in VideoRam setup, noticed by clang.Eric Anholt
2010-02-20Remove dead UMS CRTC resize code.Eric Anholt
2010-02-17dri2: Silence the compiler for an unused function with proto < 4Chris Wilson
2010-02-11DRI2: handle full height blits without tearing in CopyRegionJesse Barnes
2010-02-10Disable bo reuse on shadow framebufferJesse Barnes
2010-02-05DRI2: only use version 4 APIs if kernel support existsJesse Barnes
2010-01-31Initialize DRI2 info rec version 4 list of driver namesKeith Packard
2010-01-17intel: Use the compositing-aware colorkey filler instead of homebrew fail.Eric Anholt
2010-01-13DRI2: if the swap condition is satisfied, complete it immediatelyJesse Barnes
2010-01-13DRI2: support new DRI2 APIsJesse Barnes
2010-01-08i965: Ensure that URB_FENCE is aligned to 64-bytesChris Wilson
2010-01-08uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson
2010-01-08i830: Do not use vtSema when chosing mapping type.Chris Wilson
2010-01-08Consolidate determining maximum sizes for use with GEMChris Wilson
2010-01-07Xv: don't enable XVMC port on unsupported configsDaniel Vetter
2010-01-07Xv: consolidate xmvc passthrough handlingDaniel Vetter
2010-01-07Xv: hide ugly semantics in i830_clip_video_helperDaniel Vetter
2010-01-07Xv: move users of x1, x2, y1, y2 to PutImageDaniel Vetter
2010-01-07Xv: kill unnecessary parameters for hw PutImage functionsDaniel Vetter
2010-01-07Xv: kill an unnecessary ifDaniel Vetter
2010-01-07Xv: split up I830PutImage into textured and !textured caseDaniel Vetter
2009-12-10Fix compiler warning in i830_copy_video_data() if XvMC is disabledTobias Doerffel
2009-12-10Xv: enable drmmode overlayDaniel Vetter
2009-12-10Revert "uxa-glyphs: Enable TILING_X on glyph caches."Chris Wilson
2009-12-08i965: Only use the affine kernels if both src and mask are affineChris Wilson
2009-12-08i965: Set src_filter before testing.Chris Wilson
2009-12-08Assert that we only call OUT_BATCH() inside a BATCHChris Wilson
2009-12-08i965: Maximum number of vertices per composite is 24, not 18Chris Wilson
2009-12-07batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson
2009-12-04intel: And remember to flush the batch...Chris Wilson
2009-12-02batch: Downgrade batch submission from a FatalError.Chris Wilson
2009-12-02Remove flush parameter from intel_batch_flush()Chris Wilson
2009-12-02Rename I830Sync() to intel_sync()Chris Wilson
2009-12-02batch: Avoid flushing a NULL batchChris Wilson
2009-12-02uxa_prepare_access() don't force a flush.Chris Wilson
2009-12-02Review use of errno after libdrm callChris Wilson
2009-12-02i830: Simplify prepare_access / finish_accessChris Wilson
2009-12-01uxa: Don't treat prepare_access as a flush synchronisation point.Chris Wilson
2009-11-30Add i830_bios.h and i830_display.h to EXTRA_DIST.2.9.99.901Carl Worth
2009-11-30uxa: Limit maximum size of tiled objectsChris Wilson
2009-11-30video-intel: remove i2c_vid.h from src/Makefile.amGaetan Nadon
2009-11-30uxa: Initialise lists for private pixmap structure.Chris Wilson
2009-11-30uxa: Remove cache flush for copyChris Wilson
2009-11-30Use new drmGetDeviceNameFromFd() for mapping to drm device nameKristian Høgsberg
2009-11-30i915: Disable centre-point sampling.Chris Wilson
2009-11-30i915: WhitespaceChris Wilson
2009-11-30debug: Enable dumping of batchbuffer [compile-time only]Chris Wilson