summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-22xwayland: Set ScheduleSwap to NULL so DRI2 doesn't call itxwayland-1.12Kristian Høgsberg1-0/+1
2013-02-08xwayland: Use new DRI2 AuthMagic3Tiago Vignatti1-3/+4
2012-09-24xwayland: Add xwayland supportKristian Høgsberg4-11/+119
2012-09-23sna: Check against op->dst.bo rather than priv->cpu_bo for composite uploadChris Wilson1-11/+11
2012-09-23sna: Check that the CPU bo exists before declaring it is busy along uploadChris Wilson1-1/+1
2012-09-23Silence a couple of potential compiler warningsChris Wilson2-1/+4
2012-09-23Allow compilation of a separate i810 driverChris Wilson2-6/+24
2012-09-23sna: Avoid overflows when translating the box16 extents during a copyChris Wilson1-4/+14
2012-09-23sna: Add missing protection against int16 overflow when copyingChris Wilson1-2/+2
2012-09-23Reorder INTEL_XVMC define so that we pick up Option "XvMC"Chris Wilson2-7/+3
2012-09-22sna: Force the stall before trying to upload into a busy CPU boChris Wilson2-11/+24
2012-09-21sna: Force an inplace upload if already wedgedChris Wilson1-0/+3
2012-09-21sna: Do not query for the NULL edid propertyChris Wilson1-1/+4
2012-09-21sna: Use inplace X tiling for LLC uploadsChris Wilson5-7/+284
2012-09-20sna/gen3+: Trim the target extents to the CompositeClipChris Wilson5-24/+27
2012-09-19sna/dri:Add some DBG and assertions to validate names passed back to clientsChris Wilson1-3/+14
2012-09-18sna: Add some asserts useful for tracking an xserver drawing bugChris Wilson1-0/+4
2012-09-18sna/gen7: Add some ring switching sanity checksChris Wilson3-2/+7
2012-09-18sna: Remove special casing of drawing depth=1 glyphsChris Wilson2-88/+28
2012-09-18sna: Check that we do not keep a GPU bo around after flushing a ShmPixmapChris Wilson1-0/+1
2012-09-162.20.8 release2.20.8Chris Wilson2-1/+47
2012-09-15sna: Improve handling of probe failure during initialisationChris Wilson1-6/+3
2012-09-14Add basic support for ValleyViewChris Wilson2-0/+9
2012-09-14configure: Make udev dependency optionalIan Stakenvicius1-3/+14
2012-09-14sna: Only discard CPU damage if we completely overwrite its extentsChris Wilson1-1/+2
2012-09-14sna/dri: flip->next_front.bo is owned by the DRI drawable not by the flipChris Wilson1-6/+0
2012-09-14sna/dri: And the hunt for the use-after-free continues...Chris Wilson1-2/+7
2012-09-14sna: Fix typo for sna_render_picture_flatten()Chris Wilson1-1/+1
2012-09-14sna/dri: Update AsyncSwap for recent changes in tracking DRI drawablesChris Wilson1-2/+8
2012-09-14sna/dri: Add a bunch of assertions for hunting a use-after-freeChris Wilson2-0/+8
2012-09-14sna/dri: Version bump for prototypical AsyncSwapChris Wilson1-2/+2
2012-09-14Skip adding unknown special modesChris Wilson2-4/+14
2012-09-13sna/gen7: Defensively program default GT valuesChris Wilson1-3/+13
2012-09-13sna: Fix analysis of source extents for BLT compositeChris Wilson8-20/+6
2012-09-13sna: Fix BLT composite offsetChris Wilson1-2/+2
2012-09-13sna: Avoid corrupting the CPU bo when compositing fallback data through BLTChris Wilson1-2/+11
2012-09-13sna/gen3: Tidy NO_COMPOSITE debuggingChris Wilson1-11/+2
2012-09-13sna: Do not attempt to change tiling if wedgedChris Wilson1-0/+5
2012-09-13sna: Prefer to use indirect uploads for very small updatesChris Wilson1-9/+10
2012-09-13sna: Teach sna_replace__xor() how to tile large uploadsChris Wilson1-45/+154
2012-09-12sna: Also remove bogus assertion from sna_replace__xor()Chris Wilson1-1/+0
2012-09-12sna: Keep a very small, short-lived cache of large buffersChris Wilson2-10/+64
2012-09-12sna: Propagate busyness when creating the proxyChris Wilson1-0/+7
2012-09-12sna: Add some DBG as to why kgem_check_bo() flushesChris Wilson1-3/+12
2012-09-12sna: Ensure tiling upload buffers are trimmed to fit in the cacheChris Wilson1-0/+6
2012-09-12sna: Avoid fallbacks to shadow pixels if FORCE_GPU is in effectChris Wilson1-6/+10
2012-09-12sna: Avoid readback inplace if the target is unmappableChris Wilson1-3/+9
2012-09-12sna: Flush after operating on large buffersChris Wilson4-7/+13
2012-09-11prime: Reorder probe messages so that the driver prefix is correctChris Wilson1-7/+7
2012-09-10uxa: Error out after failing to become DRM master during PreInitChris Wilson1-1/+3