summaryrefslogtreecommitdiff
path: root/src/sna/sna_accel.c
AgeCommit message (Expand)Author
2014-01-15sna: Add some more paranoia around dangling pointersChris Wilson
2014-01-09sna: Add regular refcnt checks on pixmap boChris Wilson
2013-12-15sna: Remove stale assertionChris Wilson
2013-12-11sna/gen8: Initial backend for BroadwellChris Wilson
2013-12-09sna: Only discard READ hint for TearFree copy iff it subsumes the pixmapChris Wilson
2013-12-05sna: Pass MOVE_READ for partial TearFree move-to-gpuChris Wilson
2013-12-05sna: OsRegisterSigWrapper was only introduced in 1.6.99.900Chris Wilson
2013-12-05sna: Compilation fixes for squeezeChris Wilson
2013-12-03sna: Mark up an ordinary pixmap for reuseChris Wilson
2013-12-03sna: More assertions around tracking mapped stateChris Wilson
2013-12-03sna: Clear the clear hint after performing a userptr uploadChris Wilson
2013-12-02sna: Fix stipple offset for drawing into child windowsChris Wilson
2013-12-02sna: Fix tile origin for pattern blitsChris Wilson
2013-11-28sna: Fallback from partial to full move-to-cpuChris Wilson
2013-11-28sna: Harden GetImage for use with very large buffersChris Wilson
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