1. f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 12 years ago
  2. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  3. f78df33 Make GrGLGradientEffect derive directly from GrGLEffect. by bsalomon@google.com · 12 years ago
  4. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  5. 0707c29 GrGLGradientStage->GrGLGradientEffect by bsalomon@google.com · 12 years ago
  6. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 12 years ago
  7. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  8. 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  9. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  10. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
  11. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  12. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  13. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  14. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 12 years ago
  15. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 12 years ago
  16. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 12 years ago
  17. 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 12 years ago
  18. f06df1b Introduce GrGLShaderBuilder::TextureSampler by bsalomon@google.com · 12 years ago
  19. 868a8e7 Recommit r5350 with fix for image failures (which affected GLs that don't support ARB_texture_swizzle). by bsalomon@google.com · 12 years ago
  20. a3d707b Revert 5350 while image changes are diagnosed. by bsalomon@google.com · 12 years ago
  21. b41b2bc Remove fModulate from GrGLShaderBuilder by bsalomon@google.com · 12 years ago
  22. 34bcb9f Some GrGLShaderBuilder cleanup by bsalomon@google.com · 12 years ago
  23. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  24. d472620 Registry-based unit test for custom effects by bsalomon@google.com · 12 years ago
  25. a5e65ec by twiz@google.com · 12 years ago
  26. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  27. 98e8b6d Remove old constructors from GrGradientEffect subclasses, and moved their declarations into source files. by rileya@google.com · 12 years ago
  28. 1c6d64b Renamed and made public SkGradientShaderBases's 'commonAsAGradient' to 'getGradientTableBitmap', and use that instead of asABitmap in gradient custom stage setup. by rileya@google.com · 12 years ago
  29. d7cc651 Move GPU gradients into src/effects/gradients. by rileya@google.com · 12 years ago
  30. 589708b Split SkGradientShader into separate files for each gradient subclass. by rileya@google.com · 12 years ago