index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
SkGr.h
Commit message (
Expand
)
Author
Age
*
Rewrite SkVertices specified with triangle fans as indexed triangles
Brian Salomon
2018-04-28
*
Avoid creating MIPs until necessary when MIP bias is active
Brian Osman
2018-02-16
*
Refactor GrUploadPixmap logic into MakeCrossContextFromPixmap
Greg Daniel
2018-02-12
*
Remove unused code resulted from deleting DeferredTextureImage
Greg Daniel
2018-02-10
*
Move GrMakeCachedBitmapProxy work in lazy mode
Greg Daniel
2018-02-08
*
Add function to GrProxyProvider to lazily upload mip map data
Greg Daniel
2018-02-07
*
Add param to GrMakeCachedImageProxy to specify the SkBackingFit
Greg Daniel
2018-02-05
*
Disable texture strip atlasing for DDL
Robert Phillips
2018-02-02
*
Funnel most proxy creation through GrProxyProvider
Robert Phillips
2018-01-16
*
Add GrProxyProvider
Robert Phillips
2018-01-08
*
Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter.
Brian Salomon
2017-10-25
*
Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conve...
Brian Salomon
2017-10-24
*
Add option to create a deferred render target context with mips
Greg Daniel
2017-10-06
*
Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests""
Greg Daniel
2017-09-29
*
Revert "Update GrBitmapTextureMaker for handling mipped requests"
Greg Daniel
2017-09-28
*
Update GrBitmapTextureMaker for handling mipped requests
Greg Daniel
2017-09-28
*
make most of SkColorPriv.h private
Cary Clark
2017-09-15
*
Rework GrSamplerParams to be more compact and use its own wrap mode enum.
Brian Salomon
2017-09-07
*
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
*
Update gpu caps for valid sample counts.
Greg Daniel
2017-07-19
*
Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu
Robert Phillips
2017-07-12
*
Add GrPrimitiveType::kLinesAdjacency
Chris Dalton
2017-06-13
*
Revert "Add GrPrimitiveType::kLinesAdjacency"
Ravi Mistry
2017-06-13
*
Add GrPrimitiveType::kLinesAdjacency
Chris Dalton
2017-06-13
*
move Coeff into blendmode
Mike Reed
2017-06-06
*
Remove compressed (ETC1) texture support from Ganesh (take 2)
Robert Phillips
2017-05-23
*
Revert "Remove compressed (ETC1) texture support from Ganesh"
Brian Osman
2017-05-22
*
Remove compressed (ETC1) texture support from Ganesh
Robert Phillips
2017-05-22
*
Allow numerical color spaces with legacy rendering
Matt Sarett
2017-05-15
*
remove unused etc logic
Mike Reed
2017-05-03
*
change drawAtlas to behave like drawVertices
Mike Reed
2017-04-28
*
getDeferredTextureImageData(): preserve color space in legacy mode
Matt Sarett
2017-04-10
*
move vertex-mode enum into SkVertices
Mike Reed
2017-04-03
*
Make SkGr.h GrTexture-free
Robert Phillips
2017-03-23
*
Make SkImage_Gpu be deferred (take 2)
Robert Phillips
2017-03-22
*
Make experimental Perlin noise shader take texture proxies
Robert Phillips
2017-03-21
*
Revert "Make SkImage_Gpu be deferred"
Robert Phillips
2017-03-21
*
Make SkImage_Gpu be deferred
Robert Phillips
2017-03-21
*
More pre-emptive proxification
Robert Phillips
2017-03-16
*
Push setMipColorMode calls further down-stack & add to GrTextureProxy
Robert Phillips
2017-03-15
*
Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps
Robert Phillips
2017-03-14
*
Consolidate Proxy caching code in GrResourceProvider
Robert Phillips
2017-03-14
*
Make SkGr.h private and remove unused functions
Brian Osman
2017-03-08