1. b4a2076 Revert of Remove SkDEPRECATED_InstallDiscardablePixelRef from SkPictureShader (patchset #3 id:40001 of https://codereview.chromium.org/1405103003/ ) by caryclark · 9 years ago
  2. b6b8f27 SkRemote: refactoring by mtklein · 9 years ago
  3. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  4. 3d9d7a7 Create an SkAndroidCodec API separate from SkCodec by msarett · 9 years ago
  5. c7378af Add a mutex to protect the DWrite calls. by herb · 9 years ago
  6. fb02cda Force VisualBench to reset GLContext on GrContext reset by joshualitt · 9 years ago
  7. b64b195 Fix build targets for some bots by borenet · 9 years ago
  8. f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
  9. 0214173 Stop creating static GrProcessor instances by bsalomon · 9 years ago
  10. 81bdbf8 Revert of Dependencies are now added between the drawTargets in GrPipeline (patchset #5 id:100001 of https://codereview.chromium.org/1414903002/ ) by caryclark · 9 years ago
  11. f428df1 Revert of path ops: fix conic weight and partial coincidence (patchset #5 id:80001 of https://codereview.chromium.org/1413763002/ ) by caryclark · 9 years ago
  12. 74deb98 Valgrind experiment by msarett · 9 years ago
  13. 98f0154 SkRemote: shaders by mtklein · 9 years ago
  14. b1dda9b Use the current OpengGL standard to determine blur precision, rather than kGLES by Brian Salomon · 9 years ago
  15. 0c768a2 Clean up some dead code. by mtklein · 9 years ago
  16. ef33b1e The remaining 1m skp bugs are asserts that can be harmlessly by caryclark · 9 years ago
  17. 45a1c34 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  18. 964eeba Include resources directory in google3 sync. by benjaminwagner · 9 years ago
  19. c752bad remove debug statement by caryclark · 9 years ago
  20. a1bde7d Remove SkThread::setProcessorAffinity() by mtklein · 9 years ago
  21. 1d3ff43 Image filters: Replace all use of tryAllocPixels() with createDevice(). by senorblanco · 9 years ago
  22. 0bccd87 Revert of Update feSpotLight to match spec (patchset #2 id:20001 of https://codereview.chromium.org/1403403003/ ) by caryclark · 9 years ago
  23. 13ccbf8 use (temp) gpu-imagefilter-cache for applyFilter by reed · 9 years ago
  24. 3dc6ae5 Move GrDrawingManager methods to their own .cpp file by robertphillips · 9 years ago
  25. c4d934f SkRemote: add xfermodes by mtklein · 9 years ago
  26. 045802d Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  27. 4beb5c1 Add debugging helper to GrDrawTarget by robertphillips · 9 years ago
  28. 4dfdbb1 nanobench: Add some Valgrind failure paranoia. by mtklein · 9 years ago
  29. 6a18665 Add the machinery to GrDrawTarget to enable topological sorting by robertphillips · 9 years ago
  30. c84ccb0 Update feSpotLight to match spec by ericrk · 9 years ago
  31. af96fce The SkArithmeticMode_gpu GL filters support clamping to valid by ericrk · 9 years ago
  32. deb8146 SkRemote: fix Misc hash function. by mtklein · 9 years ago
  33. 7d974f5 Modifications to get 'blaze build -c opt //third_party/skia/HEAD/...' to work. by benjaminwagner · 9 years ago
  34. 423f646 Add SkTTopoSort by robertphillips · 9 years ago
  35. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  36. 386f2d3 Upload stretched bmp rather than original after doing CPU stretch for min texture size by Brian Salomon · 9 years ago
  37. 1df5fab SkRemote: DrawPaint is an inverse empty path. by mtklein · 9 years ago
  38. 2fc11d3 Move definitions of GrGL basic types (e.g. GrGLenum) to their own header. by bsalomon · 9 years ago
  39. 9f8904d Add override to Bitmap_GrTextureParamsAdjuster::refOriginalTexture by Brian Salomon · 9 years ago
  40. a8e5fbd Fix for GM:bigblurs not actually blurring some of the rectangles on Nexus 10. by ethannicholas · 9 years ago
  41. 2f8ac35 Misc: Don't run etc1 bench with invalid image and fix VS2015 build warning by bsalomon · 9 years ago
  42. 59dc0d2 change SkImage_Gpu to handle all filters (w/ and w/o gpu support by reed · 9 years ago
  43. 1a197ea Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  44. cdf79db Remove unused member variables in GrGLProgram by egdaniel · 9 years ago
  45. 9c4909b Add imgblur tool to assist BlurMaskFilter debugging by robertphillips · 9 years ago
  46. b3f1636 skia: Make the validate match interface for *_draw_instanced by hendrikw · 9 years ago
  47. 44d85d1 SkRemote: impl drawRRect by halcanary · 9 years ago
  48. fd70ade Update SKP version by update-skps · 9 years ago
  49. f271069 SkRemote: simple impl of onDraw*Text* by halcanary · 9 years ago
  50. 5bce23c SkRemote: impl onDrawDRRect by halcanary · 9 years ago
  51. ff8b3f0 Test SkRemote on GCE bots. by mtklein · 9 years ago
  52. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  53. 1ed348a SkRemote: impl drawPaint() by halcanary · 9 years ago
  54. 56f152b LookupScope does not need to be in SkRemote.h by mtklein · 9 years ago
  55. 82e341f Suppression for valgrind bug by scroggo · 9 years ago
  56. 9195794 Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what… (patchset #4 id:60001 of https://codereview.chromium.org/1409163002/ ) by egdaniel · 9 years ago
  57. fcffaf2 Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  58. 466c2c4 Move some code around to make another diff cleaner by bsalomon · 9 years ago
  59. 5b8faf7 Add docs on how to install iOS test tools by stephana · 9 years ago
  60. 9a70b6e Image filters: refactor input GPU processing into filterInputGPU(). by senorblanco · 9 years ago
  61. 80803ff Fix SkSwizzler bug by msarett · 9 years ago
  62. 2e2ea38 SkRemote by mtklein · 9 years ago
  63. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  64. 26ad22a Enabling clip stack flattening exercises path ops. by caryclark · 9 years ago
  65. 1a1d0b8 Remove check for whole image in the cache in SkGpuDevice::shouldTileImage by bsalomon · 9 years ago
  66. fa694ad Remove SkDEPRECATED_InstallDiscardablePixelRef from SkPictureShader by fmalita · 9 years ago
  67. 338047e Clean up iOS build files by jvanverth · 9 years ago
  68. c2d0bc5 Supply separate flags for onBuildTileIndex by msarett · 9 years ago
  69. c8d1dd4 SkTHash: hash from fnptr to functor type by mtklein · 9 years ago
  70. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  71. 5f5527f Remove params from Cacherator_GrTextureMaker by bsalomon · 9 years ago
  72. 41c054e Move an #include out of a namespace. by thakis · 9 years ago
  73. 9617431 Update iOS docs by jvanverth · 9 years ago
  74. c9dd93c Add NVPR to VisualBench by joshualitt · 9 years ago
  75. e975928 Fix -Winconsistent-missing-override in SkCodec_libgif.h by mtklein · 9 years ago
  76. 6f6bef8 Add dm target to BUILD and refactor BUILD file. The corresponding google3 BUILD file changes are in google3 cl/105413829. by benjaminwagner · 9 years ago
  77. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  78. 860e8a6 Renable image benchmarking by scroggo · 9 years ago
  79. c603c14 small tidy of benchmarkstream by joshualitt · 9 years ago
  80. f724b99 Reenable warnings in src/codec by msarett · 9 years ago
  81. 74ec8d4 Add a comment to explain clip intersection in crop rects. by senorblanco · 9 years ago
  82. f469fc0 Fix floating point data loss in SkPictureShader by ericrk · 9 years ago
  83. 67e6760 Revert of Supply separate flags for onBuildTileIndex (patchset #1 id:1 of https://codereview.chromium.org/1402783008/ ) by msarett · 9 years ago
  84. a912dde Don't abort analytic clipping if using MSAA until elements are examined by bsalomon · 9 years ago
  85. a3b8c67 Revert of small tidy of benchmarkstream (patchset #2 id:20001 of https://codereview.chromium.org/1395703002/ ) by joshualitt · 9 years ago
  86. fc06e9c Supply separate flags for onBuildTileIndex by msarett · 9 years ago
  87. 10528f1 Store texture target on GrGLTexture. This is in preparation for using texture targets other than 2D. by bsalomon · 9 years ago
  88. fd2b067 Remove unnecessary allocation in nanobench by scroggo · 9 years ago
  89. 0b5b6b2 Fix clipping when all analytic FP creations can be skipped by bsalomon · 9 years ago
  90. 0b01da7 Fix TextBlobTest valgrind error by fmalita · 9 years ago
  91. 691b6af small tidy of benchmarkstream by joshualitt · 9 years ago
  92. 8e48ed5 Supply separate flags for onBuildTileIndex by scroggo · 9 years ago
  93. 94dd7a5 change back to method for localmatrix imagefilter by reed · 9 years ago
  94. d0f0bce Create VisualStreamTimingModule by joshualitt · 9 years ago
  95. 20311d4 Implement SkLocalMatrixImageFilter. by senorblanco · 9 years ago
  96. 2da1a85 Stop benching PNG buildTileIndex by default by scroggo · 9 years ago
  97. 0adfffb Fix dm with Chromium command buffer driver by kkinnunen · 9 years ago
  98. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  99. eb85b83 Fix text axis alignment calculation by herb · 9 years ago
  100. 9ae8fe1 [SkTextBlob] Remove incorrect builder assert by fmalita · 9 years ago