1. 0f7197b Fix SkXfermode deserialization. by senorblanco · 10 years ago
  2. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  3. 23e280d Changes to remove program effects builder by joshualitt · 10 years ago
  4. 49586be removing GrDrawEffect by joshualitt · 10 years ago
  5. 08da4f2 Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/) by joshualitt · 10 years ago
  6. 8ddbe8b removing GrDrawEffect by joshualitt · 10 years ago
  7. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  8. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  9. 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
  10. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
  11. 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
  12. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  13. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 10 years ago
  14. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  15. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  16. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  17. f99f884 Remove use of GrEffectRef from draw state and below. by bsalomon · 10 years ago
  18. 97de357 SkLazyPtr, mk. 2 by commit-bot@chromium.org · 10 years ago
  19. 2e74f9d remove code behind SK_SUPPORT_LEGACY_PROCXFERMODE by reed@google.com · 10 years ago
  20. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  21. 60bd751 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  22. cc277b7 Orphan ProcXfermode, with an eye towards removing it by commit-bot@chromium.org · 10 years ago
  23. e424c1d So apparently Chrome has an x86 iOS build... by commit-bot@chromium.org · 10 years ago
  24. 4460e75 Define SK_CPU_X86 on x86 machines. by commit-bot@chromium.org · 10 years ago
  25. c524e98 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  26. 372a9c3 Fix EffectKey for XferEffect by commit-bot@chromium.org · 10 years ago
  27. 77815fd Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  28. c311873 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  29. 079d298 Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  30. 25f7455 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  31. 140950c SkOnce for SkXfermode::Create(Mode) by commit-bot@chromium.org · 10 years ago
  32. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  33. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 11 years ago
  34. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  35. b85ebea Preventing division by 0 by commit-bot@chromium.org · 11 years ago
  36. d611864 ARM Skia NEON patches - 32 - Xfermode: 1-pixel NEON modeprocs by commit-bot@chromium.org · 11 years ago
  37. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  38. f61ebc0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  39. 52314f8 move SkProcCoeffXfermode unflatten constructor into .cpp, and range-check its mode by reed@google.com · 11 years ago
  40. ccecbbb Always create an instance when testing GrEffects for SkXfermode and SkArithmeticMode by commit-bot@chromium.org · 11 years ago
  41. 1a6382f Split up SkXfermode::asNewEffectOrCoeff() into asNewEffect(), asCoeff(). by senorblanco@chromium.org · 11 years ago
  42. fbcd415 Remove GrContext from SkXfermode::[Aa]sNewEffectOrCoeff() and all subclasses, by senorblanco@chromium.org · 11 years ago
  43. cd7992b ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  44. dfe0f43e Reverting r11813 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs - https://codereview.chromium.org/26627004) due to Chromium compilation faliures. by robertphillips@google.com · 11 years ago
  45. b4c29c5 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  46. f8dd384 Reverting r11777 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs) due to Chromium compilation failure by robertphillips@google.com · 11 years ago
  47. baa1558 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  48. 824c346 Express (GLSL expression, possibly known value) pairs as a class by commit-bot@chromium.org · 11 years ago
  49. df187c7 ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago
  50. 6f980c6 Revert "ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs" by djsollen@google.com · 11 years ago
  51. 84cc1eb ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago
  52. d532172 Make skia almost compile again with clang. by commit-bot@chromium.org · 11 years ago
  53. 8649057 commit to xfermode objects being immutable by commit-bot@chromium.org · 11 years ago
  54. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  55. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  56. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  57. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  58. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  59. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  60. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  61. 7ab7ca4 Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name. by commit-bot@chromium.org · 11 years ago
  62. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  63. e38e53b ARM Skia NEON patches - 07 - Equation simplification by commit-bot@chromium.org · 11 years ago
  64. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  65. 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 11 years ago
  66. 8d47ddc Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position by commit-bot@chromium.org · 11 years ago
  67. a0d9138 Stop using mix() to implement hard-light in shader. by commit-bot@chromium.org · 11 years ago
  68. c718b35 Remove inout params from saturation helper func in XferEffect. by commit-bot@chromium.org · 11 years ago
  69. dd72fde Remove redundant setting of alpha in hard-light GPU shader. by commit-bot@chromium.org · 11 years ago
  70. 2cf444f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  71. bb6b5ba Temporarily disable HardLight effect in unit tests. by jvanverth@google.com · 11 years ago
  72. 18c41ac Some fixes for saturation computation XferEffect. by commit-bot@chromium.org · 11 years ago
  73. 77cf460 Add non-separable xfer modes to GPU backend. by bsalomon@google.com · 11 years ago
  74. 64b682c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  75. 6856779 Final round of .0s by bsalomon@google.com · 11 years ago
  76. 07fa3ab More .0s by bsalomon@google.com · 11 years ago
  77. 58eb1af Add ".0" to 1 constants in xfermodes GLSL code. by bsalomon@google.com · 11 years ago
  78. 8da9bc7 Add all remaining separable xfer modes to GPU backend. by bsalomon@google.com · 11 years ago
  79. b0091b8 Add coeffecients for kScreen xfermode. by bsalomon@google.com · 11 years ago
  80. d7aaf60 Add Xfermode bench. Also clear before rendering in bench (rather than after). by commit-bot@chromium.org · 11 years ago
  81. b79d865 Fix GLPrograms test. Review URL: https://codereview.chromium.org/13327008 by bsalomon@google.com · 11 years ago
  82. 26e18b5 Add support for reading the dst pixel value in an effect. Use in a new effect for the kDarken xfer mode. by bsalomon@google.com · 11 years ago
  83. f51c013 Add interface to SkXfermode to return a GrEffect and blend coeffs. by bsalomon@google.com · 11 years ago
  84. 311d4ea This changes fixes issues with the non-separable blend modes. They were not producing the correct results if alpha was involved. by commit-bot@chromium.org · 11 years ago
  85. 3c1ea3a land https://chromiumcodereview.appspot.com/12440004/ by reed@google.com · 11 years ago
  86. 6433435 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  87. b24f893 Added support for non-separable blending modes. by commit-bot@chromium.org · 11 years ago
  88. 25cfa69 land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matching CSS spec by reed@google.com · 12 years ago
  89. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 12 years ago
  90. 98ded84 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  91. b83b6b4 Added toString to SkXfermode-derived classes (for debugger) by robertphillips@google.com · 12 years ago
  92. 30da745 Mark all methods on SkXfermode as const, in preparation for declaring all by reed@google.com · 12 years ago
  93. 4b163ed Privatization: by reed@google.com · 12 years ago
  94. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  95. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  96. 34342f6 export flags on the state of the world when a picture was serialized. by reed@google.com · 12 years ago
  97. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  98. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  99. 13e812c Interpolate vertical linear gradients for improved quality. by tomhudson@google.com · 13 years ago
  100. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago