aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects
Commit message (Expand)AuthorAge
* Separate out natively-texture image/bmp draws from cached-as-texture image/bm...Gravatar bsalomon2015-11-09
* Comments Style: s/skbug.com/bug.skia.org/Gravatar halcanary2015-11-07
* Rename non-aa rect methods on GrDrawContext in anticipation of making them su...Gravatar bsalomon2015-11-05
* Make bicubic FP factories return const FPsGravatar bsalomon2015-11-05
* Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups.Gravatar egdaniel2015-11-02
* Remove GrGLProcessor and create GrGLSLTextureSampler class.Gravatar egdaniel2015-10-29
* Create GLSL base class for ProgramDataManagerGravatar egdaniel2015-10-28
* Add version string and force highp NDS transfrom to GLSLCapsGravatar egdaniel2015-10-22
* Revert of Add version string and force highp NDS transfrom to GLSLCaps (patch...Gravatar egdaniel2015-10-22
* Add version string and force highp NDS transfrom to GLSLCapsGravatar egdaniel2015-10-22
* Move GrGLShaderVar to GrGLSLGravatar egdaniel2015-10-21
* Move shader precision modifier check onto GLSLCapsGravatar egdaniel2015-10-21
* Stop creating static GrProcessor instancesGravatar bsalomon2015-10-21
* Remove DrawingMgr shims from GrContextGravatar robertphillips2015-10-17
* GrDrawContext now holds GrRenderTarget pointerGravatar robertphillips2015-10-15
* Move functions from SkGr to SkGrPriv.hGravatar bsalomon2015-10-09
* Insert clip fragment processor outside GrCMMGravatar bsalomon2015-10-07
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Make skpaint->grpaint flow work for composing draws (verts and atlas)Gravatar bsalomon2015-09-28
* Mangle output var in GrGLFragmentProcessor::emitChildGravatar bsalomon2015-09-24
* Prefer dual source/framebuffer fetch paths for GPU LCD.Gravatar egdaniel2015-09-22
* Replace GrExtractAlphaFragmentProcessor with DstIn compose processorGravatar bsalomon2015-09-22
* Remove SkNEW and SkDELETE macrosGravatar mdempsky2015-09-22
* Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://code...Gravatar reed2015-09-17
* Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://...Gravatar reed2015-09-17
* add a ClassID function to GrBatchGravatar joshualitt2015-09-17
* Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://...Gravatar joshualitt2015-09-17
* add a ClassID function to GrBatchGravatar joshualitt2015-09-17
* Create fragment processor for performing input color blend with child processorGravatar bsalomon2015-09-15
* On gpu, use max(r,g,b) for coverage alpha in LCD and update lcd blend gm.Gravatar egdaniel2015-09-15
* Add support for blending of LCD for all blend modes.Gravatar egdaniel2015-09-15
* Add helper for creating leaf FPs inside GrFP::TestCreate functionsGravatar bsalomon2015-09-14
* Test that GrFragmentProcessors work without input colors.Gravatar bsalomon2015-09-14
* Revert of Test that GrFragmentProcessors work without input colors. (patchset...Gravatar bsalomon2015-09-14
* Test that GrFragmentProcessors work without input colors.Gravatar bsalomon2015-09-14
* Remove batchtrackerGravatar joshualitt2015-09-11
* There's a set probability that a linear pipeline of random procs will be crea...Gravatar wangyix2015-09-10
* Brian requested a new namespace for factories that create fragment processors...Gravatar wangyix2015-09-09
* emitChild() used to generate a mangled outputColor based on the parent's outp...Gravatar wangyix2015-09-08
* Limit lifetime of GrDrawContext objectsGravatar robertphillips2015-09-01
* 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
* Clean up SkTLogic.Gravatar bungeman2015-08-28
* Remove overly complicated GR_CREATE_STATIC_PROCESSOR macroGravatar mdempsky2015-08-27
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* 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