aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrContextOptions.h
Commit message (Expand)AuthorAge
* Add kAAHairline to GpuPathRenderersGravatar Chris Dalton2018-07-27
* ccpr: Add a context option to disable ccprGravatar Chris Dalton2018-06-27
* fonts: Hook up FallbackTextHelper to font remoting.Gravatar Khushal2018-06-07
* Dest color space no longer impacts mipmaps or texture samplingGravatar Brian Osman2018-06-01
* Reland "Add driver bug workarounds to GrCaps"Gravatar Adrienne Walker2018-05-14
* Revert "Add driver bug workarounds to GrCaps"Gravatar Greg Daniel2018-05-10
* Add driver bug workarounds to GrCapsGravatar Adrienne Walker2018-05-10
* Add fPreferExternalImagesOverES3 to GrContextOptionsGravatar Brian Osman2018-05-09
* Make use of the buffer data null hint a GrContextOptionGravatar Robert Phillips2018-03-02
* Refactor GrCaps::renderTargetWritePixelsSupported to support for some GL work...Gravatar Brian Salomon2018-02-28
* Add "sharpen" option to SkSL, to LOD bias all texturesGravatar Brian Osman2018-02-13
* Switch MDB GrContextOptions over to Enable styleGravatar Robert Phillips2018-02-08
* Move control of explicit GPU resource allocation to GrContextOptionsGravatar Robert Phillips2018-02-08
* Start of adding GrContextOption that overrides driver workarounds.Gravatar Brian Salomon2018-01-23
* Add matrix stack to SkAtlasTextTarget.Gravatar Brian Salomon2017-12-20
* Add a tools flag to suppress geometry shadersGravatar Chris Dalton2017-12-19
* Remove instanced renderingGravatar Brian Salomon2017-12-08
* Add GrContextOptions to control distance field thresholds for small sizes and...Gravatar Brian Salomon2017-11-08
* Modify fontcache GM to actually spill atlas.Gravatar Brian Salomon2017-11-06
* API to cache shader binaries between runs of Skia.Gravatar Ethan Nicholas2017-11-02
* Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions.Gravatar Brian Salomon2017-10-18
* Add benchmark for comparing multitexturing to non-multitexturing image draws.Gravatar Brian Salomon2017-10-11
* Enable caching of path mask textures by defaultGravatar Brian Osman2017-09-28
* Move several GrContextOptions fields behind GR_TEST_UTILSGravatar Brian Osman2017-08-30
* Make AA hairline renderer non-optionalGravatar Brian Osman2017-08-30
* Add GrContextOption to disable distance field path rendererGravatar Brian Osman2017-08-29
* Always include the default path renderer in the chainGravatar Brian Osman2017-08-29
* Remove (unused) context option to remove shader swizzlingGravatar Brian Osman2017-08-29
* Add an (optional) SkTaskGroup to GrContextGravatar Brian Osman2017-08-23
* Coverage counting path rendererGravatar Chris Dalton2017-07-14
* Remove ImmediateFlush modeGravatar Robert Phillips2017-06-02
* Add flag to avoid stencil buffers in SkiaGravatar Eric Karl2017-05-09
* Allow custom GrAtlasGlyphCache texture sizesGravatar Eric Karl2017-05-05
* Add wireframe mode to Viewer.Gravatar Jim Van Verth2017-05-02
* Hardwire opList lookAhead & lookBack parametersGravatar Robert Phillips2017-04-26
* Rename GrAADistanceFieldPathRenderer to GrSmallPathRendererGravatar Jim Van Verth2017-03-16
* Remove PLS path rendererGravatar Brian Salomon2017-03-06
* Remove clip to bounds GrContextOptionGravatar Brian Salomon2017-03-03
* Add path renderer options to viewer GUIGravatar Brian Osman2017-03-01
* Add the ability to enable/disable GPU path renderersGravatar csmartdalton2017-02-22
* GrContext option to prevent GPU based YUV -> RGBGravatar Brian Osman2017-02-14
* Misc batch->op cleanup Part 1 of 2Gravatar Brian Salomon2016-12-21
* Two (related) changes here:Gravatar brianosman2016-12-02
* Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #12...Gravatar brianosman2016-12-01
* Two (related) changes here:Gravatar brianosman2016-12-01
* Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #11...Gravatar brianosman2016-12-01
* Two (related) changes here:Gravatar brianosman2016-12-01
* Rename GrBatch to GrOpGravatar Brian Salomon2016-12-01
* Remove batch bounds drawing debug optionGravatar Brian Salomon2016-11-30
* Remove stray semicolons.Gravatar Mike Klein2016-09-27