1. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  2. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  3. 985fa79 Protect filter_texture() against render target change. by senorblanco@chromium.org · 12 years ago
  4. 374e759 Combine the emit functions in GrGLProgramStage. by bsalomon@google.com · 12 years ago
  5. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 12 years ago
  6. 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
  7. 159d42b Remove two params from GrGLProgramStage::setData that are no longer necessary. by bsalomon@google.com · 12 years ago
  8. 4fe9b1b Automatically handle converting gl_FragCoord to Skia's y-down device coords. by bsalomon@google.com · 12 years ago
  9. c2e8cef Remove use of varargs in SkImageFilter. This is causing a crash in recent by senorblanco@chromium.org · 12 years ago
  10. 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  11. b2ad101 Make table color filter use asNewCustomStage. by bsalomon@google.com · 12 years ago
  12. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 12 years ago
  13. 20c301b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  14. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 12 years ago
  15. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 12 years ago
  16. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 12 years ago
  17. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  18. 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 · 12 years ago
  19. 3cbaa2d Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments. by bsalomon@google.com · 12 years ago
  20. 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 · 12 years ago
  21. c7448ce GrPaint encapsulation. by bsalomon@google.com · 12 years ago
  22. 254eae2 Change SkLightingImageFilter to derive from SkSingleInputImageFilter, so that it can participate in filter DAGs. by senorblanco@chromium.org · 12 years ago
  23. 88becf4 Rename GrPaint fields/enums/members texture->color mask->coverage. by bsalomon@google.com · 12 years ago
  24. dda28c9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  25. 9f7827f Build fix: work around what appears to be an Intel GLSL driver bug. Unreviewed. by senorblanco@chromium.org · 12 years ago
  26. 3bc16c8 Implement GPU path for matrix convolution. Note that when not convolving alpha, by senorblanco@chromium.org · 12 years ago
  27. e6e62d1 Make numTextures() be non-virtual on GrCustomStage. by bsalomon@google.com · 12 years ago
  28. 4e38753 When processing a morphology filter on the GPU, pass the processed texture, by senorblanco@chromium.org · 12 years ago
  29. 9c39744 Fix recursive GPU processing for SkImageFilter. Plumb through the by senorblanco@chromium.org · 12 years ago
  30. 8640d50 This patch adds support for optional processing of the alpha channel in by senorblanco@chromium.org · 12 years ago
  31. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  32. cc9471c Fix premul alpha problems w/matrix convolution filter, and re-enable the bench. by senorblanco@chromium.org · 12 years ago
  33. b4ca9df Yet another speculative Android fix. Unreviewed. by senorblanco@chromium.org · 12 years ago
  34. bc55a3c Speculative fix for Android GMs. Unreviewed. by senorblanco@chromium.org · 12 years ago
  35. 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 12 years ago
  36. 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 12 years ago
  37. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
  38. 6d003d1 Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConfigFlags by bsalomon@google.com · 12 years ago
  39. f06df1b Introduce GrGLShaderBuilder::TextureSampler by bsalomon@google.com · 12 years ago
  40. 100abf4 Shut up some Mac (xcode 3) warnings by bsalomon@google.com · 12 years ago
  41. 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
  42. a3d707b Revert 5350 while image changes are diagnosed. by bsalomon@google.com · 12 years ago
  43. b41b2bc Remove fModulate from GrGLShaderBuilder by bsalomon@google.com · 12 years ago
  44. 34bcb9f Some GrGLShaderBuilder cleanup by bsalomon@google.com · 12 years ago
  45. d912ca4 Proper Android fix, and revert of workaround in r5267. Unreviewed. by senorblanco@chromium.org · 12 years ago
  46. 42e1f0f Workaround for Android crash (unreviewed). by senorblanco@chromium.org · 12 years ago
  47. 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
  48. e52f209 Speculative Android GM blend fix (unreviewed). by senorblanco@chromium.org · 12 years ago
  49. 84207c4 Move the code for the GPU implementation of morphology effects from GrContext by senorblanco@chromium.org · 12 years ago
  50. ab2246f Another speculative Android build fix (unreviewed). by senorblanco@chromium.org · 12 years ago
  51. cfe57e5 Fix for no-GPU build (unreviewed). by senorblanco@chromium.org · 12 years ago
  52. b2ee33c Implements the non-Porter-Duff compositing modes required for SVG's feBlend by senorblanco@chromium.org · 12 years ago
  53. 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 12 years ago
  54. b3e50f2 Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
  55. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago
  56. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 12 years ago
  57. 5d8d186 Addressed Windows compiler complaints by robertphillips@google.com · 12 years ago
  58. 9a92714 Revert GrTextureStripAtlas change due to performance concerns. by rileya@google.com · 12 years ago
  59. 9766ecd Fix for GPU-less Linux build: move #include GrTextureStripAtlas into SK_SUPPORT_GPU ifdefs. Unreviewed. by rileya@google.com · 12 years ago
  60. 50b2bcf Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
  61. 3f11353 Fix Windows build from r5056. by tomhudson@google.com · 12 years ago
  62. 0324570 Fix GPU-less build from r5056. by bsalomon@google.com · 12 years ago
  63. 82aa748 Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen magnifier. by bsalomon@google.com · 12 years ago
  64. 56d5bfa privatize SkBuffer.h by mike@reedtribe.org · 12 years ago
  65. 0e330ae revert arith change, until I can rebaseline all the images (and check chrome) by mike@reedtribe.org · 12 years ago
  66. d51ea26 use premul macro to pack components by mike@reedtribe.org · 12 years ago
  67. 6db9375 use SkRegion instead of SkScan/SkBlitter, as we want to privatize the latter by reed@google.com · 12 years ago
  68. d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 12 years ago
  69. a1bf0ff by bsalomon@google.com · 12 years ago
  70. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  71. e763951 document OwnDeviceCanvas by reed@google.com · 12 years ago
  72. 02f65f2 move SkFilterShader into private header by reed@google.com · 12 years ago
  73. d9ee348 If we lose precision computing sum of the dash intervals, then we can have the by reed@google.com · 12 years ago
  74. d472620 Registry-based unit test for custom effects by bsalomon@google.com · 12 years ago
  75. a5e65ec by twiz@google.com · 12 years ago
  76. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  77. 302cffb Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and by senorblanco@chromium.org · 12 years ago
  78. 98e8b6d Remove old constructors from GrGradientEffect subclasses, and moved their declarations into source files. by rileya@google.com · 12 years ago
  79. 1ee7c6a Modified GrGpuGL_unittest to no longer use the old constructors to create gradients, also added TwoPointConical to the tests. by rileya@google.com · 12 years ago
  80. 076f4c9 fix LayerDrawLooper to record its fFlagsMask convert SampleDrawLooper to a GM by reed@google.com · 12 years ago
  81. 1c6d64b Renamed and made public SkGradientShaderBases's 'commonAsAGradient' to 'getGradientTableBitmap', and use that instead of asABitmap in gradient custom stage setup. by rileya@google.com · 12 years ago
  82. d7cc651 Move GPU gradients into src/effects/gradients. by rileya@google.com · 12 years ago
  83. 589708b Split SkGradientShader into separate files for each gradient subclass. by rileya@google.com · 12 years ago
  84. b867099 Move filter/wrap out of GrSamplerState into GrTextureParams by bsalomon@google.com · 12 years ago
  85. 777c3aa Remove uniform names from top of GrGLProgram.cpp, builder responsible for "u" and stage num tags. by bsalomon@google.com · 12 years ago
  86. b9119a6 Fix static assert on non-windows compilers(?) by bsalomon@google.com · 12 years ago
  87. dbbc4e2 Add GL uniform manager Review URL: http://codereview.appspot.com/6423066/ by bsalomon@google.com · 12 years ago
  88. 91f319c Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-unecessary twoPointRadialParams parameter from asABitmap. by rileya@google.com · 12 years ago
  89. 0567f22 Add SkScalarPow. by bungeman@google.com · 12 years ago
  90. 1bb4be2 Fix TableColorFilter memory leak. by tomhudson@google.com · 12 years ago
  91. 060ef18 Replace new with SkNEW in more effects classes. by tomhudson@google.com · 12 years ago
  92. 03c1c35 Added asNewCustomStage to SkShader and implemented it for all the gradient shaders. by rileya@google.com · 12 years ago
  93. 300f562 SkNEW instead of new for lighting effects. by tomhudson@google.com · 12 years ago
  94. 22e57f9 New subclasses for both Gr and GrGL gradient effect classes. by rileya@google.com · 12 years ago
  95. 5807116 This CL implements the Ganesh path for the SkTable_ColorFilter color transformation. by twiz@google.com · 12 years ago
  96. 187c15c Fix bad allocator access in r4616 by bsalomon@google.com · 12 years ago
  97. 032b221 Remove uniform var pointers from custom effects by bsalomon@google.com · 12 years ago
  98. f4770d7 There were three different problems with lighting filters: by senorblanco@chromium.org · 12 years ago
  99. d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 12 years ago
  100. eb31184 Fix lighting filters on Windows, and re-enable the GPU path. by senorblanco@chromium.org · 12 years ago