index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrProcessor.cpp
Commit message (
Expand
)
Author
Age
*
Skip spinlock overhead on Android
msarett
2016-08-29
*
Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel
brianosman
2016-05-05
*
Implement texel buffers
cdalton
2016-04-11
*
remove avoid and pixelxor xfermodes
reed
2016-04-05
*
Modernize SkSpinlock.
mtklein
2016-02-29
*
Add gpu implementation of SkAvoidXfermode
robertphillips
2016-02-03
*
Revert of Add gpu implementation of SkAvoidXfermode (patchset #10 id:170001 o...
mtklein
2016-02-03
*
Add gpu implementation of SkAvoidXfermode
robertphillips
2016-02-03
*
Add gpu implementation of OverdrawXfermode
robertphillips
2016-01-27
*
Add gpu backend for SkPixelXorXfermode
robertphillips
2016-01-26
*
Revert of Add gpu implementation of OverdrawXfermode (patchset #6 id:100001 o...
robertphillips
2016-01-22
*
Add gpu implementation of OverdrawXfermode
robertphillips
2016-01-20
*
Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https:/...
egdaniel
2015-11-20
*
Make specialized SrcOver XPFactory
egdaniel
2015-11-20
*
Move GrFragmentProcessor implementation to its own cpp file
bsalomon
2015-09-22
*
fix factory count
Brian Salomon
2015-09-22
*
Replace GrExtractAlphaFragmentProcessor with DstIn compose processor
bsalomon
2015-09-22
*
Create fragment processor for performing input color blend with child processor
bsalomon
2015-09-15
*
Add special case circle blur for Ganesh
robertphillips
2015-09-15
*
Add helper for creating leaf FPs inside GrFP::TestCreate functions
bsalomon
2015-09-14
*
Make GrProcessorDataManager a noop
joshualitt
2015-09-09
*
Added TestCreate for SkComposeShader; will pick two random child procs that ...
wangyix
2015-09-08
*
Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*
bsalomon
2015-08-28
*
Revert of Change SkShader;asFragmentProcessor signature to no longer take skp...
rmistry
2015-08-28
*
Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*
bsalomon
2015-08-28
*
Convert child FPs from refs to pending executions when parent converts
bsalomon
2015-08-27
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-27
*
Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...
rmistry
2015-08-26
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-26
*
This code should've been part of the CL that added registerChildProcessor(); ...
wangyix
2015-08-21
*
This change is in preparation for updating how processor keys and meta keys a...
wangyix
2015-08-19
*
When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...
wangyix
2015-08-18
*
Made isEqual in GrFragmentProcessor recursive
wangyix
2015-08-18
*
Added mangleString member and onBefore*, onAfter* functions to GrGLFragmentS...
wangyix
2015-08-13
*
All child GrFragmentProcs' transforms and textures will be stored in the root...
wangyix
2015-08-12
*
Added registerChild; transforms, textures, glKey automatically handled.
wangyix
2015-08-04
*
Move GrProcessorDataManager to GrMemoryPool
joshualitt
2015-07-10
*
remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical
reed
2015-05-04
*
create GrTestUtils.h, move some common functions into it
joshualitt
2015-04-28
*
Add constant color GrFP.
bsalomon
2015-04-02
*
Revert of Add constant color GrFP. (patchset #10 id:180001 of https://coderev...
bsalomon
2015-04-02
*
Add constant color GrFP.
bsalomon
2015-04-01
*
Small change to move GrProcessor and GrBatch pools over to SkSpinlock
joshualitt
2015-03-30
*
Use global GrMemoryPools protected by mutex for GrProcessor/GrBatch
bsalomon
2015-03-09
*
GrBatchPrototype
joshualitt
2015-01-28
*
Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chro...
joshualitt
2015-01-28
*
GrBatchPrototype
joshualitt
2015-01-27
*
Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chro...
joshualitt
2015-01-27
*
GrBatchPrototype
joshualitt
2015-01-26
*
Add Xfer Processor for GrCustomXfermodes
egdaniel
2015-01-16
[next]