summaryrefslogtreecommitdiff
path: root/src/sna/sna_trapezoids_precise.c
AgeCommit message (Expand)Author
2015-05-18test: Add a fidelity test for triangle edge renderingChris Wilson
2015-05-17sna: Wrap CPU access for composite operations with sigtrapChris Wilson
2015-02-25sna/trapezoids: Restore lost xTrapezoidValid() checksChris Wilson
2015-02-06sna/trapezoids: Use incremental region clipping for spansChris Wilson
2015-02-04sna/trapezoids: Amalgamate adjacent linesChris Wilson
2014-10-24sna/trapezoids: Difference between two 32-bit quantities is 33-bits in sizeChris Wilson
2014-10-21sna/trapezoids: Prefer GPU for AddTraps()Chris Wilson
2014-10-11sna/trapezoids: Sacrifice precision to avoid 64bit overflowChris Wilson
2014-10-01sna/trapezoids: Fix comparison on right edge of trapezoidsChris Wilson
2014-10-01sna/trapezoids: Consistently use NO_GPU_THREADS to disable threading for DBGChris Wilson
2014-09-30sna/trapezoids: Fix loss of precision through projection onto sample gridChris Wilson
2014-09-29sna: Clear padding in rotation properties for valgrindChris Wilson
2014-09-24sna/trapezoids: Flesh out alternate rasterisers for tristripsChris Wilson
2014-09-12sna: Remvoe unused codeChris Wilson
2014-06-11sna: Silence compiler warnings for discarding const Region pointsChris Wilson
2014-02-22sna: Allow SIGBUS/SEGV to kill the threadChris Wilson
2014-02-22sna: Handle asynchronous signals from threadsChris Wilson
2014-02-21sna: Wrap inplace trapezoid operators with SIGBUS protectionChris Wilson
2014-01-17sna: Cull the DBG spew to stderrChris 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-10-07sna/trapezoids: Only use a single thread to emit rectilinear spansChris Wilson
2013-10-07sna/trapezoids: Restore overflow checkChris Wilson
2013-10-07sna/trapezoids: Fix overstepping vertical edgesChris Wilson
2013-10-05sna/trapezoids: Add a precise scan converterChris Wilson