| Commit message (Expand) | Author | Age |
* | Create GLSLUniformHandler class for gpu backend | egdaniel | 2015-12-03 |
* | Add in shader blending for CoverageSetOp XP | egdaniel | 2015-12-01 |
* | Create a static instances of SrcOver XferProcessor | egdaniel | 2015-11-30 |
* | APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOpti... | ethannicholas | 2015-11-30 |
* | Don't create a GXPFactory when blend is SrcOver | egdaniel | 2015-11-23 |
* | Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https:/... | egdaniel | 2015-11-20 |
* | Make specialized SrcOver XPFactory | egdaniel | 2015-11-20 |
* | Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. | egdaniel | 2015-11-18 |
* | Rename some processor functions from GL to GLSL | egdaniel | 2015-11-13 |
* | Move XferProcessors to glsl | egdaniel | 2015-11-13 |
* | Make all GrFragmentProcessors GL independent. | egdaniel | 2015-11-13 |
* | Move all ShaderBuilder files to GLSL | egdaniel | 2015-11-11 |
* | Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. | egdaniel | 2015-11-11 |
* | Create GLSL base class for ProgramDataManager | egdaniel | 2015-10-28 |
* | Create fragment processor for performing input color blend with child processor | bsalomon | 2015-09-15 |
* | 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 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces... | wangyix | 2015-08-18 |
* | Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu | bsalomon | 2015-08-12 |
* | Added registerChild; transforms, textures, glKey automatically handled. | wangyix | 2015-08-04 |
* | Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() | wangyix | 2015-07-22 |
* | Moved GrGLFragmentProcessor definition to its own file | wangyix | 2015-07-22 |
* | rename GrShaderDataManager -> GrProcessorDataManager | joshualitt | 2015-07-09 |
* | fix up test create functions | joshualitt | 2015-07-08 |
* | Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. | bsalomon | 2015-07-08 |
* | Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.... | bsalomon | 2015-07-08 |
* | more threading of GrShaderDataManager | joshualitt | 2015-07-08 |
* | Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. | bsalomon | 2015-07-08 |
* | Alter shader code for soft light to avoid driver bug. | egdaniel | 2015-06-24 |
* | Move GLSL-specific routines/classes to separate glsl directory | jvanverth | 2015-06-24 |
* | Review URL: https://codereview.chromium.org/1166513002 | cdalton | 2015-06-12 |
* | Add mixed samples support to XPs | cdalton | 2015-06-08 |
* | Apply coverage in XP base class when using dst reads | cdalton | 2015-06-08 |
* | Opt for advanced blend at creation time in CrCustomXfermode | cdalton | 2015-06-05 |
* | Update XPF invariant info to not account for conflation | cdalton | 2015-06-02 |
* | Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopyt... | bsalomon | 2015-05-26 |
* | Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" fro... | bungeman | 2015-05-22 |
* | Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopyt... | bsalomon | 2015-05-22 |
* | rename GrDrawTargetCaps to GrCaps | bsalomon | 2015-05-19 |
* | Add assignment op to enum bitfield ops | cdalton | 2015-05-11 |
* | Add function for logging blend info on XP. | bsalomon | 2015-05-11 |
* | Only discard for XP dstCopies if we have a coverage value. | egdaniel | 2015-05-10 |
* | Implement support for KHR_blend_equation_advanced | cdalton | 2015-05-06 |
* | Make XPFragmentBuilder only Builder with access to DstCopy. | egdaniel | 2015-04-29 |
* | Use GLSLCaps for creating processor keys and GLSL-specific programs | jvanverth | 2015-04-28 |
* | Add onGetBlendInfo to GrXferProcessor | cdalton | 2015-04-23 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |