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