1. eedf0fb move some public headers into private by reed · 9 years ago
  2. 95d7913 Move Perf documentation to the testing section by hcm · 9 years ago
  3. 5ac42ea Make initBatchTracker private, move towards pipeline on batch by bsalomon · 9 years ago
  4. 4977983 Sk4px blit mask. by mtklein · 9 years ago
  5. c699873 Remove GrPipelineOptimizations member from GrPipeline by bsalomon · 9 years ago
  6. b7ee1bf trivial CL to add drawBatch to GrDrawContext by joshualitt · 9 years ago
  7. 14205b1 Expand functionality of GrRectBatchFactory with AARects by joshualitt · 9 years ago
  8. fb69bb3 Fix to call SkDelete_array instead of SkDelete to fix ASAN error. by egdaniel · 9 years ago
  9. 2a5ca89 Revert of [TextBlob] Fall back to TightRunBounds when the font bounds are empty (patchset #1 id:1 of https://codereview.chromium.org/1284693002/ ) by egdaniel · 9 years ago
  10. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 9 years ago
  11. 7fc2a26 Move GrStrokeRectBatch creation to behind factory by joshualitt · 9 years ago
  12. ecd1a69 Create GrRectBatchFactory by joshualitt · 9 years ago
  13. 9d144ac This is a speculative fix for the crash on IOS TBR=mtklein by egdaniel · 9 years ago
  14. d6b99cc [TextBlob] Fall back to TightRunBounds when the font bounds are empty by fmalita · 9 years ago
  15. 9ff6425 move Stroke Rect and AAFill Rect to their own file by joshualitt · 9 years ago
  16. 3a26fc8 Ensure that android "release" apps are signed with debug key by djsollen · 9 years ago
  17. 4f2b331 SkPDF: add assert for that SkWStream behaves. by halcanary · 9 years ago
  18. 47dfc36 Use a factory function to create GrPipeline and remove unused member by bsalomon · 9 years ago
  19. d22f37c Wire up testcreate function for GrDrawAtlasBatch by joshualitt · 9 years ago
  20. c5b7df4 Remove an unused function. by thakis · 9 years ago
  21. 021f631 api helpers inspired by blink use-cases by reed · 9 years ago
  22. 41838a0 remove unneeded _DRAWIMAGERECT flags by reed · 9 years ago
  23. 7375d6b fixup precision with configurable atlas by joshualitt · 9 years ago
  24. 0df0e43 Revert of Update libwebp and resume testing scaled webp (patchset #2 id:20001 of https://codereview.chromium.org/1280073002/ ) by scroggo · 9 years ago
  25. 0575d3e Update libwebp and resume testing scaled webp by scroggo · 9 years ago
  26. 2771b56 GrDrawVertices to batches by joshualitt · 9 years ago
  27. 14b8803 Move GrDrawAtlasBatch to separate file by jvanverth · 9 years ago
  28. 1694a93 Revert of Move GrDrawAtlasBatch to separate file (patchset #1 id:1 of https://codereview.chromium.org/1274013003/ ) by jvanverth · 9 years ago
  29. b091c44 Move GrDrawAtlasBatch to separate file by jvanverth · 9 years ago
  30. 7441782 Make folder for batches by joshualitt · 9 years ago
  31. 31ff762 First pass at drawAtlas batching. by jvanverth · 9 years ago
  32. 767276e Gold Workflows Documentation by hcm · 9 years ago
  33. 922c8b1 Break LCD and Bitmap text dependency on hardcoded atlas values by joshualitt · 9 years ago
  34. 469a3fe Add approxBytesUsed to hashes. by mtklein · 9 years ago
  35. 3848427 The compiler can generate smulbb perfectly well nowadays. by mtklein · 9 years ago
  36. ca1f07e Add Batch logging by joshualitt · 9 years ago
  37. f159518 This iOS crash makes little sense to me. Add some debugging. by mtklein · 9 years ago
  38. 30e4d75 This iOS crash makes little sense to me. Add some debugging. by mtklein · 9 years ago
  39. 9bca526 Fix StringTest for VS2015 by bsalomon · 9 years ago
  40. ebc1c10 Fix warnings on VS2015 x86_64 build by bsalomon · 9 years ago
  41. 4ab9d5f Split SkBmpCodec into three separate classes by msarett · 9 years ago
  42. 74992b5 Let SkWebpCodec decode to 565 by scroggo · 9 years ago
  43. 275412c Plug a leak in GrTestUtils. by senorblanco · 9 years ago
  44. 9ce386a Fix color swap for webp 565 by scroggo · 9 years ago
  45. 7430876 remove guard for SrcPtr in drawBitmapRect for android by reed · 9 years ago
  46. e683e81 Purge non-NEON ARM code. by mtklein · 9 years ago
  47. 765d6ad __ARM_NEON is defined both by ARMv8 and ARMv7 + -mfpu=neon. by mtklein · 9 years ago
  48. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  49. b4f9d0e Implement caching of stroked paths in the tessellating path renderer. by senorblanco · 9 years ago
  50. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  51. fb1141a Don't pass pipeline to GrBatch::generateGeometry() by bsalomon · 9 years ago
  52. c8da81d Another small fix for reordering by joshualitt · 9 years ago
  53. b639474 Port SkTextureCompression opts to SkOpts by mtklein · 9 years ago
  54. d0cf9d8 Remove SK_LEGACY_SKPOINT3_CTORS flag by robertphillips · 9 years ago
  55. e263908 SkSurface copy-on-write can yield stale GPU render targets. by fmalita · 9 years ago
  56. ebe06c0 Minor cleanup: remove GR_TESSELLATING_PATH_RENDERING #ifdef. by senorblanco · 9 years ago
  57. 2dcc759 use kFast_SrcRectConstraint to match drawAtlas semantics by reed · 9 years ago
  58. ab60c5b Support decoding PNG to 565. by scroggo · 9 years ago
  59. fd3d87c simulate drawatlas by reed · 9 years ago
  60. 1a39767 Rephrase Windows gyp instructions by mtklein · 9 years ago
  61. 4fc6ff22 Fix reording across rendertarget switching by joshualitt · 9 years ago
  62. f62833d Detect MIPS DSP and DSPR2 programattically. by mtklein · 9 years ago
  63. 7b77ac1 Fix variable shadowing and unreachable code that it caused by brucedawson · 9 years ago
  64. cbb12ca Fix ASAN error for wbmp swizzles by msarett · 9 years ago
  65. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  66. 59cd367 Revert of Implement caching of stroked paths in the tessellated path renderer. (patchset #4 id:60001 of https://codereview.chromium.org/1275553002/ ) by senorblanco · 9 years ago
  67. 29e0d3f Implement caching of stroked paths in the tessellated path renderer. by senorblanco · 9 years ago
  68. 94df023 Update NOPRESUBMIT docs. by mtklein · 9 years ago
  69. 99f567e Scanline decoding for wbmp by msarett · 9 years ago
  70. dfcba47 Moved common cross-project functionality out from SkTraceEvent.h into SkTraceEventCommon.h by oysteine · 9 years ago
  71. 2bd0285 Add skstd::move and skstd::forward. by bungeman · 9 years ago
  72. 2fe7923 Expose coord transforms from GrPipeline by joshualitt · 9 years ago
  73. b2aa7cb This CL wires up the backend portion necessary for sending transformed coords via vertex attributes. by joshualitt · 9 years ago
  74. 0e8296e Move impl of stroke rect batch from h to cpp by bsalomon · 9 years ago
  75. ee14a62 Give strokerectbatch a proper home by bsalomon · 9 years ago
  76. 8470290 fix for GrFragmentProcessor isEqual in GrPipeline by joshualitt · 9 years ago
  77. d8aa59d Remove SHADER_AA_FILL_RECT flag by robertphillips · 9 years ago
  78. 6c17ca5 Update yasm .gyp for tweaked ASAN bots. by mtklein · 9 years ago
  79. c0e1af1 Revert of Intentionally crash DM to make sure all bots are up-to-date. (patchset #1 id:1 of https://codereview.chromium.org/1274693002/ ) by mtklein · 9 years ago
  80. fa1c073 Fix make.py: BUILDTYPE by Eric Boren · 9 years ago
  81. 3749b96 Intentionally crash DM to make sure all bots are up-to-date. by Mike Klein · 9 years ago
  82. dd958e7 Add tools/ubsan.supp. by Mike Klein · 9 years ago
  83. 1cd6311 init atomic bool in SkImage_Gpu by bsalomon · 9 years ago
  84. 9162ea9 Revert of Break LCD and Bitmap text dependency on hardcoded atlas values (patchset #2 id:20001 of https://codereview.chromium.org/1271873002/ ) by joshualitt · 9 years ago
  85. b356cbc Move atlas creation to internal to GrResourceProvider by joshualitt · 9 years ago
  86. 093b4e8 - allow for stepping through a picture with 'n' and 'p' by reed · 9 years ago
  87. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  88. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  89. 1b99b54 Whitespace change to test Gerrit ACLs by borenet · 9 years ago
  90. d029ded Port morphology to SkOpts. by mtklein · 9 years ago
  91. 9f8754f Remove experimental/PdfViewer by halcanary · 9 years ago
  92. 1dedc3d SkPictureImageGenerator by fmalita · 9 years ago
  93. 8caa5af Reorganize to keep similar code together. by Mike Klein · 9 years ago
  94. 8e47cdb whitespace change to test whether I can commit by Eric Boren · 9 years ago
  95. 6c3c4ea Remove dead code. by Mike Klein · 9 years ago
  96. 84cd621 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 9 years ago
  97. 846b022 Break LCD and Bitmap text dependency on hardcoded atlas values by joshualitt · 9 years ago
  98. 1c005e4 Create a scanline decoder without creating a codec by scroggo · 9 years ago
  99. ddc726f Add cheat sheet to wrangler doc by joshualitt · 9 years ago
  100. dce5ce4 Port SkBlurImage opts to SkOpts. by mtklein · 9 years ago