| Commit message (Expand) | Author | Age |
* | Replace GrExtractAlphaFragmentProcessor with DstIn compose processor | bsalomon | 2015-09-22 |
* | Remove SkNEW and SkDELETE macros | mdempsky | 2015-09-22 |
* | Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://code... | reed | 2015-09-17 |
* | Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://... | reed | 2015-09-17 |
* | add a ClassID function to GrBatch | joshualitt | 2015-09-17 |
* | Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://... | joshualitt | 2015-09-17 |
* | add a ClassID function to GrBatch | joshualitt | 2015-09-17 |
* | Create fragment processor for performing input color blend with child processor | bsalomon | 2015-09-15 |
* | On gpu, use max(r,g,b) for coverage alpha in LCD and update lcd blend gm. | egdaniel | 2015-09-15 |
* | Add support for blending of LCD for all blend modes. | egdaniel | 2015-09-15 |
* | Add helper for creating leaf FPs inside GrFP::TestCreate functions | bsalomon | 2015-09-14 |
* | Test that GrFragmentProcessors work without input colors. | bsalomon | 2015-09-14 |
* | Revert of Test that GrFragmentProcessors work without input colors. (patchset... | bsalomon | 2015-09-14 |
* | Test that GrFragmentProcessors work without input colors. | bsalomon | 2015-09-14 |
* | Remove batchtracker | joshualitt | 2015-09-11 |
* | There's a set probability that a linear pipeline of random procs will be crea... | wangyix | 2015-09-10 |
* | Brian requested a new namespace for factories that create fragment processors... | wangyix | 2015-09-09 |
* | emitChild() used to generate a mangled outputColor based on the parent's outp... | wangyix | 2015-09-08 |
* | Limit lifetime of GrDrawContext objects | robertphillips | 2015-09-01 |
* | 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 |
* | Clean up SkTLogic. | bungeman | 2015-08-28 |
* | Remove overly complicated GR_CREATE_STATIC_PROCESSOR macro | mdempsky | 2015-08-27 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Remove GrStagedProcessor, remove the word Stage as it applies to FPs | bsalomon | 2015-08-27 |
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | 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 |
* | Fix for MSAN unintialized value | joshualitt | 2015-08-25 |
* | Allow setting of GrBatchFontCache atlas sizes | joshualitt | 2015-08-19 |
* | When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces... | wangyix | 2015-08-18 |
* | Privatize GrBatch subclass overrides | bsalomon | 2015-08-18 |
* | Make GrVertexBatch objects hold their own draws during GrDrawTarget flush | bsalomon | 2015-08-17 |
* | Split GrDrawBatch and GrVertexBatch into their own files | bsalomon | 2015-08-13 |
* | Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non... | bsalomon | 2015-08-13 |
* | Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu | bsalomon | 2015-08-12 |
* | Rename GrPipelineInfo to GrPipelineOptimizations | bsalomon | 2015-08-10 |
* | fixup precision with configurable atlas | joshualitt | 2015-08-07 |
* | Make folder for batches | joshualitt | 2015-08-07 |
* | Break LCD and Bitmap text dependency on hardcoded atlas values | joshualitt | 2015-08-07 |
* | Don't pass pipeline to GrBatch::generateGeometry() | bsalomon | 2015-08-06 |
* | Revert of Break LCD and Bitmap text dependency on hardcoded atlas values (pat... | joshualitt | 2015-08-05 |
* | Break LCD and Bitmap text dependency on hardcoded atlas values | joshualitt | 2015-08-04 |
* | Added registerChild; transforms, textures, glKey automatically handled. | wangyix | 2015-08-04 |
* | Fix elliptical rrect clip shaders for large radii on devices with mediump | bsalomon | 2015-08-03 |
* | Use new API everywhere for GrDefaultGeoProcFactory | joshualitt | 2015-08-03 |
* | Update assert to allow config conversion effect for all configs when not prem... | bsalomon | 2015-08-03 |
* | Revert of Use new API everywhere for GrDefaultGeoProcFactory (patchset #5 id:... | joshualitt | 2015-08-03 |
* | Use new API everywhere for GrDefaultGeoProcFactory | joshualitt | 2015-08-03 |