1. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  2. dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 12 years ago
  3. 17fc651 Make all remaining effects use GrGLEffectMatrix by bsalomon@google.com · 12 years ago
  4. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  5. 47d7a88 Make GrGLConvolutionEffect, GrGLMorphologyEffect, and GrGLMagnifierEffect derive directly from GrGLEffect. by bsalomon@google.com · 12 years ago
  6. 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 12 years ago
  7. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  8. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 12 years ago
  9. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  10. 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  11. aa60093 GrGLProgramStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  12. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 12 years ago
  13. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  14. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
  15. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  16. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  17. 374e759 Combine the emit functions in GrGLProgramStage. by bsalomon@google.com · 12 years ago
  18. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 12 years ago
  19. 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
  20. 159d42b Remove two params from GrGLProgramStage::setData that are no longer necessary. by bsalomon@google.com · 12 years ago
  21. 9f25de7 This patch implements generalized DAG connectivity for SkImageFilter. SkImageFilter maintains a list of inputs, which can be constructed either from a SkImageFilter** or zero or more SkImageFilter* arguments (varargs). by senorblanco@chromium.org · 12 years ago
  22. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  23. f06df1b Introduce GrGLShaderBuilder::TextureSampler by bsalomon@google.com · 12 years ago
  24. 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
  25. a3d707b Revert 5350 while image changes are diagnosed. by bsalomon@google.com · 12 years ago
  26. b41b2bc Remove fModulate from GrGLShaderBuilder by bsalomon@google.com · 12 years ago
  27. 34bcb9f Some GrGLShaderBuilder cleanup by bsalomon@google.com · 12 years ago
  28. 5d8d186 Addressed Windows compiler complaints by robertphillips@google.com · 12 years ago
  29. 3f11353 Fix Windows build from r5056. by tomhudson@google.com · 12 years ago
  30. 0324570 Fix GPU-less build from r5056. by bsalomon@google.com · 12 years ago
  31. 82aa748 Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen magnifier. by bsalomon@google.com · 12 years ago