aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops
Commit message (Expand)AuthorAge
* Use SDF path miplevels based on the original path's sizeGravatar Jim Van Verth2017-02-16
* GrTessellator (AA): null GrGeometryProcessor crash fix.Gravatar Stephen White2017-02-15
* Remove component flags from GrPipelineInput.Gravatar Brian Salomon2017-02-14
* Remove component flags from GrXPFactory output analysis.Gravatar Brian Salomon2017-02-14
* SkScalarMul is deprecatedGravatar Mike Reed2017-02-14
* Remove GrFragmentProcessor::computeInvariantOutputGravatar Brian Salomon2017-02-13
* Replaced all calls to fragmentPosition() with sk_FragCoordGravatar Ethan Nicholas2017-02-13
* Revert "Use SDF path miplevels based on the original path's size."Gravatar Jim Van Verth2017-02-10
* Use SDF path miplevels based on the original path's size.Gravatar Jim Van Verth2017-02-10
* Make header files self-sufficientGravatar Hal Canary2017-02-10
* Don't batch circles and circular rrects beyond index limitGravatar Jim Van Verth2017-02-09
* Remove exec bit from source files.Gravatar Ben Wagner2017-02-08
* Add a fast case for copying vertices in GrDrawVerticesOp.Gravatar Brian Salomon2017-02-07
* Make workaround for std::unique_ptr<const T[]> bug in old libstdc++ work.Gravatar Brian Salomon2017-02-06
* Work around broken std::unique_ptr<const T[]> constructor from std::unique_pt...Gravatar Brian Salomon2017-02-06
* Add refcnt'ed immutable vertices class for SkCanvas::drawVertices.Gravatar Brian Salomon2017-02-06
* Batch across matrix changes in drawVertices and add GM to test.Gravatar Brian Salomon2017-02-03
* Revert "Replaced all calls to fragmentPosition() with sk_FragCoord"Gravatar Ethan Nicholas2017-02-02
* make GR_TEST_UTILS=0 workGravatar Hal Canary2017-02-02
* Make SkGpuDevice::drawVertices perform color byte order swap and premul step ...Gravatar Brian Salomon2017-01-30
* Remove redundant caps field from GrProcessorTestDataGravatar Brian Salomon2017-01-25
* Replaced all calls to fragmentPosition() with sk_FragCoordGravatar Ethan Nicholas2017-01-19
* Simplify GrProcOptInfo initialization.Gravatar Brian Salomon2017-01-17
* Remove most modifiers of processors on GrPipelineBuilderGravatar Brian Salomon2017-01-13
* Fix perf regression with SDF pathsGravatar Jim Van Verth2017-01-12
* More fixes for distance field pathsGravatar Jim Van Verth2017-01-11
* Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.Gravatar Brian Salomon2017-01-11
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hGravatar Hal Canary2017-01-11
* Revert "More fixes for distance field paths"Gravatar Jim Van Verth2017-01-11
* More fixes for distance field pathsGravatar Jim Van Verth2017-01-11
* Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"Gravatar Kevin Lubick2017-01-11
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hGravatar Hal Canary2017-01-11
* Generate Signed Distance Field directly from vector pathGravatar joel.liang2017-01-09
* Revert "Revert "Removing ref counting from GrXPFactory.""Gravatar Brian Salomon2017-01-09
* Revert "Removing ref counting from GrXPFactory."Gravatar Brian Salomon2017-01-09
* Removing ref counting from GrXPFactory.Gravatar Brian Salomon2017-01-09
* Cleanup ops that are storing GrPipelineOptimizations.Gravatar Brian Salomon2017-01-05
* Removes tracking of whether color is ignored by XP.Gravatar Brian Salomon2017-01-04
* Removing tracking of whether GP/FP coverage calculations are used by XP.Gravatar Brian Salomon2017-01-04
* Revert "Quality and performance fixes for AA tessellating path renderer."Gravatar Stephan White2017-01-03
* Quality and performance fixes for AA tessellating path renderer.Gravatar Stephen White2017-01-03
* Remove ref counting from GrOp.Gravatar Brian Salomon2017-01-03
* Remove render target unique ID virtual from GrOp.Gravatar Brian Salomon2016-12-22
* Rename GrOp::draw to GrOp::executeGravatar Brian Salomon2016-12-21
* Misc batch->op cleanup Part 2 of 2Gravatar Brian Salomon2016-12-21
* Misc batch->op cleanup Part 1 of 2Gravatar Brian Salomon2016-12-21
* This renames methods and classes that relate to static analysis of combinatio...Gravatar Brian Salomon2016-12-21
* Revert of Generate Signed Distance Field directly from vector path (patchset ...Gravatar rmistry2016-12-21
* Generate Signed Distance Field directly from vector pathGravatar joel.liang2016-12-20
* Rename files, macros, types, and functions related to GrDrawOp testing.Gravatar Brian Salomon2016-12-20