index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
Commit message (
Expand
)
Author
Age
*
Add hint to SkSurface::MakeRenderTarget that we will use mips
Greg Daniel
2017-10-23
*
Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions.
Brian Salomon
2017-10-18
*
MakeBackendTextureFromSkImage
Eric Karl
2017-10-12
*
Add flag on GrBackendTexture to say whether texture is mipped or not
Greg Daniel
2017-10-12
*
Use enum to track MipMapsStatus throughout Texture creation
Greg Daniel
2017-10-12
*
Add benchmark for comparing multitexturing to non-multitexturing image draws.
Brian Salomon
2017-10-11
*
Set correct mip map status on GrTexture since we no longer require all mip data
Greg Daniel
2017-10-10
*
Remove trailing whitespace.
Ben Wagner
2017-10-09
*
Add option to create a deferred render target context with mips
Greg Daniel
2017-10-06
*
Add a cap for geometry shader invocations
Chris Dalton
2017-10-06
*
CCPR: Blacklist Mali GPUs and Vulkan while we work through issues
Chris Dalton
2017-09-29
*
Fall back to non mipped Texture when we can't copy base to mipped texture
Greg Daniel
2017-09-29
*
Enable caching of path mask textures by default
Brian Osman
2017-09-28
*
changed vertex attribute precisions to be actual types
Ethan Nicholas
2017-09-27
*
Remove fIsMipMapped from GrSurfaceDesc
Greg Daniel
2017-09-26
*
Disable flat interpolation in TextureOp on Qualcomm
Brian Salomon
2017-09-15
*
Revert "Remove isMipMapped from GrSurfaceDesc" and follow up find exact scrat...
Greg Daniel
2017-09-08
*
Rework GrSamplerParams to be more compact and use its own wrap mode enum.
Brian Salomon
2017-09-07
*
Remove isMipMapped from GrSurfaceDesc
Greg Daniel
2017-09-06
*
Cosmetic changes to GrDrawOpAtlas
Robert Phillips
2017-09-01
*
Revert "Revert "Revert "Revert "Remove GrBackendRenderTargetDesc in favor of ...
Brian Salomon
2017-08-31
*
Revert "Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBacken...
Brian Salomon
2017-08-31
*
Reduce stencil buffer clearing
Robert Phillips
2017-08-30
*
Move several GrContextOptions fields behind GR_TEST_UTILS
Brian Osman
2017-08-30
*
Make AA hairline renderer non-optional
Brian Osman
2017-08-30
*
Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderT...
Brian Salomon
2017-08-30
*
Remove kDefault_GrSurfaceOrigin
Robert Phillips
2017-08-30
*
Add GrContextOption to disable distance field path renderer
Brian Osman
2017-08-29
*
Always include the default path renderer in the chain
Brian Osman
2017-08-29
*
Remove (unused) context option to remove shader swizzling
Brian Osman
2017-08-29
*
Remove origin field from GrSurface (take 2)
Robert Phillips
2017-08-29
*
Convert NULL and 0 to nullptr.
Ben Wagner
2017-08-28
*
Add an (optional) SkTaskGroup to GrContext
Brian Osman
2017-08-23
*
Replace SkFAIL with SK_ABORT.
Ben Wagner
2017-08-16
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
*
Revert "Revert "GrContext::dump that produces JSON formatted output""
Brian Osman
2017-08-10
*
Revert "GrContext::dump that produces JSON formatted output"
Brian Osman
2017-08-09
*
GrContext::dump that produces JSON formatted output
Brian Osman
2017-08-09
*
Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType
Florin Malita
2017-08-08
*
Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on ...
Greg Daniel
2017-08-02
*
Guard against D3D NaN/Infinity literals bug
Brian Osman
2017-08-01
*
Revert "Revert "Revert "Add support for semaphores to be inserted on GrContex...
Yuqian Li
2017-08-01
*
Revert "Revert "Add support for semaphores to be inserted on GrContext flush""
Greg Daniel
2017-08-01
*
Revert "Remove origin field from GrSurface"
Robert Phillips
2017-08-01
*
Remove origin field from GrSurface
Robert Phillips
2017-07-31
*
Add caps files for metal
Greg Daniel
2017-07-31
*
Add placeholder GrMtlTypes in include/gpu/mtl
Greg Daniel
2017-07-28
*
Pull non-substantive changes out of omnibus GrSurface CL
Robert Phillips
2017-07-27
*
Expose srgbDecodeDisableSupport in GrCaps
Brian Osman
2017-07-27
*
Add Make[backend] calls for creating GrContexts
Greg Daniel
2017-07-25
[next]