| Commit message (Expand) | Author | Age |
* | Clean up GrResourceProvider usage | Robert Phillips | 2017-06-15 |
* | Retract GrTexture.h a bit | Robert Phillips | 2017-06-09 |
* | Move the ability to access textures, buffers, and image storages out from GrP... | Brian Salomon | 2017-04-04 |
* | Retract GrContext from src/gpu/effects | Robert Phillips | 2017-03-15 |
* | Refactor GrColorSpaceXformHelper | Brian Osman | 2017-03-08 |
* | Remove GrFragmentProcessor::computeInvariantOutput | Brian Salomon | 2017-02-13 |
* | make GR_TEST_UTILS=0 work | Hal Canary | 2017-02-02 |
* | Push GrTextureProxy down to more effects | Robert Phillips | 2017-01-30 |
* | Merge GrGLSLCaps into GrShaderCaps | Brian Salomon | 2016-11-29 |
* | Rename GrTextureParams to GrSamplerParams | Brian Salomon | 2016-11-17 |
* | Remove option to make GrCoordTransforms apply to device positions. | Brian Salomon | 2016-10-03 |
* | Start supplying random color space xforms to FP tests | Brian Osman | 2016-10-03 |
* | Remove unneeded GrGLSLTransformedCoordsArray type | bsalomon | 2016-09-12 |
* | Two changes: | brianosman | 2016-09-12 |
* | Add color gamut xform helpers to GrGLSLShaderBuilder | brianosman | 2016-09-07 |
* | Introduce GrColorSpaceXform, for gamut conversion on textures | brianosman | 2016-07-18 |
* | sk_sp for Ganesh. | bungeman | 2016-06-09 |
* | Rename EmitArgs::fSamplers to fTexSamplers | cdalton | 2016-04-11 |
* | Add more specialized fragment builders | cdalton | 2016-02-18 |
* | Next round of GrGLSLFragmentProcessor-derived class cleanup | robertphillips | 2016-02-04 |
* | Clean up GrGLSLFragmentProcessor-derived classes | robertphillips | 2016-02-03 |
* | Create GLSLUniformHandler class for gpu backend | egdaniel | 2015-12-03 |
* | 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 |
* | 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 |
* | 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 |
* | More threading of GrProcessorDataManager | joshualitt | 2015-07-09 |
* | fix up test create functions | joshualitt | 2015-07-08 |
* | Move GLSL-specific routines/classes to separate glsl directory | jvanverth | 2015-06-24 |
* | 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 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Remove GrCoordTransform::kPosition_CoordSet | bsalomon | 2014-12-18 |
* | Remove backend factories | joshualitt | 2014-12-04 |
* | remove proc key | joshualitt | 2014-11-25 |
* | Move GrInvariantOutput out of GrProcessor and into its own class. | egdaniel | 2014-11-12 |
* | 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 |