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