aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
Commit message (Expand)AuthorAge
* Add hint to SkSurface::MakeRenderTarget that we will use mipsGravatar Greg Daniel2017-10-23
* Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions.Gravatar Brian Salomon2017-10-18
* MakeBackendTextureFromSkImageGravatar Eric Karl2017-10-12
* Add flag on GrBackendTexture to say whether texture is mipped or notGravatar Greg Daniel2017-10-12
* Use enum to track MipMapsStatus throughout Texture creationGravatar Greg Daniel2017-10-12
* Add benchmark for comparing multitexturing to non-multitexturing image draws.Gravatar Brian Salomon2017-10-11
* Set correct mip map status on GrTexture since we no longer require all mip dataGravatar Greg Daniel2017-10-10
* Remove trailing whitespace.Gravatar Ben Wagner2017-10-09
* Add option to create a deferred render target context with mipsGravatar Greg Daniel2017-10-06
* Add a cap for geometry shader invocationsGravatar Chris Dalton2017-10-06
* CCPR: Blacklist Mali GPUs and Vulkan while we work through issuesGravatar Chris Dalton2017-09-29
* Fall back to non mipped Texture when we can't copy base to mipped textureGravatar Greg Daniel2017-09-29
* Enable caching of path mask textures by defaultGravatar Brian Osman2017-09-28
* changed vertex attribute precisions to be actual typesGravatar Ethan Nicholas2017-09-27
* Remove fIsMipMapped from GrSurfaceDescGravatar Greg Daniel2017-09-26
* Disable flat interpolation in TextureOp on QualcommGravatar Brian Salomon2017-09-15
* Revert "Remove isMipMapped from GrSurfaceDesc" and follow up find exact scrat...Gravatar Greg Daniel2017-09-08
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Remove isMipMapped from GrSurfaceDescGravatar Greg Daniel2017-09-06
* Cosmetic changes to GrDrawOpAtlasGravatar Robert Phillips2017-09-01
* Revert "Revert "Revert "Revert "Remove GrBackendRenderTargetDesc in favor of ...Gravatar Brian Salomon2017-08-31
* Revert "Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBacken...Gravatar Brian Salomon2017-08-31
* Reduce stencil buffer clearingGravatar Robert Phillips2017-08-30
* Move several GrContextOptions fields behind GR_TEST_UTILSGravatar Brian Osman2017-08-30
* Make AA hairline renderer non-optionalGravatar Brian Osman2017-08-30
* Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderT...Gravatar Brian Salomon2017-08-30
* Remove kDefault_GrSurfaceOriginGravatar Robert Phillips2017-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
* Remove origin field from GrSurface (take 2)Gravatar Robert Phillips2017-08-29
* Convert NULL and 0 to nullptr.Gravatar Ben Wagner2017-08-28
* Add an (optional) SkTaskGroup to GrContextGravatar Brian Osman2017-08-23
* Replace SkFAIL with SK_ABORT.Gravatar Ben Wagner2017-08-16
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Gravatar Brian Salomon2017-08-11
* Revert "Revert "GrContext::dump that produces JSON formatted output""Gravatar Brian Osman2017-08-10
* Revert "GrContext::dump that produces JSON formatted output"Gravatar Brian Osman2017-08-09
* GrContext::dump that produces JSON formatted outputGravatar Brian Osman2017-08-09
* Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorTypeGravatar Florin Malita2017-08-08
* Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on ...Gravatar Greg Daniel2017-08-02
* Guard against D3D NaN/Infinity literals bugGravatar Brian Osman2017-08-01
* Revert "Revert "Revert "Add support for semaphores to be inserted on GrContex...Gravatar Yuqian Li2017-08-01
* Revert "Revert "Add support for semaphores to be inserted on GrContext flush""Gravatar Greg Daniel2017-08-01
* Revert "Remove origin field from GrSurface"Gravatar Robert Phillips2017-08-01
* Remove origin field from GrSurfaceGravatar Robert Phillips2017-07-31
* Add caps files for metalGravatar Greg Daniel2017-07-31
* Add placeholder GrMtlTypes in include/gpu/mtlGravatar Greg Daniel2017-07-28
* Pull non-substantive changes out of omnibus GrSurface CLGravatar Robert Phillips2017-07-27
* Expose srgbDecodeDisableSupport in GrCapsGravatar Brian Osman2017-07-27
* Add Make[backend] calls for creating GrContextsGravatar Greg Daniel2017-07-25