summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-202.20.19 release2.20.19Chris Wilson
2013-01-20test: Add script to generate source file for testing vsyncChris Wilson
2013-01-20sna: Make DEBUG_SYNC a configure optionChris Wilson
2013-01-20sna: Apply DEBUG_SYNC prior to emitting error reportChris Wilson
2013-01-18sna: Clear the non-intersecting damage after skipping the slave updateChris Wilson
2013-01-18uxa: Clip dirty region to slave pixmap before appending damageChris Wilson
2013-01-18sna: Replace double negative '!RegionNotEmpty' with the equivalent RegionNilChris Wilson
2013-01-18sna: Skip an empty slave updateChris Wilson
2013-01-18sna: Remove bogus assertion invalidated by 'read-read' syncChris Wilson
2013-01-17sna/dri: Explicitly flag sync copies for the backendsChris Wilson
2013-01-17sna/trapezoids: Fix horizontal offset for inplace operationChris Wilson
2013-01-17sna: Drop the MOVE_WHOLE_HINT for PutImageChris Wilson
2013-01-17sna: Apply read-only synchronization hints for move-to-cpuChris Wilson
2013-01-17sna: Remove the confusion of the pixmap->undamagedChris Wilson
2013-01-17sna: Consider fill style for XPolyRectangleChris Wilson
2013-01-17sna: Refactor to remove a goto from sna_put_zpixmap_blt()Chris Wilson
2013-01-16autogen.sh: Implement GNOME Build APIColin Walters
2013-01-16configure: Drop AM_MAINTAINER_MODEAdam Jackson
2013-01-162.20.18 release2.20.18Chris Wilson
2013-01-16sna: Restrict upload buffers to reduce sampler TLB missesChris Wilson
2013-01-16sna: Correct DBG to refer to the actual tiling mode forcedChris Wilson
2013-01-16sna: Discard the batch if we are discarding the only buffer in itChris Wilson
2013-01-16sna: Fix computation of large object sizes to prevent overflowChris Wilson
2013-01-16sna: Add DBG for when we add the inplace hintChris Wilson
2013-01-16sna: Revert use of a separate CAN_CREATE_SMALL flagChris Wilson
2013-01-15sna: Avoid serialising on an move-to-cpu for an async operationChris Wilson
2013-01-15sna: Assert that we never try to mix INPLACE / ASYNC hints for move-to-cpuChris Wilson
2013-01-15sna: Specialise sna_get_image_blt for clears to avoid sync readbackChris Wilson
2013-01-15sna/trapezoids: Avoid the multiply for an opaque sourceChris Wilson
2013-01-15sna: Add DBG to use_shm_bo()Chris Wilson
2013-01-15sna: Hint that a copy from a SHM bo will likely be the last in a batchChris Wilson
2013-01-15sna: Pass the async hint for the upload into the GPUChris Wilson
2013-01-15sna: Free the SHM pixmaps after b266ae6f6fChris Wilson
2013-01-15sna: Mark uploads with async hints when appropriateChris Wilson
2013-01-15sna: Avoid allocating an active CPU bo unnecessarilyChris Wilson
2013-01-14sna: Tweak considering of last-cpu placement for inplace regionsChris Wilson
2013-01-14sna: Limit temporary userptr uploads to large busy targets or LLC machinesChris Wilson
2013-01-14sna: Apply PutImage optimisations to move-to-cpuChris Wilson
2013-01-14sna: Use userptr to accelerate GetImageChris Wilson
2013-01-13sna: Initialize src_bo to detect allocation failureChris Wilson
2013-01-13sna: Check size against aperture before attempting to perform the GTT mappingChris Wilson
2013-01-13sna: Add a compile flag for measuring impact of userptr uploadsChris Wilson
2013-01-13sna: Use the pixmap size (not drawable) to determine replacementChris Wilson
2013-01-13sna: Allow large image uploads to utilize temporary mappingsChris Wilson
2013-01-13sna: Allow creation of a CPU map for pixmaps if neededChris Wilson
2013-01-13sna: Relax limitation on not mapping GPU bo with shadow pointersChris Wilson
2013-01-13sna: Correct a few assertions after enabling read-only mappingsChris Wilson
2013-01-12sna: Experiment with a CPU mapping for certain fallbacksChris Wilson
2013-01-12sna: Tweak max object sizes to take account of aperture restrictionsChris Wilson
2013-01-12sna: After a size check, double check the batch before flushingChris Wilson