index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
effects
/
GrConfigConversionEffect.h
Commit message (
Expand
)
Author
Age
*
memset arrays in TestForPreservingPMConversions in case of read pixels failure
Brian Salomon
2018-04-30
*
Make generated effects from sksl fp files not need SK_SUPPORT_GPU
Greg Daniel
2018-04-06
*
Make TestForPreservingPMConversions helper use lazy createTextureProxy call.
Greg Daniel
2018-03-16
*
Initial texture data is never flipped when uploaded.
Brian Salomon
2018-03-07
*
Move internal calls from GrContext to GrContextPriv
Robert Phillips
2018-03-06
*
Remove GrSurfaceOrigin from GrSurfaceDesc.
Brian Salomon
2018-03-05
*
Fix unit tests that were causes vulkan unitialized memory warnings in validation
Greg Daniel
2018-02-27
*
updated .fp file headers
Ethan Nicholas
2018-02-01
*
Fix FPs
Robert Phillips
2018-01-16
*
Funnel most proxy creation through GrProxyProvider
Robert Phillips
2018-01-16
*
Fix build
Robert Phillips
2018-01-08
*
Add GrProxyProvider
Robert Phillips
2018-01-08
*
sksl enum support
Ethan Nicholas
2017-11-13
*
Remove color space xform support from SkSL
Brian Osman
2017-10-23
*
Remove color space xform from GrTextureDomain & GrSimpleTextureEffect
Brian Osman
2017-10-18
*
initClassID no longer auto-allocates ids
Ethan Nicholas
2017-10-09
*
converted GrConfigConversionEffect to SkSL
Ethan Nicholas
2017-10-05
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
*
Implement clone for 4 additional GrFragmentProcessors.
Brian Salomon
2017-07-26
*
GR_TEST_UTILS fixes
Brian Salomon
2017-07-06
*
Remove all config conversion modes except round-to-nearest
Brian Osman
2017-04-20
*
PM/UPM conversion improvements
Brian Osman
2017-04-10
*
Remove texture sampling from GrConfigConversionEffect
Brian Osman
2017-04-05
*
More GrSurfaceProxy-clean up
Robert Phillips
2017-03-29
*
Revert "Remove texture sampling from GrConfigConversionEffect"
Brian Osman
2017-03-24
*
Remove texture sampling from GrConfigConversionEffect
Brian Osman
2017-03-24
*
Revert "Remove texture sampling from GrConfigConversionEffect"
Brian Osman
2017-03-23
*
Remove texture sampling from GrConfigConversionEffect
Brian Osman
2017-03-23
*
Add Swizzle FP, and remove swizzle logic from GrConfigConversionEffect
Brian Osman
2017-03-22
*
Retract GrContext from src/gpu/effects
Robert Phillips
2017-03-15
*
Remove GrFragmentProcessor::computeInvariantOutput
Brian Salomon
2017-02-13
*
Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations.""
Brian Salomon
2017-01-27
*
Revert "Start of rewrite of GrFragmentProcessor optimizations."
Ethan Nicholas
2017-01-27
*
Start of rewrite of GrFragmentProcessor optimizations.
Brian Salomon
2017-01-27
*
Switch GrConfigConversionEffect over to taking GrTextureProxies
Robert Phillips
2017-01-25
*
Merge GrGLSLCaps into GrShaderCaps
Brian Salomon
2016-11-29
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Make swizzling in read/write pixel copy code more generic
bsalomon
2016-01-22
*
Rename some processor functions from GL to GLSL
egdaniel
2015-11-13
*
Make all GrFragmentProcessors GL independent.
egdaniel
2015-11-13
*
Bye bye processor data manager.
bsalomon
2015-10-06
*
When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...
wangyix
2015-08-18
*
Added registerChild; transforms, textures, glKey automatically handled.
wangyix
2015-08-04
*
Another trivial cleanup
joshualitt
2015-07-14
*
Revert of Another trivial cleanup (patchset #6 id:100001 of https://coderevie...
joshualitt
2015-07-13
*
Another trivial cleanup
joshualitt
2015-07-13
*
More threading of GrProcessorDataManager
joshualitt
2015-07-09
*
Use GLSLCaps for creating processor keys and GLSL-specific programs
jvanverth
2015-04-28
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
[next]