summaryrefslogtreecommitdiff
path: root/src/sna/sna_accel.c
AgeCommit message (Expand)Author
2013-02-22sna: Avoid migrating and making the GPU bo busy prior to mmapping itChris Wilson
2013-02-20sna: Honour LinearFramebufferChris Wilson
2013-02-19sna: Assert that the GPU damage is NULL before destroy a proxyChris Wilson
2013-02-18sna: Assert that the gpu_bo exists if it is entirely damagedChris Wilson
2013-02-18sna: A couple more assertions that we forcibly attach pixmaps correctlyChris Wilson
2013-02-13sna: Avoid stalling on a SHM upload when otherwise idleChris Wilson
2013-02-12sna: Prefer inplace readback if the GPU doesn't support cacheable BLTsChris Wilson
2013-02-12sna: Only use the inplace read fallback if we have no CPU bo supportChris Wilson
2013-02-11sna: Fix inaccurate use of __attribute__((const))Chris Wilson
2013-02-11sna: Assert that we do not destroy a GPU bo for an active DRI pixmapChris Wilson
2013-02-10sna: Backport to squeeze - Xorg-1.6, pixman-0.16, libdrm-2.4.21Chris Wilson
2013-02-08sna: Randomly perturb 'wedged' to hunt for faultsChris Wilson
2013-02-08sna/gen4: Split the have_render flag in separate prefer_gpu hintsChris Wilson
2013-02-07sna: Fixup an invalid assertionChris Wilson
2013-02-01sna: Do not add the INPLACE hint if we have the ASYNC hint setChris Wilson
2013-02-01sna: Assert that if we have GPU damage we have a GPU boChris Wilson
2013-01-31sna: Make sure the needs_flush is always accompanied by a tracking requestChris Wilson
2013-01-31sna: Prevent falling back to swrast if source is on the GPUChris Wilson
2013-01-30sna: Improve DBG output for damaged slave outputsChris Wilson
2013-01-30sna: Pass the correct WRITE hint when migrating for rendering into the CPU boChris Wilson
2013-01-30sna: Only discard the clear hint when writing inplace to the GPU pixmapChris Wilson
2013-01-30sna: Don't force a migration from CPU rendering for a DRI2 flushed pixmapChris Wilson
2013-01-30sna: Fix errors found from asserts in a66c5f9ed51eChris Wilson
2013-01-30sna: Only discard the mapping prior to the actual read when uploadingChris Wilson
2013-01-30sna: Before replacing the devPrivate.ptr assert it is not already mappedChris Wilson
2013-01-29sna: Only migrate the sample box if using the BLT engine for a compositeChris Wilson
2013-01-29sna: Verify that we always add the SHM CPU bo to the flush list when usingChris Wilson
2013-01-28sna: Add some more paranoia that we correctly map before fallbacksChris Wilson
2013-01-27sna: Add the pixmap to the flushing list when creating for inplace CPU writesChris Wilson
2013-01-22sna: Extend rectangular PolyLines to cover corner pixels on ccw pathsChris Wilson
2013-01-18sna: Clear the non-intersecting damage after skipping the slave updateChris 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: 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-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: 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