summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-01-17intel: Use the compositing-aware colorkey filler instead of homebrew fail.Eric Anholt2-37/+4
2010-01-13DRI2: if the swap condition is satisfied, complete it immediatelyJesse Barnes1-2/+18
2010-01-13DRI2: support new DRI2 APIsJesse Barnes4-6/+646
2010-01-08i965: Ensure that URB_FENCE is aligned to 64-bytesChris Wilson2-10/+36
2010-01-08uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson2-11/+11
2010-01-08i830: Do not use vtSema when chosing mapping type.Chris Wilson1-15/+11
2010-01-08Consolidate determining maximum sizes for use with GEMChris Wilson3-10/+12
2010-01-07Xv: don't enable XVMC port on unsupported configsDaniel Vetter1-2/+15
2010-01-07Xv: consolidate xmvc passthrough handlingDaniel Vetter1-51/+37
2010-01-07Xv: hide ugly semantics in i830_clip_video_helperDaniel Vetter1-51/+41
2010-01-07Xv: move users of x1, x2, y1, y2 to PutImageDaniel Vetter1-14/+24
2010-01-07Xv: kill unnecessary parameters for hw PutImage functionsDaniel Vetter4-11/+8
2010-01-07Xv: kill an unnecessary ifDaniel Vetter1-14/+13
2010-01-07Xv: split up I830PutImage into textured and !textured caseDaniel Vetter2-51/+99
2009-12-10Fix compiler warning in i830_copy_video_data() if XvMC is disabledTobias Doerffel1-0/+2
2009-12-10Xv: enable drmmode overlayDaniel Vetter1-12/+0
2009-12-10Revert "uxa-glyphs: Enable TILING_X on glyph caches."Chris Wilson2-11/+11
2009-12-08i965: Only use the affine kernels if both src and mask are affineChris Wilson1-1/+1
2009-12-08i965: Set src_filter before testing.Chris Wilson1-2/+2
2009-12-08Assert that we only call OUT_BATCH() inside a BATCHChris Wilson1-1/+1
2009-12-08i965: Maximum number of vertices per composite is 24, not 18Chris Wilson1-2/+1
2009-12-07batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson10-48/+35
2009-12-04intel: And remember to flush the batch...Chris Wilson1-0/+1
2009-12-02batch: Downgrade batch submission from a FatalError.Chris Wilson1-1/+3
2009-12-02Remove flush parameter from intel_batch_flush()Chris Wilson8-37/+36
2009-12-02Rename I830Sync() to intel_sync()Chris Wilson5-7/+8
2009-12-02batch: Avoid flushing a NULL batchChris Wilson1-1/+1
2009-12-02uxa_prepare_access() don't force a flush.Chris Wilson1-1/+1
2009-12-02Review use of errno after libdrm callChris Wilson6-15/+14
2009-12-02i830: Simplify prepare_access / finish_accessChris Wilson1-16/+14
2009-12-01uxa: Don't treat prepare_access as a flush synchronisation point.Chris Wilson1-12/+0
2009-11-30Add i830_bios.h and i830_display.h to EXTRA_DIST.2.9.99.901Carl Worth1-2/+3
2009-11-30uxa: Limit maximum size of tiled objectsChris Wilson4-0/+32
2009-11-30video-intel: remove i2c_vid.h from src/Makefile.amGaetan Nadon1-1/+0
2009-11-30uxa: Initialise lists for private pixmap structure.Chris Wilson1-0/+3
2009-11-30uxa: Remove cache flush for copyChris Wilson1-3/+0
2009-11-30Use new drmGetDeviceNameFromFd() for mapping to drm device nameKristian Høgsberg2-27/+4
2009-11-30i915: Disable centre-point sampling.Chris Wilson1-3/+17
2009-11-30i915: WhitespaceChris Wilson1-6/+8
2009-11-30debug: Enable dumping of batchbuffer [compile-time only]Chris Wilson1-0/+10
2009-11-30i915: Remove routing of alpha channel to green.Chris Wilson1-12/+0
2009-11-30i915: Fix missing texture offset for mask.Chris Wilson1-3/+3
2009-11-30debug: Don't always flush the batch when emitting a debugging flushChris Wilson2-2/+5
2009-11-30overlay: Fix build after 646b4a9483Chris Wilson1-0/+1
2009-11-30uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson2-11/+11
2009-11-30uxa: PutImage accelerationChris Wilson1-0/+161
2009-11-29Only flush batch during prepare access if it may modify the pixmap.Chris Wilson1-8/+18
2009-11-29batch: Emit a 'pipelined' flush when using a dirty source.Chris Wilson4-3/+22
2009-11-29batch: Track pixmap domains.Chris Wilson8-135/+340
2009-11-29Cleanup a few compiler warnings.Chris Wilson3-5/+4