1. 848faf0 This moves us towards variable length effect keys. The overall program key now allows for it. After the header it stores an array of offsets to effect keys. This allows us to grab the effect keys to pass to effects when they generate code. It also ensures that we can't get a collision by sets of keys that are different lengths but are the same when appended together. by bsalomon · 10 years ago
  2. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  3. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 10 years ago
  4. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  5. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  6. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  7. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  8. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  9. 9ebcac5 add installPixels by reed@google.com · 10 years ago
  10. ef74fa1 Fixed more fuzzer issues by commit-bot@chromium.org · 11 years ago
  11. 0251288 Adding size parameter to read array functions by commit-bot@chromium.org · 11 years ago
  12. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  13. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  14. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  15. 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
  16. 1202c2a Add printing of SkColorFilter-derived classes to debugger by robertphillips@google.com · 11 years ago
  17. b8eb2e8 Make GrGLShaderBuilder::TextureSampler extract only required info from GrTextureAccess. by bsalomon@google.com · 11 years ago
  18. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  19. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  20. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  21. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  22. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 11 years ago
  23. 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 11 years ago
  24. 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 11 years ago
  25. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 12 years ago
  26. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  27. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  28. a1ebbe4 Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. by bsalomon@google.com · 12 years ago
  29. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  30. 61be794 Fix typo bug caught by mac warn-as-error (= should have been &=). by bsalomon@google.com · 12 years ago
  31. 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 · 12 years ago
  32. 50db75c Make GrEffect::textureAccess non-virtual. Require subclasses to append their GrTAs. by bsalomon@google.com · 12 years ago
  33. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  34. bada644 Make all colorfilter methods const, in preparation for declaring them by reed@google.com · 12 years ago
  35. dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 12 years ago
  36. b4a55b7 Make morphology, convolution, and table color filter opt out of default texture matrices. by bsalomon@google.com · 12 years ago
  37. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  38. 22a800a Make a bunch of GrGLEffects derive directly from GrGLEffect rather than GrGLLegacyEffect. by bsalomon@google.com · 12 years ago
  39. 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 12 years ago
  40. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 12 years ago
  41. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  42. 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  43. aa60093 GrGLProgramStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  44. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 12 years ago
  45. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  46. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
  47. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  48. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  49. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  50. 374e759 Combine the emit functions in GrGLProgramStage. by bsalomon@google.com · 12 years ago
  51. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 12 years ago
  52. 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
  53. 159d42b Remove two params from GrGLProgramStage::setData that are no longer necessary. by bsalomon@google.com · 12 years ago
  54. b2ad101 Make table color filter use asNewCustomStage. by bsalomon@google.com · 12 years ago
  55. 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
  56. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  57. 02f65f2 move SkFilterShader into private header by reed@google.com · 12 years ago
  58. 1bb4be2 Fix TableColorFilter memory leak. by tomhudson@google.com · 12 years ago
  59. 060ef18 Replace new with SkNEW in more effects classes. by tomhudson@google.com · 12 years ago
  60. 5807116 This CL implements the Ganesh path for the SkTable_ColorFilter color transformation. by twiz@google.com · 12 years ago
  61. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  62. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  63. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  64. f23f5f7 override asComponentTable() by mike@reedtribe.org · 13 years ago
  65. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  66. a69b48c Add SkTableColorFilter, as a foundation for several SVG filters by mike@reedtribe.org · 13 years ago