1. ab42ec7 Add asserts for shared mutex. by herb · 9 years ago
  2. add79ef Put drawPath in GrBatch. by bsalomon · 9 years ago
  3. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
  4. a060eba SkPDF: Simplify PDFStream / emitObject() const by halcanary · 9 years ago
  5. 216b643 private iterator to visit all resource cache entries by reed · 9 years ago
  6. fea7763 Fix transformed stroke width in GrAALinearizingConvexPathRenderer. by ethannicholas · 9 years ago
  7. e5e6c60 Add VisualBenchTestActivity for instrumentation-testing VisualBench by borenet · 9 years ago
  8. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  9. 9be0b00 stop dropping AA when rect stays rect by joshualitt · 9 years ago
  10. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  11. 790d74f No need to re-declare pure virtual name(). by mtklein · 9 years ago
  12. 3b44dcf Patches on top of Radu's latest. by mtklein · 9 years ago
  13. 45b59ed Update SkLightingShader to support rotation by robertphillips · 9 years ago
  14. 95b96d6 Revert of cast SK_ARRAY_COUNT to make it sign agnostic (patchset #1 id:1 of https://codereview.chromium.org/1299943002/ ) by caryclark · 9 years ago
  15. c6ad06a unsigned -> int for counts and indices in picture-related code by mtklein · 9 years ago
  16. 4b01329 Add rendertarget flag to prevent a debug assert in SampleApp. by senorblanco · 9 years ago
  17. ae5b2c6 Create GrQuad by joshualitt · 9 years ago
  18. bca8620 cast SK_ARRAY_COUNT to make it sign agnostic by caryclark · 9 years ago
  19. 7dea7b7 Use calloc to allocate data that will be uploaded to vertex/index buffers in Chrome by bsalomon · 9 years ago
  20. 93ab254 This change is in preparation for updating how processor keys and meta keys are generated for frag procs. by wangyix · 9 years ago
  21. 5b4a7ab Adding sucessful exit message to VisualBench by joshualitt · 9 years ago
  22. 451af50 remove SkDeferredCanvas by reed · 9 years ago
  23. da04e0e Allow setting of GrBatchFontCache atlas sizes by joshualitt · 9 years ago
  24. 45cba08 Forgot to add resources with new test by msarett · 9 years ago
  25. 8c9a67a Revert of Have DM manually encode its .png outputs. (patchset #2 id:20001 of https://codereview.chromium.org/1304443002/ ) by mtklein · 9 years ago
  26. 82a02c9 Revert of SkCanvas::onDrawPicture() quick-reject (patchset #3 id:40001 of https://codereview.chromium.org/1264133003/ ) by herb · 9 years ago
  27. 3cc0dff Have DM manually encode its .png outputs. by mtklein · 9 years ago
  28. d75e21d SkStream Testing: fix bug in new unit test. by halcanary · 9 years ago
  29. a4c3244 add missing override by mtklein · 9 years ago
  30. ae41b38 fill rect batch refactor into separate batches by joshualitt · 9 years ago
  31. 6458b6f Init class ID in GrStencilPathBatch by Brian Salomon · 9 years ago
  32. cb9241b Fix stack overuse error by halcanary · 9 years ago
  33. f3bf892 Fix VS 2015 build by bsalomon · 9 years ago
  34. d3d0724 SkCanvas::onDrawPicture() quick-reject by fmalita · 9 years ago
  35. a32cc95 widen gm to show entire image, add place-holder for no context by reed · 9 years ago
  36. 48305e8 SkPDF/Deflate: clean up old SkFlate code by halcanary · 9 years ago
  37. a44919e Path stenciling in GrBatch by bsalomon · 9 years ago
  38. b32758a Test scaling for small images by msarett · 9 years ago
  39. 73caadf Try enabling all nanobenches on Nexus7 by egdaniel · 9 years ago
  40. 4f0e047 handle no shader from image in drawAtlas by reed · 9 years ago
  41. f46c5e8 Remove Cmd in GrTargetCommands that is no longer needed with GrCopySurfaceBatch by bsalomon · 9 years ago
  42. 08f9234 Try again to put SkXfermode_opts in SK_OPTS_NS by mtklein · 9 years ago
  43. 892b0c3 Add skeleton json support to visualbench by joshualitt · 9 years ago
  44. 872062c GrCopySurfaceBatch by bsalomon · 9 years ago
  45. 2a37843 added emitChild() to GrGLFragmentProcessor; removed AutoFragmentChildProcAdvance class by wangyix · 9 years ago
  46. f39c9b2 Add support for non-mappable vert buffers to tessellating path renderer. by senorblanco · 9 years ago
  47. 3011711 Revert of Update skia to test with libpng to 1.6.10 (patchset #3 id:60001 of https://codereview.chromium.org/1301523005/ ) by msarett · 9 years ago
  48. b1daa86 When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code. by wangyix · 9 years ago
  49. 935d6cf Add subsets to SkImageGenerator and SkImageCacherator by reed · 9 years ago
  50. f272bb0 Update skia to test with libpng to 1.6.10 by msarett · 9 years ago
  51. 7b076c4 Add internal links section to skia.org by hcm · 9 years ago
  52. 5ea0363 ClearStencilClip in GrBatch by bsalomon · 9 years ago
  53. 2ad37be Move GrTBatchTesselator to its own file by joshualitt · 9 years ago
  54. b2a3270 Update SkOpts namespaces. by mtklein · 9 years ago
  55. 9dc2a9a Add missing overrides to clear and discard batch dumpInfo() by Brian Salomon · 9 years ago
  56. 2d141ba Patches on top of Radu's latest. by mtklein · 9 years ago
  57. f052715 Use portable code for family names with DirectWrite. by bungeman · 9 years ago
  58. 5346983 Put clear and discard into GrBatch. by bsalomon · 9 years ago
  59. d55d13a Update BUILD.public a bit. by mtklein · 9 years ago
  60. bf3dde2 Clean up BUILD_simulator.py by halcanary · 9 years ago
  61. 0c263fa Deduplicate typefaces across sub-pictures by mtklein · 9 years ago
  62. a83593b Prefer native scaling to sampling by msarett · 9 years ago
  63. 0628a52 Regenerate LCD text blobs if GrPaint's color changes, not SkPaint. by jvanverth · 9 years ago
  64. 54017d7 Made isEqual in GrFragmentProcessor recursive by wangyix · 9 years ago
  65. cd47b71 GrAAFillRectBatch holds onto GrPipelineOptimizations by joshualitt · 9 years ago
  66. 69ed114 Added class AutoFragmentChildProcAdvance to be constructed before a child emitCode and destructed after by wangyix · 9 years ago
  67. 94c902e fix pathops fuzz failures by caryclark · 9 years ago
  68. f82c13f Reland of Fix a few bugs in the google3 sync scripts. (patchset #1 id:1 of https://codereview.chromium.org/1295213002/ ) by benjaminwagner · 9 years ago
  69. e46f9fe Privatize GrBatch subclass overrides by bsalomon · 9 years ago
  70. cf9c475 Remove a couple zombie pathops files. by mtklein · 9 years ago
  71. 9483763 Remove SkOpts_sse2.cpp. by mtklein · 9 years ago
  72. 95dd177 Revert[8] "move some public headers into private" by reed · 9 years ago
  73. ea4529d Move normal map creation methods to sk_tools by robertphillips · 9 years ago
  74. df5b760 Add a simple script to simulate BUILD file glob() expansion. by mtklein · 9 years ago
  75. e349d6b Revert of Fix a few bugs in the google3 sync scripts. (patchset #1 id:1 of https://codereview.chromium.org/1291343006/ ) by benjaminwagner · 9 years ago
  76. 18af0a0 Fix a few bugs in the google3 sync scripts. by benjaminwagner · 9 years ago
  77. 787ca87 Add files added to Skia HEAD in google3 to the Git repo. by benjaminwagner · 9 years ago
  78. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  79. 1a899c9 Stop ping ponging AA in SkGpuDevice by joshualitt · 9 years ago
  80. dcbaa8a Revert of Depend on ETC1 via DEPS instead of a direct third_party checkin. (patchset #1 id:1 of https://codereview.chromium.org/1296253003/ ) by mtklein · 9 years ago
  81. a61c817 drawBitmapImage can batch across AA rects by joshualitt · 9 years ago
  82. b279668 fix typo in android_framework_lib.gyp by Derek Sollenberger · 9 years ago
  83. a408260 Add GPU to the android include path. by djsollen · 9 years ago
  84. ca01d17 Depend on ETC1 via DEPS instead of a direct third_party checkin. by mtklein · 9 years ago
  85. 6a91ad2 remove unused code by caryclark · 9 years ago
  86. f433bb2 SkPaintFilterCanvas should inherit the target canvas state by fmalita · 9 years ago
  87. 340f307 Fix webp compile warnings on windows by msarett · 9 years ago
  88. 29553b3 Revert of drawBitmapImage can batch across AA rects (patchset #5 id:80001 of https://codereview.chromium.org/1293543002/ ) by joshualitt · 9 years ago
  89. 0d4bcea drawBitmapImage can batch across AA rects by joshualitt · 9 years ago
  90. 4a75dd3 Update SKP version by rmistry · 9 years ago
  91. 8a41adb support both box and circle lcd by reed · 9 years ago
  92. 5f629b4 show LCD on max fat-zoom by reed · 9 years ago
  93. 0b3a28b Update SKP version by rmistry · 9 years ago
  94. fb28cd2 Revert[7] "move some public headers into private" by reed · 9 years ago
  95. bb88674 increase zoom in fatbits by reed · 9 years ago
  96. e027169 Revert[6] "move some public headers into private" by reed · 9 years ago
  97. a83eead Revert of stop dropping AA when rect stays rect (patchset #8 id:140001 of https://codereview.chromium.org/1295523002/ ) by joshualitt · 9 years ago
  98. f5fb939 SkPDF: Move SkFlate into src/pdf (part 3/3) by halcanary · 9 years ago
  99. 9a106ba A bit of misc cleanup. by mtklein · 9 years ago
  100. 090ae8e fix valgrind issue by joshualitt · 9 years ago