summaryrefslogtreecommitdiff
path: root/src/sna
AgeCommit message (Expand)Author
2012-10-07sna/gen2: Compile fixChris Wilson
2012-10-07sna/gen2: Add a couple of assertions to track down a batch overflowChris Wilson
2012-10-05sna: Do not create an unsnooped CPU mapping for readbacksChris Wilson
2012-10-05sna: Refactor the fallback CopyArea to use the common region computationChris Wilson
2012-10-04sna/gen2: Tidy DBG code for disabling composite operationsChris Wilson
2012-10-04sna: Remove another sna_pixmap->cpu assertion that was not trueChris Wilson
2012-10-04sna: Propagate failures from compositing glyph masksChris Wilson
2012-10-04sna/gen2: Prevent using the GTT maps with I915_TILING_Y on 855gmChris Wilson
2012-10-04sna: Once again look into assertions around sna_pixmap->cpuChris Wilson
2012-10-04sna: Avoid using the gpu for uploads whilst wedgedChris Wilson
2012-10-04sna/gen2: Allow fine damage tracking for render operationsChris Wilson
2012-10-03sna/gen2: Setup invariant blend argumentsChris Wilson
2012-10-03sna: Clear sna_pixmap->cpu when destroying the CPU damageChris Wilson
2012-10-03sna: Protect against undefined O_CLOEXECChris Wilson
2012-10-03sna: Fix an instance of undamaged trackingChris Wilson
2012-10-03sna/gen7: Tidy detection of unbounded render opChris Wilson
2012-10-03sna/dri: Delay the deactivation of the pageflippingChris Wilson
2012-10-03sna: Review sna_pixmap->cpu trackingChris Wilson
2012-10-02sna: Prevent sna_damage_contains_box__no_reduce() from a NULL derefChris Wilson
2012-10-02sna: Actually upload the damage when replacing a busy CPU bo for PutImageChris Wilson
2012-10-02sna: Tweak CPU damage partial upload pathsChris Wilson
2012-10-02sna: Avoid accumulating damage to the CPU if it is already damagedChris Wilson
2012-10-02sna: Remember to call ValidatePicture() before using newly created PicturesChris Wilson
2012-10-01sna/gen2: Clear STIPPLE setup before rendering with the 3D pipelineChris Wilson
2012-09-30sna/dri: Check back/front buffers of a pixmap for format changeChris Wilson
2012-09-30sna: Cache repeated use of the temporary CPU mapping for tiled_x uploadsChris Wilson
2012-09-30sna/dri: Only chain to a triple buffer pageflip sequenceChris Wilson
2012-09-30sna/dri: Improve handling of async/sync pageflip transitionChris Wilson
2012-09-30sna: Make sure the CPU bo is destroyed if we fail to mmap it during allocChris Wilson
2012-09-30sna: set_cacheing returns a bool not an error-codeChris Wilson
2012-09-29sna/dri: Swallow error from GetMSCChris Wilson
2012-09-29sna: Release the front buffer and drop DRM master early during shutdownChris Wilson
2012-09-28sna: Restore LLC cache level after using a buffer for scanout (uncached)Chris Wilson
2012-09-27sna/dri: Improve handling of flipping with no outputsChris Wilson
2012-09-27sna: Attempt to restore the current mode if pipe is disabled on DPMS onChris Wilson
2012-09-26sna: Typo in DBGChris Wilson
2012-09-26Kill mibstore pretend backwards compatibilityChris Wilson
2012-09-26sna/video: Force integer promotion to avoid u16 overflow for frame sizeChris Wilson
2012-09-26sna/dri: Handle pending flips when drawable disappears.Chris Wilson
2012-09-25sna/gen5: Add WA referenceChris Wilson
2012-09-25sna: Make sure the batch is flushed before setting DPMSChris Wilson
2012-09-25sna: Accommodate changes to the Damage extension not unwrapping the GCChris Wilson
2012-09-25sna: Remove unused reference to mibstore.h, removed in future XorgChris Wilson
2012-09-25sna/dri: Fixup a DBG statement not to print gibberishChris Wilson
2012-09-23sna: Check against op->dst.bo rather than priv->cpu_bo for composite uploadChris Wilson
2012-09-23sna: Check that the CPU bo exists before declaring it is busy along uploadChris Wilson
2012-09-23sna: Avoid overflows when translating the box16 extents during a copyChris Wilson
2012-09-23sna: Add missing protection against int16 overflow when copyingChris Wilson
2012-09-22sna: Force the stall before trying to upload into a busy CPU boChris Wilson
2012-09-21sna: Force an inplace upload if already wedgedChris Wilson