1. f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 13 years ago
  2. e862d16 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  3. 175fe75 Upstreaming changes from gpu_dev to trunk. by bsalomon@google.com · 13 years ago
  4. a21ad18 Remove unnecessary mul and assignment in gradient shaders. by bsalomon@google.com · 13 years ago
  5. 4b2e1c8 Rebase gpu_dev up to r5182 by bsalomon@google.com · 13 years ago
  6. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 13 years ago
  7. 7b734e0 Fix alpha computation for specular lighting filter (GPU path). by senorblanco@chromium.org · 13 years ago
  8. ae5ef11 Make lighting filters directly inherit from GrGLEffect. by bsalomon@google.com · 13 years ago
  9. 47d7a88 Make GrGLConvolutionEffect, GrGLMorphologyEffect, and GrGLMagnifierEffect derive directly from GrGLEffect. by bsalomon@google.com · 13 years ago
  10. f78df33 Make GrGLGradientEffect derive directly from GrGLEffect. by bsalomon@google.com · 13 years ago
  11. ee2ef02 Rebaseline gpu_dev from trunk at r6159. by bsalomon@google.com · 13 years ago
  12. cd9f559 Add a factory Create function for SkColorFilterImageFilter, and move the matrix optimization there. This will allow the Chrome compositor to extract the optimized matrix, and potentially apply the color matrix itself, saving a buffer allocation & draw. by senorblanco@chromium.org · 13 years ago
  13. 22a800a Make a bunch of GrGLEffects derive directly from GrGLEffect rather than GrGLLegacyEffect. by bsalomon@google.com · 13 years ago
  14. 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 13 years ago
  15. 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 13 years ago
  16. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 13 years ago
  17. 0707c29 GrGLGradientStage->GrGLGradientEffect by bsalomon@google.com · 13 years ago
  18. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 13 years ago
  19. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 13 years ago
  20. 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 13 years ago
  21. aa60093 GrGLProgramStage Renaming Part 2 by bsalomon@google.com · 13 years ago
  22. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 13 years ago
  23. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 13 years ago
  24. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 13 years ago
  25. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 13 years ago
  26. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 13 years ago
  27. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 13 years ago
  28. 985fa79 Protect filter_texture() against render target change. by senorblanco@chromium.org · 13 years ago
  29. 374e759 Combine the emit functions in GrGLProgramStage. by bsalomon@google.com · 13 years ago
  30. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 13 years ago
  31. d335364 Revert r6330 thru 6333 while we figure out what to do about Intel bots (possible driver bug). by bsalomon@google.com · 13 years ago
  32. 159d42b Remove two params from GrGLProgramStage::setData that are no longer necessary. by bsalomon@google.com · 13 years ago
  33. 4fe9b1b Automatically handle converting gl_FragCoord to Skia's y-down device coords. by bsalomon@google.com · 13 years ago
  34. c2e8cef Remove use of varargs in SkImageFilter. This is causing a crash in recent by senorblanco@chromium.org · 13 years ago
  35. 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  36. b2ad101 Make table color filter use asNewCustomStage. by bsalomon@google.com · 13 years ago
  37. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 13 years ago
  38. 20c301b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  39. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 13 years ago
  40. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 13 years ago
  41. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 13 years ago
  42. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  43. 8d21f6c When two or more color matrix image filters are connected together, and the non-leaf matrices do not require clamping, we can concatenate their matrices and apply them together. by senorblanco@chromium.org · 13 years ago
  44. 3cbaa2d Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments. by bsalomon@google.com · 13 years ago
  45. 9f25de7 This patch implements generalized DAG connectivity for SkImageFilter. SkImageFilter maintains a list of inputs, which can be constructed either from a SkImageFilter** or zero or more SkImageFilter* arguments (varargs). by senorblanco@chromium.org · 13 years ago
  46. c7448ce GrPaint encapsulation. by bsalomon@google.com · 13 years ago
  47. 254eae2 Change SkLightingImageFilter to derive from SkSingleInputImageFilter, so that it can participate in filter DAGs. by senorblanco@chromium.org · 13 years ago
  48. 88becf4 Rename GrPaint fields/enums/members texture->color mask->coverage. by bsalomon@google.com · 13 years ago
  49. dda28c9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  50. 9f7827f Build fix: work around what appears to be an Intel GLSL driver bug. Unreviewed. by senorblanco@chromium.org · 13 years ago
  51. 3bc16c8 Implement GPU path for matrix convolution. Note that when not convolving alpha, by senorblanco@chromium.org · 13 years ago
  52. e6e62d1 Make numTextures() be non-virtual on GrCustomStage. by bsalomon@google.com · 13 years ago
  53. 4e38753 When processing a morphology filter on the GPU, pass the processed texture, by senorblanco@chromium.org · 13 years ago
  54. 9c39744 Fix recursive GPU processing for SkImageFilter. Plumb through the by senorblanco@chromium.org · 13 years ago
  55. 8640d50 This patch adds support for optional processing of the alpha channel in by senorblanco@chromium.org · 13 years ago
  56. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 13 years ago
  57. cc9471c Fix premul alpha problems w/matrix convolution filter, and re-enable the bench. by senorblanco@chromium.org · 13 years ago
  58. b4ca9df Yet another speculative Android fix. Unreviewed. by senorblanco@chromium.org · 13 years ago
  59. bc55a3c Speculative fix for Android GMs. Unreviewed. by senorblanco@chromium.org · 13 years ago
  60. 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 13 years ago
  61. 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 13 years ago
  62. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 13 years ago
  63. 6d003d1 Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConfigFlags by bsalomon@google.com · 13 years ago
  64. f06df1b Introduce GrGLShaderBuilder::TextureSampler by bsalomon@google.com · 13 years ago
  65. 100abf4 Shut up some Mac (xcode 3) warnings by bsalomon@google.com · 13 years ago
  66. 868a8e7 Recommit r5350 with fix for image failures (which affected GLs that don't support ARB_texture_swizzle). by bsalomon@google.com · 13 years ago
  67. a3d707b Revert 5350 while image changes are diagnosed. by bsalomon@google.com · 13 years ago
  68. b41b2bc Remove fModulate from GrGLShaderBuilder by bsalomon@google.com · 13 years ago
  69. 34bcb9f Some GrGLShaderBuilder cleanup by bsalomon@google.com · 13 years ago
  70. d912ca4 Proper Android fix, and revert of workaround in r5267. Unreviewed. by senorblanco@chromium.org · 13 years ago
  71. 42e1f0f Workaround for Android crash (unreviewed). by senorblanco@chromium.org · 13 years ago
  72. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  73. e52f209 Speculative Android GM blend fix (unreviewed). by senorblanco@chromium.org · 13 years ago
  74. 84207c4 Move the code for the GPU implementation of morphology effects from GrContext by senorblanco@chromium.org · 13 years ago
  75. ab2246f Another speculative Android build fix (unreviewed). by senorblanco@chromium.org · 13 years ago
  76. cfe57e5 Fix for no-GPU build (unreviewed). by senorblanco@chromium.org · 13 years ago
  77. b2ee33c Implements the non-Porter-Duff compositing modes required for SVG's feBlend by senorblanco@chromium.org · 13 years ago
  78. 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 13 years ago
  79. b3e50f2 Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 13 years ago
  80. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 13 years ago
  81. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 13 years ago
  82. 5d8d186 Addressed Windows compiler complaints by robertphillips@google.com · 13 years ago
  83. 9a92714 Revert GrTextureStripAtlas change due to performance concerns. by rileya@google.com · 13 years ago
  84. 9766ecd Fix for GPU-less Linux build: move #include GrTextureStripAtlas into SK_SUPPORT_GPU ifdefs. Unreviewed. by rileya@google.com · 13 years ago
  85. 50b2bcf Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 13 years ago
  86. 3f11353 Fix Windows build from r5056. by tomhudson@google.com · 13 years ago
  87. 0324570 Fix GPU-less build from r5056. by bsalomon@google.com · 13 years ago
  88. 82aa748 Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen magnifier. by bsalomon@google.com · 13 years ago
  89. 56d5bfa privatize SkBuffer.h by mike@reedtribe.org · 13 years ago
  90. 0e330ae revert arith change, until I can rebaseline all the images (and check chrome) by mike@reedtribe.org · 13 years ago
  91. d51ea26 use premul macro to pack components by mike@reedtribe.org · 13 years ago
  92. 6db9375 use SkRegion instead of SkScan/SkBlitter, as we want to privatize the latter by reed@google.com · 13 years ago
  93. d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 13 years ago
  94. a1bf0ff by bsalomon@google.com · 13 years ago
  95. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 13 years ago
  96. e763951 document OwnDeviceCanvas by reed@google.com · 13 years ago
  97. 02f65f2 move SkFilterShader into private header by reed@google.com · 13 years ago
  98. d9ee348 If we lose precision computing sum of the dash intervals, then we can have the by reed@google.com · 13 years ago
  99. d472620 Registry-based unit test for custom effects by bsalomon@google.com · 13 years ago
  100. a5e65ec by twiz@google.com · 13 years ago