1. 63e99f7 Allow GrGLEffects to produce variable length keys. by bsalomon · 10 years ago
  2. 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
  3. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  4. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  5. 55fad7a Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. by bsalomon · 10 years ago
  6. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  7. 56d135c Adding kernel offset validation by sugoi · 10 years ago
  8. c77392e use colortype instead of config by reed · 10 years ago
  9. 8c7372b Fix for SkMatrixConvolutionImageFilter with large borders. by senorblanco@chromium.org · 10 years ago
  10. 9195743 Add a fix for a spurious assert in SkMatrixConvolutionImageFilter. by senorblanco@chromium.org · 10 years ago
  11. 0a5c233 Implement bounds traversals for tile and matrix convolution filters. by senorblanco@chromium.org · 10 years ago
  12. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  13. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  14. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  15. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  16. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  17. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  18. 2908917 Revert "Implement support for expanding crop rects in image filters" by senorblanco@chromium.org · 10 years ago
  19. 0ef0501 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  20. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  21. 84cd099 Clean up SkImageFilter. by commit-bot@chromium.org · 10 years ago
  22. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  23. e24ad23 use SkColorType instead of SkBitmap::Config in views/effects by commit-bot@chromium.org · 10 years ago
  24. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  25. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  26. 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
  27. cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 11 years ago
  28. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  29. d3baf20 Added support for Chrome's gpu command buffer extension BindUniformLocation. by commit-bot@chromium.org · 11 years ago
  30. 0251288 Adding size parameter to read array functions by commit-bot@chromium.org · 11 years ago
  31. d594dbe Follow up to serialization validation code by commit-bot@chromium.org · 11 years ago
  32. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  33. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  34. 2a4223c Fix for cropped matrix convolution for BottomLeft render targets. by senorblanco@chromium.org · 11 years ago
  35. 7938bae Implement crop rect support for SkMatrixConvolutionImageFilter. by senorblanco@chromium.org · 11 years ago
  36. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  37. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  38. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  39. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  40. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  41. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  42. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  43. 7ab7ca4 Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name. by commit-bot@chromium.org · 11 years ago
  44. fbaea53 In image filters, apply the CTM and offset to the crop rect. This is necessary to compensate for both clipping applied by the compositor (communicated via the CTM) and for cropping applied in upstream image filters (communicated via the offset). This requires a few ugly conversions, since the crop rect is an SkIRect, and the ctm is an SkMatrix. by senorblanco@chromium.org · 11 years ago
  45. 7425c12 Refactor GrGLUniformManager::UniformHandle to initialize itself by default by commit-bot@chromium.org · 11 years ago
  46. 96ae688 effects: Replaces uses of GrAssert with SkASSERT. by commit-bot@chromium.org · 11 years ago
  47. 4e16bb2 Implement crop rect for lighting image filters. Changes for the CPU path were fairly straightforward: use the bounds rectangle when traversing the pixels, not the source rectangle. by senorblanco@chromium.org · 11 years ago
  48. 6840076 Remove SkImageFilter::getInputResult(), since its return value is not by senorblanco@chromium.org · 11 years ago
  49. f0656c1 Reverting r9245 due to Chrome breakage by robertphillips@google.com · 11 years ago
  50. be1d02e Remove SkImageFilter::getInputResult(), since its return value is not by senorblanco@chromium.org · 11 years ago
  51. d043cce Allow single-pass filters (which use asNewEffect()) to participate in the image filter DAG. This was done by introducing the SkSinglePassImageFilter abstract base class, which implements canFilterImageGPU() and filterImageGPU() on behalf of the derived class. The derived class still only needs to asNewEffect(). This allows us to recurse on the filter input in SkSinglePassImageFilter::onFilterImageGPU(). It also allows us to remove any knowledge of single-pass image filters from SkGpuDevice and from the SkImageFilter base class as well. by senorblanco@chromium.org · 11 years ago
  52. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  53. 35300c4 Fix minor valgrind-found memory leaks by robertphillips@google.com · 11 years ago
  54. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  55. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  56. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  57. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 11 years ago
  58. 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 11 years ago
  59. 377c14a Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into SkImageFilterUtils in https://code.google.com/p/skia/source/detail?r=7467, so it has outlived its usefulness. by senorblanco@chromium.org · 11 years ago
  60. ef5dbe1 Add an origin flag for backend (external) textures. Some textures in WebKit have a topdown orientation, and skia needs to be notified of this, so that they are not drawn upside-down. by senorblanco@chromium.org · 11 years ago
  61. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 12 years ago
  62. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  63. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  64. a1ebbe4 Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. by bsalomon@google.com · 12 years ago
  65. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  66. 027c102 Fix a problem in the matrix convolution image filter exposed by https://code.google.com/p/skia/source/detail?r=7152: when offsetting texture coordinates in a GrEffect, take the origin of the source bitmap origin into account, and flip Y coordinates when we need to. by senorblanco@chromium.org · 12 years ago
  67. 0263fcd Implement getConstantColorComponents() for matrix convolution. by bsalomon@google.com · 12 years ago
  68. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  69. 528952b Clean up some Windows compiler warnings. by senorblanco@chromium.org · 12 years ago
  70. dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 12 years ago
  71. 4187a2f Attempt to patch Chrome compiler failures by robertphillips@google.com · 12 years ago
  72. 17fc651 Make all remaining effects use GrGLEffectMatrix by bsalomon@google.com · 12 years ago
  73. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  74. 22a800a Make a bunch of GrGLEffects derive directly from GrGLEffect rather than GrGLLegacyEffect. by bsalomon@google.com · 12 years ago
  75. 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 12 years ago
  76. 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 12 years ago
  77. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 12 years ago
  78. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  79. 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  80. aa60093 GrGLProgramStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  81. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 12 years ago
  82. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  83. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
  84. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  85. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  86. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  87. 374e759 Combine the emit functions in GrGLProgramStage. by bsalomon@google.com · 12 years ago
  88. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 12 years ago
  89. 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
  90. 159d42b Remove two params from GrGLProgramStage::setData that are no longer necessary. by bsalomon@google.com · 12 years ago
  91. dda28c9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  92. 9f7827f Build fix: work around what appears to be an Intel GLSL driver bug. Unreviewed. by senorblanco@chromium.org · 12 years ago
  93. 3bc16c8 Implement GPU path for matrix convolution. Note that when not convolving alpha, by senorblanco@chromium.org · 12 years ago
  94. 8640d50 This patch adds support for optional processing of the alpha channel in by senorblanco@chromium.org · 12 years ago
  95. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  96. cc9471c Fix premul alpha problems w/matrix convolution filter, and re-enable the bench. by senorblanco@chromium.org · 12 years ago
  97. b4ca9df Yet another speculative Android fix. Unreviewed. by senorblanco@chromium.org · 12 years ago
  98. bc55a3c Speculative fix for Android GMs. Unreviewed. by senorblanco@chromium.org · 12 years ago
  99. 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 12 years ago