aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* skslc can now be compiled with no Skia dependencies, in preparation forGravatar Ethan Nicholas2017-03-30
* Make xformer class for SkCSXCanvas, use for draw loopersGravatar Matt Sarett2017-03-30
* Use the rounded text size for gasp.Gravatar Ben Wagner2017-03-30
* Minor cleanup (remove unused GrRenderTargetContext::asTexture method)Gravatar Robert Phillips2017-03-30
* Use correct tolerance for conic chopping in MSAA and default path renderersGravatar Brian Salomon2017-03-30
* Use last value for axis for variation position.Gravatar bungeman2017-03-30
* Renames of processor analysis-related classes and method.Gravatar Brian Salomon2017-03-30
* Don't perform analysis twice in InstancedRendering::OpGravatar Brian Salomon2017-03-30
* Add GrSurfaceProxy* parameter to GrContext::flushGravatar Robert Phillips2017-03-30
* Reverse clamp logic in SkColorSpaceXformGravatar Matt Sarett2017-03-30
* Don't export stage symbols.Gravatar Mike Klein2017-03-30
* 565 color xforms: make sure we clamp if necessaryGravatar Matt Sarett2017-03-29
* jumper, revert to generating .S filesGravatar Mike Klein2017-03-29
* Fix is_convex() check for inset polys.Gravatar Jim Van Verth2017-03-29
* Make analysis optional to GrPipeline::init().Gravatar Brian Salomon2017-03-29
* More GrSurfaceProxy-clean upGravatar Robert Phillips2017-03-29
* Use FontWeight symbols when available on Mac.Gravatar bungeman2017-03-29
* Miscellaneous GrSurfaceProxy-related cleanupGravatar Robert Phillips2017-03-29
* Remove GrPipelineOptimizations computation from GrPipeline::init and nest in ...Gravatar Brian Salomon2017-03-29
* Fix copy offset when uploading initial mip data in VulkanGravatar Greg Daniel2017-03-29
* Remove SK_IGNORE_DW_GRAY_FIX.Gravatar Ben Wagner2017-03-29
* Add unistd.h include to GrVkGpu.cpp on unix for sleepGravatar Forrest Reiling2017-03-29
* Remove GrXferProcessor::getOptimizations.Gravatar Brian Salomon2017-03-29
* Retract GrPipeline from setRenderTargetState callsGravatar Robert Phillips2017-03-29
* Remove GrSurface::flushWritesGravatar Robert Phillips2017-03-29
* Add debug helper for finding leaks in GrMemoryPool.hGravatar Brian Salomon2017-03-28
* Fix msan errors in webp decoderGravatar Matt Sarett2017-03-28
* Add codec and color xform support for 565Gravatar Matt Sarett2017-03-28
* Implement SkBlurDrawLooper with SkLayerDrawLooperGravatar Matt Sarett2017-03-28
* Revert "Fix copy offset when uploading initial mip data in Vulkan"Gravatar Greg Daniel2017-03-28
* Fix copy offset when uploading initial mip data in VulkanGravatar Greg Daniel2017-03-28
* Fix gaussianedge GMGravatar Robert Phillips2017-03-28
* Use SkTransferFunctionBehavior for raster pixel conversionsGravatar Matt Sarett2017-03-28
* Always initialize testing textures in vulkan with some dataGravatar Greg Daniel2017-03-28
* SkImage_Generator::onMakeColorSpace avoid 565Gravatar Matt Sarett2017-03-28
* GrTessellator: speed up linearized quadratic Beziers.Gravatar Stephen White2017-03-28
* Revert "Fix SkImage_Gpu::getROPixels"Gravatar Brian Salomon2017-03-27
* quiet some annoying logging in unit testsGravatar Mike Klein2017-03-27
* Add height function to shadow tessellators.Gravatar Jim Van Verth2017-03-27
* Change SkMemory to the more accurately named SkMalloc.Gravatar Herb Derby2017-03-27
* Split GrPipelineInput into separate color and coverage types, the latter of w...Gravatar Brian Salomon2017-03-27
* Remove GrFragmentProcessor-derived class' GrTexture-based ctorsGravatar Robert Phillips2017-03-27
* Add new proxy-based DetermineDomainMode w/ testGravatar Robert Phillips2017-03-27
* Fully initialize array of previous edges in GrGLConvexPolyEffect to please MSANGravatar Brian Salomon2017-03-27
* Revert "Revert "simplify api to bitmapcache""Gravatar Mike Reed2017-03-25
* Remove draw-as-clear workaround for Adreno 3xx in Chrome.Gravatar Brian Salomon2017-03-25
* Revert "simplify api to bitmapcache"Gravatar Florin Malita2017-03-24
* simplify api to bitmapcacheGravatar Mike Reed2017-03-24
* Try a different calculation for computing convexity.Gravatar Jim Van Verth2017-03-24
* Revert "Remove texture sampling from GrConfigConversionEffect"Gravatar Brian Osman2017-03-24