index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
texdata.cpp
Commit message (
Expand
)
Author
Age
*
Remove color space xform from GrTextureDomain & GrSimpleTextureEffect
Brian Osman
2017-10-18
*
Hide GrPaint copy constructor and add GrPaint::Clone and remove MoveOrNew and...
Brian Salomon
2017-08-10
*
Clean up GrResourceProvider usage
Robert Phillips
2017-06-15
*
Retract GrContext from src/gpu/effects
Robert Phillips
2017-03-15
*
Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps
Robert Phillips
2017-03-14
*
Rebase and fix chromium
Brian Osman
2017-03-04
*
Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy>
Robert Phillips
2017-03-03
*
Rationalize GrContext's Gr*Proxy getter naming
Robert Phillips
2017-01-30
*
Push GrTextureProxy down to more effects
Robert Phillips
2017-01-30
*
Allow GrSingleTextureEffect to take GrTextureProxies
Robert Phillips
2017-01-24
*
Continue making Ganesh use absolute texture coordinates - take 2
Robert Phillips
2017-01-20
*
Revert "Continue making Ganesh use absolute texture coordinates"
Joe Gregorio
2017-01-17
*
Continue making Ganesh use absolute texture coordinates
Robert Phillips
2017-01-17
*
Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.
Brian Salomon
2017-01-11
*
Relandx2 "Remove antialiasing control from GrPaint."
Brian Salomon
2016-12-09
*
Revert "Reland "Remove antialiasing control from GrPaint.""
Brian Salomon
2016-12-09
*
Reland "Remove antialiasing control from GrPaint."
Brian Salomon
2016-12-09
*
Revert "Remove antialiasing control from GrPaint."
Brian Salomon
2016-12-08
*
Remove antialiasing control from GrPaint.
Brian Salomon
2016-12-08
*
gm: s/SkAutoTUnref/sk_sp/
Hal Canary
2016-11-07
*
remove xfermode from public api
Mike Reed
2016-10-28
*
Rename GrDrawContext to GrRenderTargetContext
Brian Osman
2016-10-27
*
Replace a lot of 'static const' with 'constexpr' or 'const'.
mtklein
2016-09-01
*
Move GrFixedClip into src directory
csmartdalton
2016-08-19
*
Introduce GrColorSpaceXform, for gamut conversion on textures
brianosman
2016-07-18
*
Convert GrClip to an abstract base class
cdalton
2016-05-13
*
Minor GrRenderTarget retraction
robertphillips
2016-05-11
*
Clean up test drawContext usage
robertphillips
2016-04-28
*
Bring sk_sp to GrDrawContext
robertphillips
2016-04-27
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...
bsalomon
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
GrDrawContext now holds GrRenderTarget pointer
robertphillips
2015-10-15
*
GM: replace boilerplate with macros
halcanary
2015-09-09
*
Limit lifetime of GrDrawContext objects
robertphillips
2015-09-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Split drawing functionality out of GrContext and into new GrDrawContext
robertphillips
2015-05-26
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
I'd really like to land this before the branch so speedy reviews are apprecia...
joshualitt
2015-02-25
*
Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.c...
joshualitt
2015-02-25
*
I'd really like to land this before the branch so speedy reviews are apprecia...
joshualitt
2015-02-25
*
Pass Rendertarget into context.
joshualitt
2015-02-18
*
One createTexture function, attempt to recycle scratch in createTexture.
bsalomon
2015-02-06
*
Add standard way to indicate GM is GPU-only.
bsalomon
2015-01-31
*
remove unused GM flags
mtklein
2015-01-23
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Cleanup: Another round of override fixes.
tfarina
2014-12-20
*
remove view matrix from context
joshualitt
2014-12-17
[next]