| Commit message (Expand) | Author | Age |
* | Reland image storage with fixes. | Brian Salomon | 2016-11-29 |
* | Revert "Initial OpenGL Image support." | Brian Salomon | 2016-11-23 |
* | Initial OpenGL Image support. | Brian Salomon | 2016-11-22 |
* | Make GrBufferAccess a nested class of GrProcessor | Brian Salomon | 2016-11-18 |
* | Rename GrTextureParams to GrSamplerParams | Brian Salomon | 2016-11-17 |
* | In GrProcessor::TextureSampler drop the "get", it's cleaner | Brian Salomon | 2016-11-17 |
* | Rename GrTextureAccess to GrProcessor::TextureSampler. | Brian Salomon | 2016-11-17 |
* | Re-enable overdraw mode in debugger. | Ben Wagner | 2016-10-17 |
* | Remove option to make GrCoordTransforms apply to device positions. | Brian Salomon | 2016-10-03 |
* | 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 |