1. 903dcb0 Add __STDC_LIMIT_MACROS to SkDraw.cpp. by bungeman · 10 years ago
  2. d095f2b Test for glyphs which straddle the edge of device space. by bungeman · 10 years ago
  3. fdc3108 fix for invalid for loop syntax broke build by msarett · 10 years ago
  4. 3675874 Implementation of image decoding for bmp files, in accordance with the new API. by msarett · 10 years ago
  5. dedc2d8 check for null-pixelref by reed · 10 years ago
  6. 1e0bf7e Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/949263002/) by bsalomon · 10 years ago
  7. 3700c9a Revert of Add terrible workaround to fix stencil clear crash on S3. (patchset #1 id:1 of https://codereview.chromium.org/1001693003/) by ccameron · 10 years ago
  8. 76033be Revert[6] of Change device creation to see the (optional) layer-paint by reed · 10 years ago
  9. 173e5fe Revert of Revert of Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1005173004/) by reed · 10 years ago
  10. 307d1ed Revert of Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1001423002/) by reed · 10 years ago
  11. 8e14d66 Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1006923002/) by reed · 10 years ago
  12. 5bf99f1 Creation of GrBatchAtlas and Distancefieldpathrenderer batch by joshualitt · 10 years ago
  13. 2a679ae Fix bug with very large round rects with large radii by robertphillips · 10 years ago
  14. c1b11f1 Handle paths that do not report empty, but have no edges. by reed · 10 years ago
  15. f7076a1 Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1008863002/) by reed · 10 years ago
  16. fd45079 Call to retrieve SkDescriptor for SkScalarContext from SkPaint. by joshualitt · 10 years ago
  17. 6e8f903 Ico security issues fix by msarett · 10 years ago
  18. 0e040f7 Revert of Change device creation to see the (optional) layer-paint (patchset #9 id:160001 of https://codereview.chromium.org/988413003/) by reed · 10 years ago
  19. 1182d9a Change device creation to see the (optional) layer-paint by reed · 10 years ago
  20. 511005b Lower SkPictureShader tile size limits by fmalita · 10 years ago
  21. 11fa224 some utils for rect and matrix by reed · 10 years ago
  22. f93dd48 Add #include first in Sk4x_* files by rmistry · 10 years ago
  23. 172b455 Clean up SkDynamicAnnotations. by mtklein · 10 years ago
  24. 084340b Add terrible workaround to fix stencil clear crash on S3. by bsalomon · 10 years ago
  25. 79738cc Glyph positions maintain 32 bit integer part. by bungeman · 10 years ago
  26. a0d7b7b delete dead code by mtklein · 10 years ago
  27. de9e7a7 For safety include SkTypes.h in SkFontHost_mac.cpp by mtklein · 10 years ago
  28. 2271256 Clean up poppler code. by mtklein · 10 years ago
  29. cb251f1 Adjust atlas sizes to fix Mali400 precision issues by jvanverth · 10 years ago
  30. 6ba791f Fix debugger's overdraw color filter by robertphillips · 10 years ago
  31. 1c76216 Use proper SkFDot6 instead of int by qiankun.miao · 10 years ago
  32. f45796e Fix a memory leak when decoding corrupted indexed PNGs. by dml · 10 years ago
  33. 180aec4 Simplify clip inside a layer -- will be applied in restore by reed · 10 years ago
  34. d5b9840 fix for valgrind preAbandonGpuContext by joshualitt · 10 years ago
  35. 9b3aa54 optimization/fix: dirty the clip-bounds when we mod the clip in savelayer by reed · 10 years ago
  36. 4412465 Revert of simplify clip inside a layer -- will be applied in restore (patchset #2 id:20001 of https://codereview.chromium.org/997763002/) by reed · 10 years ago
  37. c275493 simplify clip inside a layer -- will be applied in restore by reed · 10 years ago
  38. 96e657d remove unused params to DeviceCM constructor by reed · 10 years ago
  39. be03bb6 Adjust distance field glyph and font atlas sizes to maximize storage. by jvanverth · 10 years ago
  40. c41df8d Revert of Adjust distance field glyph and font atlas sizes to maximize storage. (patchset #8 id:140001 of https://codereview.chromium.org/986343002/) by jvanverth · 10 years ago
  41. 07e245f Adjust distance field glyph and font atlas sizes to maximize storage. by jvanverth · 10 years ago
  42. 732a92d Increase maximum gpu resources from 1024 to 4096 by kkinnunen · 10 years ago
  43. a548593 Revert of Adjust distance field glyph and font atlas sizes to maximize storage. (patchset #5 id:80001 of https://codereview.chromium.org/986343002/) by jvanverth · 10 years ago
  44. 5baedd6 Use global GrMemoryPools protected by mutex for GrProcessor/GrBatch by bsalomon · 10 years ago
  45. d2737ad Adjust distance field glyph and font atlas sizes to maximize storage. by jvanverth · 10 years ago
  46. 33a4582 Remove SK_SUPPORT_LEGACY_ADDOVAL by fmalita · 10 years ago
  47. 1b110d6 Revert of use colorfilter instead of imagefilter when possible (patchset #6 id:100001 of https://codereview.chromium.org/966233002/) by reed · 10 years ago
  48. f641bd0 use colorfilter instead of imagefilter when possible by reed · 10 years ago
  49. cedc36f Use ComposColorFilter to collaps hierarchy (when possible). by reed · 10 years ago
  50. 8371b7e Revert of Fix a memory leak when decoding corrupted indexed PNGs. (patchset #2 id:20001 of https://codereview.chromium.org/951663002/) by reed · 10 years ago
  51. 561a1ca Fix a memory leak when decoding corrupted indexed PNGs. by dml · 10 years ago
  52. 23d8593 Update SkPicture cull rects with RTree information by schenney · 10 years ago
  53. a27cdef Make Sk4f(float) constructor explicit. by mtklein · 10 years ago
  54. c2ff529 Fix bit rot in SkGlyphCache validate code. by herb · 10 years ago
  55. 9ce30e1 Clip scissor to RT bounds by bsalomon · 10 years ago
  56. bb3be25 Remove rect clip type from grclip. by bsalomon · 10 years ago
  57. 96e02a8 Fix rect clips by bsalomon · 10 years ago
  58. 91fd737 SKPMFloat: we can beat the naive loops when clamping by mtklein · 10 years ago
  59. 4ab3dbb Adding linear interpolation to rgb->yuv conversion by sugoi · 10 years ago
  60. 55f0b18 Revert "Don't require AA in order to use shader-based clips" by bsalomon · 10 years ago
  61. 5c518a8 Revert of check for inputs before reporting asColorFilter (patchset #7 id:110001 of https://codereview.chromium.org/967833003/) by reed · 10 years ago
  62. 4b31de8 handle null vertex or index buffers in batch by joshualitt · 10 years ago
  63. 961707f Remove SkPorterDuff now that Android has been updated. by djsollen · 10 years ago
  64. bdad9c3 Add flag to force gpu trace markers to be used and printed out for debugging. by egdaniel · 10 years ago
  65. a0865b4 Revert of Update SkPicture cull rects with RTree information (patchset #6 id:140001 of https://codereview.chromium.org/971803002/) by joshualitt · 10 years ago
  66. c1e97b3 Fix uninitialized memory bug in the SkGlyphCache. by herb · 10 years ago
  67. 548bf38 4-at-a-time SkPMColor -> SkPMFloat API. by mtklein · 10 years ago
  68. dac843b Use ComposeColorFilter in factory to collapse consecutive filters (when possible). by reed · 10 years ago
  69. bca3c9f Update gpu trace marker system for MultiDrawBuffer world by robertphillips · 10 years ago
  70. d14101e Fix GPU trace marker bug by robertphillips · 10 years ago
  71. 2dd3b66 Update SkPicture cull rects with RTree information by schenney · 10 years ago
  72. dc81222 add impl limit for number of leaf-nodes in composecolorfilter by reed · 10 years ago
  73. 9ba3972 Batchify the tessellated path renderer. by senorblanco · 10 years ago
  74. a9baa65 Revert of Add image as a draw type that can be filtered (patchset #4 id:60001 of https://codereview.chromium.org/960783003/) by kkinnunen · 10 years ago
  75. fa77eb1 Add image as a draw type that can be filtered by kkinnunen · 10 years ago
  76. c877a71 4x library for NEON by msarett · 10 years ago
  77. 6ba6fa1 Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 10 years ago
  78. 4e644f5 Update SkPMFloat API a bit. by mtklein · 10 years ago
  79. 85d5eb9 Pass blob bounds to the looper, if available by fmalita · 10 years ago
  80. ea8b55d simplify logic in SkPerliNoiseShader for GPU when constant color by bsalomon · 10 years ago
  81. 876c313 skia: Add tracing for skia's budget by hendrikw · 10 years ago
  82. 8c7ba09 Add SSSE3 implementation for SkPMFloat, with faster get() and set(). by mtklein · 10 years ago
  83. b841060 Revert of Adding linear interpolation to rgb->yuv conversion (patchset #1 id:1 of https://codereview.chromium.org/973563002/) by joshualitt · 10 years ago
  84. 01849ac disable chatting debugf by reed · 10 years ago
  85. f72558e Fix uninitialized variable in GrGpu by hendrikw · 10 years ago
  86. 024f996 Text blob run paints should be filtered. by fmalita · 10 years ago
  87. cd9d42c Adding linear interpolation to rgb->yuv conversion by sugoi · 10 years ago
  88. 193ea93 Split GrTargetCommands into its own files by robertphillips · 10 years ago
  89. dad7794 Split command holding object (GrTargetCommands) out of GrInOrderDrawBuffer by robertphillips · 10 years ago
  90. 47ef4d5 XPS, DM: add SkDocument::CreateXPS by halcanary · 10 years ago
  91. f24f224 Add SkCodec, including PNG implementation. by scroggo · 10 years ago
  92. 0aebf5d Test and fix SkPMFloat rounding. by mtklein · 10 years ago
  93. c2574f3 Revert of XPS, DM: add SkDocument::CreateXPS (patchset #8 id:310001 of https://codereview.chromium.org/963953002/) by halcanary · 10 years ago
  94. 00d39bc XPS, DM: add SkDocument::CreateXPS by halcanary · 10 years ago
  95. 60d2a32 Make SkPMFloats store floats in [0,255] instead of [0,1]. by mtklein · 10 years ago
  96. cff10b2 change colorfilter to return an array of frag processors by reed · 10 years ago
  97. 7ab4277 Don't guarantee any particular color order for SkPMFloat. Hide fColor. by mtklein · 10 years ago
  98. 8a8d841 add virtuals to optimize composing colorfilters by reed · 10 years ago
  99. aae3091 Draw glyphs on Mac without font transform. by bungeman · 10 years ago
  100. b421650 add double precision convex test by caryclark · 10 years ago