1. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  2. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  3. b9c9597 Use rounding to 8888 in lighting filters, raster path. by senorblanco@chromium.org · 10 years ago
  4. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  5. 2908917 Revert "Implement support for expanding crop rects in image filters" by senorblanco@chromium.org · 10 years ago
  6. 0ef0501 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  7. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  8. 1037d92 Added Z scale when X and Y scale to spot lights and point lights by commit-bot@chromium.org · 10 years ago
  9. e24ad23 use SkColorType instead of SkBitmap::Config in views/effects by commit-bot@chromium.org · 10 years ago
  10. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  11. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  12. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  13. 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
  14. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  15. cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 11 years ago
  16. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  17. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  18. d3baf20 Added support for Chrome's gpu command buffer extension BindUniformLocation. by commit-bot@chromium.org · 11 years ago
  19. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  20. a8aef8b Lighting filter uses input on raster path by commit-bot@chromium.org · 11 years ago
  21. 7938bae Implement crop rect support for SkMatrixConvolutionImageFilter. by senorblanco@chromium.org · 11 years ago
  22. 1aa6872 Make SkImageFilter::asNewEffect() (and all derived-class overrides) protected. by senorblanco@chromium.org · 11 years ago
  23. 790c3f4 Remove need for readFlattenableT from SkLightingImageFilter. by commit-bot@chromium.org · 11 years ago
  24. b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
  25. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  26. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  27. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  28. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  29. 4b681bc Fixed issues found by fuzzer by commit-bot@chromium.org · 11 years ago
  30. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  31. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  32. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  33. 7ab7ca4 Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name. by commit-bot@chromium.org · 11 years ago
  34. 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
  35. 7425c12 Refactor GrGLUniformManager::UniformHandle to initialize itself by default by commit-bot@chromium.org · 11 years ago
  36. 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
  37. 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
  38. 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
  39. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  40. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  41. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  42. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  43. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 11 years ago
  44. 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 12 years ago
  45. 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 · 12 years ago
  46. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 12 years ago
  47. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  48. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  49. a1ebbe4 Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr->GrEffectRef renaming. by bsalomon@google.com · 12 years ago
  50. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  51. 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
  52. dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 12 years ago
  53. 17fc651 Make all remaining effects use GrGLEffectMatrix by bsalomon@google.com · 12 years ago
  54. e862d16 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  55. 4b2e1c8 Rebase gpu_dev up to r5182 by bsalomon@google.com · 12 years ago
  56. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  57. 7b734e0 Fix alpha computation for specular lighting filter (GPU path). by senorblanco@chromium.org · 12 years ago
  58. ae5ef11 Make lighting filters directly inherit from GrGLEffect. by bsalomon@google.com · 12 years ago
  59. 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 12 years ago
  60. 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 12 years ago
  61. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 12 years ago
  62. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  63. 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  64. aa60093 GrGLProgramStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  65. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 12 years ago
  66. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  67. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
  68. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  69. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  70. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  71. 374e759 Combine the emit functions in GrGLProgramStage. by bsalomon@google.com · 12 years ago
  72. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 12 years ago
  73. 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
  74. 159d42b Remove two params from GrGLProgramStage::setData that are no longer necessary. by bsalomon@google.com · 12 years ago
  75. 4fe9b1b Automatically handle converting gl_FragCoord to Skia's y-down device coords. by bsalomon@google.com · 12 years ago
  76. 254eae2 Change SkLightingImageFilter to derive from SkSingleInputImageFilter, so that it can participate in filter DAGs. by senorblanco@chromium.org · 12 years ago
  77. f06df1b Introduce GrGLShaderBuilder::TextureSampler by bsalomon@google.com · 12 years ago
  78. 868a8e7 Recommit r5350 with fix for image failures (which affected GLs that don't support ARB_texture_swizzle). by bsalomon@google.com · 12 years ago
  79. a3d707b Revert 5350 while image changes are diagnosed. by bsalomon@google.com · 12 years ago
  80. b41b2bc Remove fModulate from GrGLShaderBuilder by bsalomon@google.com · 12 years ago
  81. 34bcb9f Some GrGLShaderBuilder cleanup by bsalomon@google.com · 12 years ago
  82. 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
  83. a1bf0ff by bsalomon@google.com · 12 years ago
  84. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  85. a5e65ec by twiz@google.com · 12 years ago
  86. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  87. 777c3aa Remove uniform names from top of GrGLProgram.cpp, builder responsible for "u" and stage num tags. by bsalomon@google.com · 12 years ago
  88. b9119a6 Fix static assert on non-windows compilers(?) by bsalomon@google.com · 12 years ago
  89. dbbc4e2 Add GL uniform manager Review URL: http://codereview.appspot.com/6423066/ by bsalomon@google.com · 12 years ago
  90. 0567f22 Add SkScalarPow. by bungeman@google.com · 12 years ago
  91. 300f562 SkNEW instead of new for lighting effects. by tomhudson@google.com · 12 years ago
  92. 187c15c Fix bad allocator access in r4616 by bsalomon@google.com · 12 years ago
  93. 032b221 Remove uniform var pointers from custom effects by bsalomon@google.com · 12 years ago
  94. f4770d7 There were three different problems with lighting filters: by senorblanco@chromium.org · 12 years ago
  95. d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 12 years ago
  96. eb31184 Fix lighting filters on Windows, and re-enable the GPU path. by senorblanco@chromium.org · 12 years ago
  97. a2fdb33 Disable GPU path for lighting filters, due to Windows weirdness. Unreviewed. by senorblanco@chromium.org · 12 years ago
  98. 0ec1eab Mac GLSL fixes; unreviewed. by senorblanco@chromium.org · 12 years ago
  99. 6730cbb More build fixes; unreviewed. by senorblanco@chromium.org · 12 years ago
  100. bd9fad6 Mac build fix; unreviewed. by senorblanco@chromium.org · 12 years ago