| Commit message (Expand) | Author | Age |
* | Create GLSLUniformHandler class for gpu backend | egdaniel | 2015-12-03 |
* | Move glsl onto EmitArgs struct for emitCode | egdaniel | 2015-11-19 |
* | 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 |
* | 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 |
* | Remove GrGLProcessor and create GrGLSLTextureSampler class. | egdaniel | 2015-10-29 |
* | Create GLSL base class for ProgramDataManager | egdaniel | 2015-10-28 |
* | Add version string and force highp NDS transfrom to GLSLCaps | egdaniel | 2015-10-22 |
* | Revert of Add version string and force highp NDS transfrom to GLSLCaps (patch... | egdaniel | 2015-10-22 |
* | Add version string and force highp NDS transfrom to GLSLCaps | egdaniel | 2015-10-22 |
* | Move GrGLShaderVar to GrGLSL | egdaniel | 2015-10-21 |
* | Move shader precision modifier check onto GLSLCaps | egdaniel | 2015-10-21 |
* | Insert clip fragment processor outside GrCMM | bsalomon | 2015-10-07 |
* | Bye bye processor data manager. | bsalomon | 2015-10-06 |
* | 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: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | Fix for MSAN unintialized value | joshualitt | 2015-08-25 |
* | When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces... | wangyix | 2015-08-18 |
* | 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 |
* | Fix tile drop-out on S4 for texture decal mode. | jvanverth | 2015-07-22 |
* | More threading of GrProcessorDataManager | joshualitt | 2015-07-09 |
* | fix up test create functions | joshualitt | 2015-07-08 |
* | rename GrDrawTargetCaps to GrCaps | bsalomon | 2015-05-19 |
* | Make XPFragmentBuilder only Builder with access to DstCopy. | egdaniel | 2015-04-29 |
* | create GrTestUtils.h, move some common functions into it | joshualitt | 2015-04-28 |
* | Use GLSLCaps for creating processor keys and GLSL-specific programs | jvanverth | 2015-04-28 |
* | Implement approx-match support in image filter saveLayer() offscreen. | senorblanco | 2015-04-02 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Remove GrCoordTransform::kPosition_CoordSet | bsalomon | 2014-12-18 |
* | Remove GP from drawstate, revision of invariant output for GP | joshualitt | 2014-12-11 |
* | Revert of Remove GP from drawstate, revision of invariant output for GP (patc... | joshualitt | 2014-12-10 |
* | Remove GP from drawstate, revision of invariant output for GP | joshualitt | 2014-12-10 |
* | Make addUniform take a precision | bsalomon | 2014-12-09 |
* | Remove backend factories | joshualitt | 2014-12-04 |
* | remove proc key | joshualitt | 2014-11-25 |
* | Update invariant output computation for various texture effects. | egdaniel | 2014-11-25 |
* | Move GrInvariantOutput out of GrProcessor and into its own class. | egdaniel | 2014-11-12 |
* | Auto-compare GrProcessors' texture accesses in isEqual(). | bsalomon | 2014-10-16 |
* | Push isEqual/onIsEqual down from GrProcessor to subclasses. | bsalomon | 2014-10-15 |
* | Create helper functions to use in computeInvariantOutput calls | egdaniel | 2014-10-13 |
* | FPs now use the correct builder types(just a rename) | joshualitt | 2014-10-09 |
* | Add isSingleComponent bool to getConstantColorComponent | egdaniel | 2014-10-03 |
* | Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #... | robertphillips | 2014-10-02 |