1. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  2. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  3. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  4. c7d624e check texture is not NULL to aovid segmentation fault. If the texture created by GrLockAndRefCachedBitmapTexture() is NULL, ColorTableEffect::Create will cause segmentation fault by GrAssert in src/gpu/GrTextureAccess.cpp. The simple patch checked texture to avoid segment fault, and returned a NULL effect to the caller. The caller will handle NULL effect, for example, it will set default effect. by commit-bot@chromium.org · 11 years ago
  5. 1202c2a Add printing of SkColorFilter-derived classes to debugger by robertphillips@google.com · 11 years ago
  6. b8eb2e8 Make GrGLShaderBuilder::TextureSampler extract only required info from GrTextureAccess. by bsalomon@google.com · 11 years ago
  7. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  8. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  9. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  10. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  11. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 11 years ago
  12. 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 11 years ago
  13. 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 11 years ago
  14. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 11 years ago
  15. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 11 years ago
  16. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 11 years ago
  17. a1ebbe4 Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. by bsalomon@google.com · 11 years ago
  18. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 11 years ago
  19. 61be794 Fix typo bug caught by mac warn-as-error (= should have been &=). by bsalomon@google.com · 11 years ago
  20. 371e105 Add GrEffect::updateKnownColorComponents(). It is used to determine whether the output of an effect has a constant output value for r,g,b, or a. by bsalomon@google.com · 11 years ago
  21. 50db75c Make GrEffect::textureAccess non-virtual. Require subclasses to append their GrTAs. by bsalomon@google.com · 11 years ago
  22. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  23. bada644 Make all colorfilter methods const, in preparation for declaring them by reed@google.com · 12 years ago
  24. dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 12 years ago
  25. b4a55b7 Make morphology, convolution, and table color filter opt out of default texture matrices. by bsalomon@google.com · 12 years ago
  26. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  27. 22a800a Make a bunch of GrGLEffects derive directly from GrGLEffect rather than GrGLLegacyEffect. by bsalomon@google.com · 12 years ago
  28. 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 12 years ago
  29. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 12 years ago
  30. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  31. 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  32. aa60093 GrGLProgramStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  33. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 12 years ago
  34. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  35. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
  36. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  37. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  38. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  39. 374e759 Combine the emit functions in GrGLProgramStage. by bsalomon@google.com · 12 years ago
  40. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 12 years ago
  41. 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
  42. 159d42b Remove two params from GrGLProgramStage::setData that are no longer necessary. by bsalomon@google.com · 12 years ago
  43. b2ad101 Make table color filter use asNewCustomStage. by bsalomon@google.com · 12 years ago
  44. 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
  45. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  46. 02f65f2 move SkFilterShader into private header by reed@google.com · 12 years ago
  47. 1bb4be2 Fix TableColorFilter memory leak. by tomhudson@google.com · 12 years ago
  48. 060ef18 Replace new with SkNEW in more effects classes. by tomhudson@google.com · 12 years ago
  49. 5807116 This CL implements the Ganesh path for the SkTable_ColorFilter color transformation. by twiz@google.com · 12 years ago
  50. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  51. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  52. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  53. f23f5f7 override asComponentTable() by mike@reedtribe.org · 13 years ago
  54. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  55. a69b48c Add SkTableColorFilter, as a foundation for several SVG filters by mike@reedtribe.org · 13 years ago