1. ab5d5de Enable debug builds in the Android framework by djsollen · 10 years ago
  2. fccb77d DM: use SkBitmap::reset() by mtklein · 10 years ago
  3. a5114d7 Have DM manually encode its .png outputs. by mtklein · 10 years ago
  4. 98f7e33 Add buildbot_spec info for Appurify bot by borenet · 10 years ago
  5. ab374cf Explicitly friend ::SkPrivateEffectInitializer to flattenables. by mtklein · 10 years ago
  6. 0e6ff38 Update giflib to 5.1.1 (AOSP hash) by msarett · 10 years ago
  7. 5141d90 Add build targets for advanced Intel instruction sets (1 of 3). by mtklein · 10 years ago
  8. 26db32b Revert of Modify GrBWFillRectBatch to use GrQuad (patchset #3 id:40001 of https://codereview.chromium.org/1311793002/ ) by joshualitt · 10 years ago
  9. c611b5a Modify GrBWFillRectBatch to use GrQuad by joshualitt · 10 years ago
  10. 80af645 Update debugger print out of drawImageRect information by robertphillips · 10 years ago
  11. 06a7f9c Remove unused calcPOIs with color/coverage input. by egdaniel · 10 years ago
  12. bda7da8 Update SKP version by rmistry · 10 years ago
  13. 21b998b Revert of experiment with zero-length round capped line segments (patchset #4 id:60001 of https://codereview.chromium.org/1309753002/ ) by caryclark · 10 years ago
  14. dd3c165 experiment with zero-length round capped line segments by caryclark · 10 years ago
  15. 1cbdcde Fix for copy surface not handling dirty context by joshualitt · 10 years ago
  16. 7f9c9eb wire up reduced atlas and zero textblob cache to test by joshualitt · 10 years ago
  17. d2b23e0 Standardize BW to NonAA by joshualitt · 10 years ago
  18. 2244c27 fill rect batch refactor into separate batches by joshualitt · 10 years ago
  19. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 10 years ago
  20. ea73fa5 Add instructions to authenticate for fetch. by herb · 10 years ago
  21. 850f2d9 Return failure if getInputResultsGPU fails in SkXfermodeImageFilter by robertphillips · 10 years ago
  22. b4fd893 add old fix for iOS SampleApp by caryclark · 10 years ago
  23. 2f0a728 GMs: change some GMs to use SkImage over SkBitmap by halcanary · 10 years ago
  24. b30e9d3 Clean up ifdefs in SkGifCodec by msarett · 10 years ago
  25. a71170c This code should've been part of the CL that added registerChildProcessor(); without updating fUsesLocalCoords in the parent when a child proc is registered, batching will not work properly. by wangyix · 10 years ago
  26. c5d58f0 Use stencil ops that don't issue writes whenever possible by vbuzinov · 10 years ago
  27. 499abab add gm for image->newShader by reed · 10 years ago
  28. d028180 SkCanvas::onDrawPicture() quick-reject by fmalita · 10 years ago
  29. 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 10 years ago
  30. 02833bf fix override by caryclark · 10 years ago
  31. 05424f7 fix cubic clip in y by caryclark · 10 years ago
  32. 6392668 Add ANGLE workaround to prefer flushes over VRAM usage by robertphillips · 10 years ago
  33. 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 10 years ago
  34. 877a52a VisualBenchTest: Write JSON output by borenet · 10 years ago
  35. ddbbdda SkImage method for detecting lazy decoding by fmalita · 10 years ago
  36. 7d17340 subdivide path when side-clipping fails by caryclark · 10 years ago
  37. 725c620 SkPDF: Memory improvements for PDF Streams by halcanary · 10 years ago
  38. 9a5bd7e Introduce interface for memory dumps by primiano · 10 years ago
  39. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 10 years ago
  40. 915881f Implement canComputeFastBounds() for image filters. by senorblanco · 10 years ago
  41. a7f4c43 For a frag proc, its key will be a concatenation of all its descendant procs' keys in postorder traversal. by wangyix · 10 years ago
  42. 87e4752 Revert "fill rect batch refactor into separate batches" by joshualitt · 10 years ago
  43. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 10 years ago
  44. d1c6b7c SkColorCubeFilter: require alpha == 0xFF. by mtklein · 10 years ago
  45. 3679c1b Bug fix: we're using SkPMFloat methods on SkColor. by mtklein · 10 years ago
  46. 3a30cc1 Thou shalt use override consistently. by mtklein · 10 years ago
  47. ab42ec7 Add asserts for shared mutex. by herb · 10 years ago
  48. add79ef Put drawPath in GrBatch. by bsalomon · 10 years ago
  49. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 10 years ago
  50. a060eba SkPDF: Simplify PDFStream / emitObject() const by halcanary · 10 years ago
  51. 216b643 private iterator to visit all resource cache entries by reed · 10 years ago
  52. fea7763 Fix transformed stroke width in GrAALinearizingConvexPathRenderer. by ethannicholas · 10 years ago
  53. e5e6c60 Add VisualBenchTestActivity for instrumentation-testing VisualBench by borenet · 10 years ago
  54. f3c15b7 Move SkTemplates.h to private. by bungeman · 10 years ago
  55. 9be0b00 stop dropping AA when rect stays rect by joshualitt · 10 years ago
  56. f582282 change asABitmap to isABitmap on shader by reed · 10 years ago
  57. 790d74f No need to re-declare pure virtual name(). by mtklein · 10 years ago
  58. 3b44dcf Patches on top of Radu's latest. by mtklein · 10 years ago
  59. 45b59ed Update SkLightingShader to support rotation by robertphillips · 10 years ago
  60. 95b96d6 Revert of cast SK_ARRAY_COUNT to make it sign agnostic (patchset #1 id:1 of https://codereview.chromium.org/1299943002/ ) by caryclark · 10 years ago
  61. c6ad06a unsigned -> int for counts and indices in picture-related code by mtklein · 10 years ago
  62. 4b01329 Add rendertarget flag to prevent a debug assert in SampleApp. by senorblanco · 10 years ago
  63. ae5b2c6 Create GrQuad by joshualitt · 10 years ago
  64. bca8620 cast SK_ARRAY_COUNT to make it sign agnostic by caryclark · 10 years ago
  65. 7dea7b7 Use calloc to allocate data that will be uploaded to vertex/index buffers in Chrome by bsalomon · 10 years ago
  66. 93ab254 This change is in preparation for updating how processor keys and meta keys are generated for frag procs. by wangyix · 10 years ago
  67. 5b4a7ab Adding sucessful exit message to VisualBench by joshualitt · 10 years ago
  68. 451af50 remove SkDeferredCanvas by reed · 10 years ago
  69. da04e0e Allow setting of GrBatchFontCache atlas sizes by joshualitt · 10 years ago
  70. 45cba08 Forgot to add resources with new test by msarett · 10 years ago
  71. 8c9a67a Revert of Have DM manually encode its .png outputs. (patchset #2 id:20001 of https://codereview.chromium.org/1304443002/ ) by mtklein · 10 years ago
  72. 82a02c9 Revert of SkCanvas::onDrawPicture() quick-reject (patchset #3 id:40001 of https://codereview.chromium.org/1264133003/ ) by herb · 10 years ago
  73. 3cc0dff Have DM manually encode its .png outputs. by mtklein · 10 years ago
  74. d75e21d SkStream Testing: fix bug in new unit test. by halcanary · 10 years ago
  75. a4c3244 add missing override by mtklein · 10 years ago
  76. ae41b38 fill rect batch refactor into separate batches by joshualitt · 10 years ago
  77. 6458b6f Init class ID in GrStencilPathBatch by Brian Salomon · 10 years ago
  78. cb9241b Fix stack overuse error by halcanary · 10 years ago
  79. f3bf892 Fix VS 2015 build by bsalomon · 10 years ago
  80. d3d0724 SkCanvas::onDrawPicture() quick-reject by fmalita · 10 years ago
  81. a32cc95 widen gm to show entire image, add place-holder for no context by reed · 10 years ago
  82. 48305e8 SkPDF/Deflate: clean up old SkFlate code by halcanary · 10 years ago
  83. a44919e Path stenciling in GrBatch by bsalomon · 10 years ago
  84. b32758a Test scaling for small images by msarett · 10 years ago
  85. 73caadf Try enabling all nanobenches on Nexus7 by egdaniel · 10 years ago
  86. 4f0e047 handle no shader from image in drawAtlas by reed · 10 years ago
  87. f46c5e8 Remove Cmd in GrTargetCommands that is no longer needed with GrCopySurfaceBatch by bsalomon · 10 years ago
  88. 08f9234 Try again to put SkXfermode_opts in SK_OPTS_NS by mtklein · 10 years ago
  89. 892b0c3 Add skeleton json support to visualbench by joshualitt · 10 years ago
  90. 872062c GrCopySurfaceBatch by bsalomon · 10 years ago
  91. 2a37843 added emitChild() to GrGLFragmentProcessor; removed AutoFragmentChildProcAdvance class by wangyix · 10 years ago
  92. f39c9b2 Add support for non-mappable vert buffers to tessellating path renderer. by senorblanco · 10 years ago
  93. 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 · 10 years ago
  94. 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 · 10 years ago
  95. 935d6cf Add subsets to SkImageGenerator and SkImageCacherator by reed · 10 years ago
  96. f272bb0 Update skia to test with libpng to 1.6.10 by msarett · 10 years ago
  97. 7b076c4 Add internal links section to skia.org by hcm · 10 years ago
  98. 5ea0363 ClearStencilClip in GrBatch by bsalomon · 10 years ago
  99. 2ad37be Move GrTBatchTesselator to its own file by joshualitt · 10 years ago
  100. b2a3270 Update SkOpts namespaces. by mtklein · 10 years ago