1. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  2. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  3. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  4. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  5. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
  6. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
  7. 175fe75 Upstreaming changes from gpu_dev to trunk. by bsalomon@google.com · 12 years ago
  8. a21ad18 Remove unnecessary mul and assignment in gradient shaders. by bsalomon@google.com · 12 years ago
  9. f78df33 Make GrGLGradientEffect derive directly from GrGLEffect. by bsalomon@google.com · 12 years ago
  10. 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 12 years ago
  11. 0707c29 GrGLGradientStage->GrGLGradientEffect by bsalomon@google.com · 12 years ago
  12. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  13. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  14. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  15. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 12 years ago
  16. d335364 Revert r6330 thru 6333 while we figure out what to do about Intel bots (possible driver bug). by bsalomon@google.com · 12 years ago
  17. 159d42b Remove two params from GrGLProgramStage::setData that are no longer necessary. by bsalomon@google.com · 12 years ago
  18. e6e62d1 Make numTextures() be non-virtual on GrCustomStage. by bsalomon@google.com · 12 years ago
  19. 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 12 years ago
  20. 6d003d1 Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConfigFlags by bsalomon@google.com · 12 years ago
  21. f06df1b Introduce GrGLShaderBuilder::TextureSampler by bsalomon@google.com · 12 years ago
  22. 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
  23. a3d707b Revert 5350 while image changes are diagnosed. by bsalomon@google.com · 12 years ago
  24. b41b2bc Remove fModulate from GrGLShaderBuilder by bsalomon@google.com · 12 years ago
  25. 34bcb9f Some GrGLShaderBuilder cleanup by bsalomon@google.com · 12 years ago
  26. 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
  27. b3e50f2 Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
  28. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 12 years ago
  29. 9a92714 Revert GrTextureStripAtlas change due to performance concerns. by rileya@google.com · 12 years ago
  30. 9766ecd Fix for GPU-less Linux build: move #include GrTextureStripAtlas into SK_SUPPORT_GPU ifdefs. Unreviewed. by rileya@google.com · 12 years ago
  31. 50b2bcf Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
  32. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  33. d472620 Registry-based unit test for custom effects by bsalomon@google.com · 12 years ago
  34. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  35. 98e8b6d Remove old constructors from GrGradientEffect subclasses, and moved their declarations into source files. by rileya@google.com · 12 years ago
  36. 1ee7c6a Modified GrGpuGL_unittest to no longer use the old constructors to create gradients, also added TwoPointConical to the tests. by rileya@google.com · 12 years ago
  37. 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
  38. d7cc651 Move GPU gradients into src/effects/gradients. by rileya@google.com · 12 years ago
  39. 589708b Split SkGradientShader into separate files for each gradient subclass. by rileya@google.com · 12 years ago