summaryrefslogtreecommitdiff
path: root/src/sna/sna_accel.c
AgeCommit message (Expand)Author
2013-11-28sna: Prefer using userptr for PutImage into large GPU boChris Wilson
2013-11-25Cast to use unsigned mathZdenek Kabelac
2013-11-22uxa,sna: Prevent bo exchange when pinned for non-DRI2 clientsChris Wilson
2013-11-21sna: XY_SETUP_* expects the dst tiling to be set on gen4+Chris Wilson
2013-11-15sna: Include valgrind leakchecks for --enable-debug=memoryChris Wilson
2013-11-12sna: Discard cached upload proxy when writing to the pixmap via the CPUChris Wilson
2013-11-11sna: Assert that gc->funcs is never set to NULLChris Wilson
2013-11-11sna: Add a couple more asserts to track a potential NULL gc->pCompositeClipChris Wilson
2013-11-10sna: Assert that we do setup the gc->pCompositeClip upon ValidateGCChris Wilson
2013-11-06sna: Fixup unwind checks for future BLT commandsChris Wilson
2013-11-06sna: Clear the execlist if we completely unwind a batch after using 8x8 tilingChris Wilson
2013-11-06sna: Clear the execlist if we completely unwind a batch after using 8x8 tilingChris Wilson
2013-11-06sna: Only operate inplace if no existing CPU damage for a readChris Wilson
2013-11-06sna: Mark partial move_area_to_gpu with MOVE_READ on promotion to move_to_gpuChris Wilson
2013-11-05sna: Use an inplace exchange for large untiled BOChris Wilson
2013-11-04sna: Only use the simple stipple upload path if wholly containedChris Wilson
2013-11-03sna: Use fast-path target placement if we are also IGNORE_CPUChris Wilson
2013-11-02sna: Discard bo->exec when unwinding a glyph no-opChris Wilson
2013-11-02sna: Eliminate the redundancy between is_mappable/can_mapChris Wilson
2013-11-02sna: Jump to the right escape target when bypassing a self-copyChris Wilson
2013-11-02Prepare for changes in the BLT unit on future generationsChris Wilson
2013-11-01sna: Process all clip boxes when rastering segmentsChris Wilson
2013-10-31sna: Tweak deletion of used buffersChris Wilson
2013-10-30sna: Allow limited recursion within sigtrapped routinesChris Wilson
2013-10-30Revert "sna: Detect and handle mi recursion"Chris Wilson
2013-10-30sna: Assert that the batch is in the correct mode prior to inserting BLT comm...Chris Wilson
2013-10-30sna: Detect and handle mi recursionChris Wilson
2013-10-29sna: Wrap access of upload buffers with sigtrapChris Wilson
2013-10-29sna: asserts bitmap uploads are correctChris Wilson
2013-10-29sna: Don't attempt to move the GC back to the GPU before it is moved awayChris Wilson
2013-10-28sna: Tidy RegionNil checksChris Wilson
2013-10-25sna: Remove stale mappings when replacing GPU boChris Wilson
2013-10-24sna: Remove the move-to-gpu shortcircuiting for partial GPU, no CPU damageChris Wilson
2013-10-24Revert "sna: Remove the move-to-gpu shortcircuiting for partial GPU, no CPU d...Chris Wilson
2013-10-22sna: Flush the pending move-to-gpu upon Pixmap freeChris Wilson
2013-10-22sna: Handle pending move-to-gpu for userptr uploadsChris Wilson
2013-10-22sna: Fix inconsistency in has_coherent_ptr assertionChris Wilson
2013-10-22sna: Remove the move-to-gpu shortcircuiting for partial GPU, no CPU damageChris Wilson
2013-10-22sna: Make sure CPU damage is flushed to the TearFree shadowChris Wilson
2013-10-22sna: Only force the TearFree exchange before a writeChris Wilson
2013-10-22sna: Move gc back to GPU after failure to move it to CPUChris Wilson
2013-10-22sna: Discard GPU bo when failing to setup the shared pixmapChris Wilson
2013-10-21sna: Eliminate the synchronous wait from inside TearFreeChris Wilson
2013-10-21sna: Fix typo inside an assertionChris Wilson
2013-10-19sna: Unmap pixmap prior to release GPU boChris Wilson
2013-10-18sna: Drop now obsolete assertionChris Wilson
2013-10-18sna: Tighten pixmap map assertionsChris Wilson
2013-10-17sna: Check return of source_bo for a potential failureChris Wilson
2013-10-17sna: Fix computation of clip boxes for stipple uploadsChris Wilson
2013-10-17sna: Assert mapped stateChris Wilson