aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrConfigConversionEffect.h
Commit message (Expand)AuthorAge
* memset arrays in TestForPreservingPMConversions in case of read pixels failureGravatar Brian Salomon2018-04-30
* Make generated effects from sksl fp files not need SK_SUPPORT_GPUGravatar Greg Daniel2018-04-06
* Make TestForPreservingPMConversions helper use lazy createTextureProxy call.Gravatar Greg Daniel2018-03-16
* Initial texture data is never flipped when uploaded.Gravatar Brian Salomon2018-03-07
* Move internal calls from GrContext to GrContextPrivGravatar Robert Phillips2018-03-06
* Remove GrSurfaceOrigin from GrSurfaceDesc.Gravatar Brian Salomon2018-03-05
* Fix unit tests that were causes vulkan unitialized memory warnings in validationGravatar Greg Daniel2018-02-27
* updated .fp file headersGravatar Ethan Nicholas2018-02-01
* Fix FPsGravatar Robert Phillips2018-01-16
* Funnel most proxy creation through GrProxyProviderGravatar Robert Phillips2018-01-16
* Fix buildGravatar Robert Phillips2018-01-08
* Add GrProxyProviderGravatar Robert Phillips2018-01-08
* sksl enum supportGravatar Ethan Nicholas2017-11-13
* Remove color space xform support from SkSLGravatar Brian Osman2017-10-23
* Remove color space xform from GrTextureDomain & GrSimpleTextureEffectGravatar Brian Osman2017-10-18
* initClassID no longer auto-allocates idsGravatar Ethan Nicholas2017-10-09
* converted GrConfigConversionEffect to SkSLGravatar Ethan Nicholas2017-10-05
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Gravatar Brian Salomon2017-08-11
* Implement clone for 4 additional GrFragmentProcessors.Gravatar Brian Salomon2017-07-26
* GR_TEST_UTILS fixesGravatar Brian Salomon2017-07-06
* Remove all config conversion modes except round-to-nearestGravatar Brian Osman2017-04-20
* PM/UPM conversion improvementsGravatar Brian Osman2017-04-10
* Remove texture sampling from GrConfigConversionEffectGravatar Brian Osman2017-04-05
* More GrSurfaceProxy-clean upGravatar Robert Phillips2017-03-29
* Revert "Remove texture sampling from GrConfigConversionEffect"Gravatar Brian Osman2017-03-24
* Remove texture sampling from GrConfigConversionEffectGravatar Brian Osman2017-03-24
* Revert "Remove texture sampling from GrConfigConversionEffect"Gravatar Brian Osman2017-03-23
* Remove texture sampling from GrConfigConversionEffectGravatar Brian Osman2017-03-23
* Add Swizzle FP, and remove swizzle logic from GrConfigConversionEffectGravatar Brian Osman2017-03-22
* Retract GrContext from src/gpu/effectsGravatar Robert Phillips2017-03-15
* Remove GrFragmentProcessor::computeInvariantOutputGravatar Brian Salomon2017-02-13
* Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations.""Gravatar Brian Salomon2017-01-27
* Revert "Start of rewrite of GrFragmentProcessor optimizations."Gravatar Ethan Nicholas2017-01-27
* Start of rewrite of GrFragmentProcessor optimizations.Gravatar Brian Salomon2017-01-27
* Switch GrConfigConversionEffect over to taking GrTextureProxiesGravatar Robert Phillips2017-01-25
* Merge GrGLSLCaps into GrShaderCapsGravatar Brian Salomon2016-11-29
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Make swizzling in read/write pixel copy code more genericGravatar bsalomon2016-01-22
* Rename some processor functions from GL to GLSLGravatar egdaniel2015-11-13
* Make all GrFragmentProcessors GL independent.Gravatar egdaniel2015-11-13
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...Gravatar wangyix2015-08-18
* Added registerChild; transforms, textures, glKey automatically handled.Gravatar wangyix2015-08-04
* Another trivial cleanupGravatar joshualitt2015-07-14
* Revert of Another trivial cleanup (patchset #6 id:100001 of https://coderevie...Gravatar joshualitt2015-07-13
* Another trivial cleanupGravatar joshualitt2015-07-13
* More threading of GrProcessorDataManagerGravatar joshualitt2015-07-09
* Use GLSLCaps for creating processor keys and GLSL-specific programsGravatar jvanverth2015-04-28
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09