aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrProcessor.cpp
Commit message (Expand)AuthorAge
...
* Initial OpenGL Image support.Gravatar Brian Salomon2016-11-22
* Make GrBufferAccess a nested class of GrProcessorGravatar Brian Salomon2016-11-18
* Rename GrTextureParams to GrSamplerParamsGravatar Brian Salomon2016-11-17
* In GrProcessor::TextureSampler drop the "get", it's cleanerGravatar Brian Salomon2016-11-17
* Rename GrTextureAccess to GrProcessor::TextureSampler.Gravatar Brian Salomon2016-11-17
* Re-enable overdraw mode in debugger.Gravatar Ben Wagner2016-10-17
* Remove option to make GrCoordTransforms apply to device positions.Gravatar Brian Salomon2016-10-03
* Skip spinlock overhead on AndroidGravatar msarett2016-08-29
* Added --deepColor option to SampleApp, triggers creation of a ten-bit/channelGravatar brianosman2016-05-05
* Implement texel buffersGravatar cdalton2016-04-11
* remove avoid and pixelxor xfermodesGravatar reed2016-04-05
* Modernize SkSpinlock.Gravatar mtklein2016-02-29
* Add gpu implementation of SkAvoidXfermodeGravatar robertphillips2016-02-03
* Revert of Add gpu implementation of SkAvoidXfermode (patchset #10 id:170001 o...Gravatar mtklein2016-02-03
* Add gpu implementation of SkAvoidXfermodeGravatar robertphillips2016-02-03
* Add gpu implementation of OverdrawXfermodeGravatar robertphillips2016-01-27
* Add gpu backend for SkPixelXorXfermodeGravatar robertphillips2016-01-26
* Revert of Add gpu implementation of OverdrawXfermode (patchset #6 id:100001 o...Gravatar robertphillips2016-01-22
* Add gpu implementation of OverdrawXfermodeGravatar robertphillips2016-01-20
* Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https:/...Gravatar egdaniel2015-11-20
* Make specialized SrcOver XPFactoryGravatar egdaniel2015-11-20
* Move GrFragmentProcessor implementation to its own cpp fileGravatar bsalomon2015-09-22
* fix factory countGravatar Brian Salomon2015-09-22
* Replace GrExtractAlphaFragmentProcessor with DstIn compose processorGravatar bsalomon2015-09-22
* Create fragment processor for performing input color blend with child processorGravatar bsalomon2015-09-15
* Add special case circle blur for GaneshGravatar robertphillips2015-09-15
* Add helper for creating leaf FPs inside GrFP::TestCreate functionsGravatar bsalomon2015-09-14
* Make GrProcessorDataManager a noopGravatar joshualitt2015-09-09
* Added TestCreate for SkComposeShader; will pick two random child procs that ...Gravatar wangyix2015-09-08
* Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*Gravatar bsalomon2015-08-28
* Revert of Change SkShader;asFragmentProcessor signature to no longer take skp...Gravatar rmistry2015-08-28
* Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*Gravatar bsalomon2015-08-28
* Convert child FPs from refs to pending executions when parent convertsGravatar bsalomon2015-08-27
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...Gravatar rmistry2015-08-26
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-26
* This code should've been part of the CL that added registerChildProcessor(); ...Gravatar wangyix2015-08-21
* This change is in preparation for updating how processor keys and meta keys a...Gravatar wangyix2015-08-19
* When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...Gravatar wangyix2015-08-18
* Made isEqual in GrFragmentProcessor recursiveGravatar wangyix2015-08-18
* Added mangleString member and onBefore*, onAfter* functions to GrGLFragmentS...Gravatar wangyix2015-08-13
* All child GrFragmentProcs' transforms and textures will be stored in the root...Gravatar wangyix2015-08-12
* Added registerChild; transforms, textures, glKey automatically handled.Gravatar wangyix2015-08-04
* Move GrProcessorDataManager to GrMemoryPoolGravatar joshualitt2015-07-10
* remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConicalGravatar reed2015-05-04
* create GrTestUtils.h, move some common functions into itGravatar joshualitt2015-04-28
* Add constant color GrFP.Gravatar bsalomon2015-04-02
* Revert of Add constant color GrFP. (patchset #10 id:180001 of https://coderev...Gravatar bsalomon2015-04-02
* Add constant color GrFP.Gravatar bsalomon2015-04-01
* Small change to move GrProcessor and GrBatch pools over to SkSpinlockGravatar joshualitt2015-03-30