1. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  2. 9f876a3 Use threshold of 1 texture coord value per pixel w/ nearest neighbor. by bsalomon · 10 years ago
  3. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  4. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  5. eb2a676 Remove backend factories by joshualitt · 10 years ago
  6. c016fb8 Use static XPF for porter duff xp factories. by egdaniel · 10 years ago
  7. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
  8. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  9. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  10. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  11. 267ce48 remove proc key by joshualitt · 10 years ago
  12. ace7f42 Preventing division by 0 in non-separable blend mode shaders. by rosca · 10 years ago
  13. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  14. 420d7e9 Auto-compare GrProcessors' texture accesses in isEqual(). by bsalomon · 10 years ago
  15. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  16. 6251d17 Split GrFragmentProcessor into its own header by bsalomon · 10 years ago
  17. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  18. 148ec59 Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope. by mtklein · 10 years ago
  19. ccb2e38 Create helper functions to use in computeInvariantOutput calls by egdaniel · 10 years ago
  20. 1598899 FPs now use the correct builder types(just a rename) by joshualitt · 10 years ago
  21. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  22. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago
  23. 3b8af07 Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  24. 0f7197b Fix SkXfermode deserialization. by senorblanco · 10 years ago
  25. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  26. 23e280d Changes to remove program effects builder by joshualitt · 10 years ago
  27. 49586be removing GrDrawEffect by joshualitt · 10 years ago
  28. 08da4f2 Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/) by joshualitt · 10 years ago
  29. 8ddbe8b removing GrDrawEffect by joshualitt · 10 years ago
  30. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  31. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  32. 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
  33. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
  34. 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
  35. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  36. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 10 years ago
  37. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  38. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  39. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  40. f99f884 Remove use of GrEffectRef from draw state and below. by bsalomon · 10 years ago
  41. 97de357 SkLazyPtr, mk. 2 by commit-bot@chromium.org · 10 years ago
  42. 2e74f9d remove code behind SK_SUPPORT_LEGACY_PROCXFERMODE by reed@google.com · 10 years ago
  43. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  44. 60bd751 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  45. cc277b7 Orphan ProcXfermode, with an eye towards removing it by commit-bot@chromium.org · 10 years ago
  46. e424c1d So apparently Chrome has an x86 iOS build... by commit-bot@chromium.org · 10 years ago
  47. 4460e75 Define SK_CPU_X86 on x86 machines. by commit-bot@chromium.org · 10 years ago
  48. c524e98 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  49. 372a9c3 Fix EffectKey for XferEffect by commit-bot@chromium.org · 10 years ago
  50. 77815fd Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  51. c311873 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  52. 079d298 Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  53. 25f7455 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  54. 140950c SkOnce for SkXfermode::Create(Mode) by commit-bot@chromium.org · 10 years ago
  55. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 11 years ago
  56. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 11 years ago
  57. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  58. b85ebea Preventing division by 0 by commit-bot@chromium.org · 11 years ago
  59. d611864 ARM Skia NEON patches - 32 - Xfermode: 1-pixel NEON modeprocs by commit-bot@chromium.org · 11 years ago
  60. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  61. f61ebc0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  62. 52314f8 move SkProcCoeffXfermode unflatten constructor into .cpp, and range-check its mode by reed@google.com · 11 years ago
  63. ccecbbb Always create an instance when testing GrEffects for SkXfermode and SkArithmeticMode by commit-bot@chromium.org · 11 years ago
  64. 1a6382f Split up SkXfermode::asNewEffectOrCoeff() into asNewEffect(), asCoeff(). by senorblanco@chromium.org · 11 years ago
  65. fbcd415 Remove GrContext from SkXfermode::[Aa]sNewEffectOrCoeff() and all subclasses, by senorblanco@chromium.org · 11 years ago
  66. cd7992b ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  67. dfe0f43 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
  68. b4c29c5 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  69. f8dd384 Reverting r11777 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs) due to Chromium compilation failure by robertphillips@google.com · 11 years ago
  70. baa1558 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  71. 824c346 Express (GLSL expression, possibly known value) pairs as a class by commit-bot@chromium.org · 11 years ago
  72. df187c7 ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago
  73. 6f980c6 Revert "ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs" by djsollen@google.com · 11 years ago
  74. 84cc1eb ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago
  75. d532172 Make skia almost compile again with clang. by commit-bot@chromium.org · 11 years ago
  76. 8649057 commit to xfermode objects being immutable by commit-bot@chromium.org · 11 years ago
  77. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  78. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  79. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  80. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  81. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  82. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  83. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  84. 7ab7ca4 Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name. by commit-bot@chromium.org · 11 years ago
  85. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  86. e38e53b ARM Skia NEON patches - 07 - Equation simplification by commit-bot@chromium.org · 11 years ago
  87. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  88. 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
  89. 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
  90. a0d9138 Stop using mix() to implement hard-light in shader. by commit-bot@chromium.org · 11 years ago
  91. c718b35 Remove inout params from saturation helper func in XferEffect. by commit-bot@chromium.org · 11 years ago
  92. dd72fde Remove redundant setting of alpha in hard-light GPU shader. by commit-bot@chromium.org · 11 years ago
  93. 2cf444f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  94. bb6b5ba Temporarily disable HardLight effect in unit tests. by jvanverth@google.com · 11 years ago
  95. 18c41ac Some fixes for saturation computation XferEffect. by commit-bot@chromium.org · 11 years ago
  96. 77cf460 Add non-separable xfer modes to GPU backend. by bsalomon@google.com · 11 years ago
  97. 64b682c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  98. 6856779 Final round of .0s by bsalomon@google.com · 11 years ago
  99. 07fa3ab More .0s by bsalomon@google.com · 11 years ago
  100. 58eb1af Add ".0" to 1 constants in xfermodes GLSL code. by bsalomon@google.com · 11 years ago