summaryrefslogtreecommitdiff
path: root/src/sna/sna_threads.c
AgeCommit message (Expand)Author
2014-07-04sna: Tweak number of threads for short areasChris Wilson
2014-07-04sna: Fix typo s/num_threads/max_threads/Chris Wilson
2014-07-04sna: Do a quirk early check for short areas before threadingChris Wilson
2014-05-07sna: Tidy thread handling under valgrindChris Wilson
2014-04-19sna: Initialise thread->argChris Wilson
2014-03-10sna: DBG compilation fixupsChris Wilson
2014-02-28sna: Reorder writes during thread task decouplingChris Wilson
2014-02-22sna: Propagate thread signals for extra DBGChris Wilson
2014-02-22sna: Allow SIGBUS/SEGV to kill the threadChris Wilson
2014-02-22sna: Move sigtrap wrapping closer to threaded sw compositeChris Wilson
2014-02-22sna: Handle asynchronous signals from threadsChris Wilson
2013-10-22sna: Ignore overflow in CPU count rather than abortChris Wilson
2013-10-08sna: Rework the num_threads refinement to avoid the divisionChris Wilson
2013-10-08sna/trapezoids: Recompute num_threads to match rangeChris Wilson
2013-09-18intel: Compile fixes for base install of SLED11.sp3Chris Wilson
2013-08-04sna: Tweak threading thresholdsChris Wilson
2013-01-27sna: Disable all signals in the render threadsChris Wilson
2013-01-25sna: Spawn threads to rasterize trapezoids through pixmanChris Wilson
2013-01-24sna: Perform the last threaded composite operation directlyChris Wilson
2013-01-24sna: Parse cpuinfo to determine the actual number of physical cores/cachesChris Wilson
2013-01-24sna: Tidy construction of data for threaded compositeChris Wilson
2013-01-24sna: Use threads for simple mask generationChris Wilson
2013-01-24sna: Experiment with a threaded renderer for fallback compositingChris Wilson