1. 6d003d1 Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConfigFlags by bsalomon@google.com · 13 years ago
  2. f06df1b Introduce GrGLShaderBuilder::TextureSampler by bsalomon@google.com · 13 years ago
  3. 868a8e7 Recommit r5350 with fix for image failures (which affected GLs that don't support ARB_texture_swizzle). by bsalomon@google.com · 13 years ago
  4. a3d707b Revert 5350 while image changes are diagnosed. by bsalomon@google.com · 13 years ago
  5. b41b2bc Remove fModulate from GrGLShaderBuilder by bsalomon@google.com · 13 years ago
  6. 34bcb9f Some GrGLShaderBuilder cleanup by bsalomon@google.com · 13 years ago
  7. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  8. b3e50f2 Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 13 years ago
  9. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 13 years ago
  10. 9a92714 Revert GrTextureStripAtlas change due to performance concerns. by rileya@google.com · 13 years ago
  11. 9766ecd Fix for GPU-less Linux build: move #include GrTextureStripAtlas into SK_SUPPORT_GPU ifdefs. Unreviewed. by rileya@google.com · 13 years ago
  12. 50b2bcf Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 13 years ago
  13. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 13 years ago
  14. d472620 Registry-based unit test for custom effects by bsalomon@google.com · 13 years ago
  15. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 13 years ago
  16. 98e8b6d Remove old constructors from GrGradientEffect subclasses, and moved their declarations into source files. by rileya@google.com · 13 years ago
  17. 1ee7c6a Modified GrGpuGL_unittest to no longer use the old constructors to create gradients, also added TwoPointConical to the tests. by rileya@google.com · 13 years ago
  18. 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 · 13 years ago
  19. d7cc651 Move GPU gradients into src/effects/gradients. by rileya@google.com · 13 years ago
  20. 589708b Split SkGradientShader into separate files for each gradient subclass. by rileya@google.com · 13 years ago