aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Revert "Allow distance field path renderer to store bitmaps at low resolutions"Gravatar Cary Clark2017-02-28
* Allow GrSurfaceProxy-derived classes to use flags when instantiatingGravatar Robert Phillips2017-02-28
* Allow distance field path renderer to store bitmaps at low resolutionsGravatar Jim Van Verth2017-02-28
* Use construct/init pattern with GrPipeline to replace CreateAt.Gravatar Brian Salomon2017-02-24
* Revert "Add GrExternalTextureData and SkCrossContextImageData"Gravatar Brian Osman2017-02-24
* Remove the skip-draw xp optimizationGravatar Brian Salomon2017-02-24
* Add GrExternalTextureData and SkCrossContextImageDataGravatar Brian Osman2017-02-24
* Fix a confusing typo in a comment about MSAAGravatar Brian Osman2017-02-24
* Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch b...Gravatar Robert Phillips2017-02-24
* GrTessellator (AA): simplify boundary extraction.Gravatar Stephen White2017-02-23
* Fix memory leak: adopt rather than ref GrTexture* in GrTextureStripAtlasGravatar Robert Phillips2017-02-23
* Don't use mixed samples if NVPR is disabledGravatar csmartdalton2017-02-23
* GrTessellator (AA): sorting and comparison performance improvements.Gravatar Stephen White2017-02-23
* In Vulkan make sure resolve is sent to GPU when preparing msaa RenderTarget f...Gravatar Greg Daniel2017-02-23
* Switch GrTextureStripAtlas over to GrTextureProxiesGravatar Robert Phillips2017-02-23
* Make GrPipeline::CreateAt take GrRenderTarget and not GrRenderTargetContextGravatar Brian Salomon2017-02-23
* abstract access to device-clip-boundsGravatar Mike Reed2017-02-23
* Check for bounds intersection when batching MSAAPathOpsGravatar Jim Van Verth2017-02-22
* Add the ability to enable/disable GPU path renderersGravatar csmartdalton2017-02-22
* Make GrPipelineAnalysis a nested class of GrProcessorSet.Gravatar Brian Salomon2017-02-22
* Add new GMs to stress rendering of many circles and rrectsGravatar Jim Van Verth2017-02-22
* remove device field from SkDrawGravatar Mike Reed2017-02-22
* Remove GrPipelineBuilder.cppGravatar Brian Salomon2017-02-22
* GrTessellator: misc. cleanups and minor tweaks.Gravatar Stephen White2017-02-22
* Print GL shader source with line numbers when there is a compile errorGravatar csmartdalton2017-02-21
* Make GrXferProcessor and related classes private.Gravatar Brian Salomon2017-02-21
* Remove SkSpecialImage's GrTexture-based ctorsGravatar Robert Phillips2017-02-21
* Fix ComposeOneFragmentProcessor coverage as alpha optimization.Gravatar Brian Salomon2017-02-21
* GrTessellator (AA): implement fast path for removing non-boundary edges.Gravatar Stephen White2017-02-21
* Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual ...Gravatar Brian Salomon2017-02-21
* Prefer EllipseOp instead of DIEllipseOpGravatar Stan Iliev2017-02-21
* Remove GrProcessorTestData's GrTexturesGravatar Robert Phillips2017-02-21
* Store GrRenderTarget rather than just its ID in GrRenderTargetOpList::Recorde...Gravatar Brian Salomon2017-02-21
* Clean up DFs for extremely small pathsGravatar Jim Van Verth2017-02-21
* Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2)Gravatar Robert Phillips2017-02-20
* Fix -Wshadow-field warning in class NullInterfaceGravatar Brian Salomon2017-02-18
* use common intermediate device class for clipstack managementGravatar Mike Reed2017-02-17
* Add a workaround for platforms with broken geo shader invocationsGravatar csmartdalton2017-02-17
* Check for GL_EXT_geometry_shader on ESGravatar csmartdalton2017-02-17
* GrTessellator (AA): Performance tweaks and cleanup.Gravatar Stephen White2017-02-17
* Revert "GrTessellator (AA): Performance tweaks and cleanup."Gravatar Ben Wagner2017-02-16
* Let DFPathRenderer accept smaller paths.Gravatar Jim Van Verth2017-02-16
* add device-clipping to gpudeviceGravatar Mike Reed2017-02-16
* GrTessellator (AA): Performance tweaks and cleanup.Gravatar Stephen White2017-02-16
* Fix DistanceFieldPathRenderer assert.Gravatar Jim Van Verth2017-02-16
* Use SDF path miplevels based on the original path's sizeGravatar Jim Van Verth2017-02-16
* Check that coverage FPs are compatible with alpha as coverageGravatar Brian Salomon2017-02-15
* Tighten up GrSurfaceProxy typingGravatar Robert Phillips2017-02-15
* Add GrMakeCachedBitmapProxyGravatar Robert Phillips2017-02-15
* GrTessellator (AA): null GrGeometryProcessor crash fix.Gravatar Stephen White2017-02-15