aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrOvalRenderer.cpp
Commit message (Expand)AuthorAge
* re-re-land of skslc now automatically turns on derivatives supportGravatar ethannicholas2016-10-20
* Revert "re-land of skslc now automatically turns on derivatives support"Gravatar Mike Klein2016-10-18
* re-land of skslc now automatically turns on derivatives supportGravatar Ethan Nicholas2016-10-18
* Revert "skslc now automatically turns on derivatives support"Gravatar Ethan Nicholas2016-10-18
* skslc now automatically turns on derivatives supportGravatar Ethan Nicholas2016-10-18
* Reduce geometry size for circles to help fill rate.Gravatar jvanverth2016-10-07
* Disable antialiasing on interior of filled RRects that need distance vectorsGravatar Robert Phillips2016-10-07
* Add distance values to interior of filled RRectsGravatar Robert Phillips2016-10-06
* Remove stray semicolons.Gravatar Mike Klein2016-09-27
* Stop flattening GrCoordTransforms in parent GrFragmentProcessors.Gravatar bsalomon2016-09-20
* Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (...Gravatar bsalomon2016-09-19
* Stop flattening GrCoordTransforms in parent GrFragmentProcessors.Gravatar bsalomon2016-09-19
* Fix stroked rrects with batching.Gravatar jvanverth2016-08-29
* Batch all circular rrects togetherGravatar jvanverth2016-08-29
* Use stroked rrects for Android shadow sampleGravatar jvanverth2016-08-29
* Fix for fat stroked roundrects.Gravatar jvanverth2016-08-26
* Respecify SkCanvas::drawArc, consolidate conversion to SkPath, add GM for odd...Gravatar bsalomon2016-08-25
* Add Ganesh support for circular roundrects with strokes > 2*radii.Gravatar jvanverth2016-08-25
* Fix valgrind issue in CircleBatch__TestGravatar robertphillips2016-08-23
* Fix GLSL int to float error in arc code in GrOvalRenderer.Gravatar bsalomon2016-08-22
* Fix CircleBatch::TestCreate to always use a legal matrixGravatar bsalomon2016-08-22
* GPU implementation of drawArc.Gravatar bsalomon2016-08-22
* Don't emit dead code in circle shader when not using distance vectors.Gravatar bsalomon2016-08-18
* Simplify adding attributes to GrGeometryProcessorGravatar bsalomon2016-08-17
* Detemplatize GrGLSLGeometryProcessor::setTransformDataHelper()Gravatar bsalomon2016-08-17
* Minor cleanup of GP classes in GrOvalRendererGravatar bsalomon2016-08-17
* Add alternative ambient shadow method to Android shadow sampleGravatar jvanverth2016-08-17
* Split distance vector into direction and magnitude componentsGravatar dvonbeck2016-08-08
* Added distance vector support for CircleGeometryProcessorGravatar dvonbeck2016-08-01
* Revert of Added distance vector support for CircleGeometryProcessor (patchset...Gravatar mtklein2016-07-30
* Added distance vector support for CircleGeometryProcessorGravatar dvonbeck2016-07-29
* Consolidate handling of infinitely thin primitives and aa bloat handing WRT b...Gravatar bsalomon2016-07-08
* Reland of Better encapsulate oval/rrect batchs. (patchset #1 id:1 of https://...Gravatar bsalomon2016-07-08
* Revert of Better encapsulate oval/rrect batchs. (patchset #5 id:80001 of http...Gravatar hush2016-07-07
* Better encapsulate oval/rrect batchs.Gravatar bsalomon2016-07-07
* Fix bug where ovals' AA exceed bounds by .5 pixelGravatar vjiaoblack2016-06-30
* Revert of Better encapsulate oval/rrect batchs. (patchset #4 id:60001 of http...Gravatar benjaminwagner2016-06-30
* Better encapsulate oval/rrect batchs.Gravatar bsalomon2016-06-29
* Revert of Better encapsulate oval/rrect batchs. (patchset #3 id:40001 of http...Gravatar benjaminwagner2016-06-29
* Better encapsulate oval/rrect batchs.Gravatar bsalomon2016-06-29
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Simplify GrDrawBatch uploads and token uage.Gravatar bsalomon2016-04-01
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Consolidate GPU buffer implementationsGravatar cdalton2016-03-25
* Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of h...Gravatar robertphillips2016-03-25
* Consolidate GPU buffer implementationsGravatar cdalton2016-03-25
* Update how we send draws to gpu backend to reduce state setting.Gravatar egdaniel2016-03-17
* Circle GP/batch housecleaningGravatar bsalomon2016-03-08
* Hide GrPipelineBuilder from GrOvalRendererGravatar robertphillips2016-02-25
* Hide GrDrawTarget from GrOvalRendererGravatar robertphillips2016-02-24