1. 706d98e imagefilters always need to disable lcd by reed · 10 years ago
  2. d709ea8 Remove SkLONGLONG. by bungeman · 10 years ago
  3. cdeca44 Revert "Indexed PNG decoding: Ensure color table is large enough that the bit depth of the image will not allow reads beyond its end." by scroggo · 10 years ago
  4. 493c1ce Indexed PNG decoding: Ensure color table is large enough that the bit depth of the image will not allow reads beyond its end. by Leon Scroggins III · 10 years ago
  5. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 10 years ago
  6. d0a840d Disable GL_MULTISAMPLE when it's not being used by cdalton · 10 years ago
  7. 18ef5eb widen leak supression. looks like start_keepalive is sometimes inlined. by mtklein · 10 years ago
  8. b83205a Fix build for UCLIBC platforms by smcgruer · 10 years ago
  9. 6f7f201 Move GrAutoLocaleSetter to new file and fix issue with null locale by bsalomon · 10 years ago
  10. 82b0748 remove dead code by reed · 10 years ago
  11. ee1c2bc remove unneeded flags by reed · 10 years ago
  12. d68a550 Fix up some issues introduced by https://codereview.chromium.org/1013773002/ by jvanverth · 10 years ago
  13. 95a4fe3 always reset locale (not just in debug). by Brian Salomon · 10 years ago
  14. f33a8bf fix ios build wrt locale? by Brian Salomon · 10 years ago
  15. 3318ee7 Use C locale for numerics when emitting shaders. by bsalomon · 10 years ago
  16. 7411438 Revert "Revert of fix for invalid for loop syntax broke build (patchset #1 id:1 of https://codereview.chromium.org/1007373003/)" by msarett · 10 years ago
  17. 354eba5 Fix SDF gradient calculation for non-uniform xforms by jvanverth · 10 years ago
  18. dfdec78 Revert "Implementation of image decoding for bmp files, in accordance with the new API." by msarett · 10 years ago
  19. d184758 Revert of fix for invalid for loop syntax broke build (patchset #1 id:1 of https://codereview.chromium.org/1007373003/) by egdaniel · 10 years ago
  20. ffa901a DM: allow SKPs to be smaller than 1000x1000 by mtklein · 10 years ago
  21. e7903c7 FilterLevel -> SkFilterQuality by reed · 10 years ago
  22. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 10 years ago
  23. 903dcb0 Add __STDC_LIMIT_MACROS to SkDraw.cpp. by bungeman · 10 years ago
  24. d095f2b Test for glyphs which straddle the edge of device space. by bungeman · 10 years ago
  25. fdc3108 fix for invalid for loop syntax broke build by msarett · 10 years ago
  26. 3675874 Implementation of image decoding for bmp files, in accordance with the new API. by msarett · 10 years ago
  27. dedc2d8 check for null-pixelref by reed · 10 years ago
  28. 3a22466 remove deprecated setFilterBitmap/isFilterBitmap by reed · 10 years ago
  29. 1e23738 Suppress keepalive thread leak in DM. by mtklein · 10 years ago
  30. 19c25f1 move kTileModeCount out of TileMode enum by reed · 10 years ago
  31. 8c6a977 Update SKP version by skia.buildbots · 10 years ago
  32. 6af1b05 remove legacy onCreateCompatibleDevice by reed · 10 years ago
  33. 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
  34. 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
  35. 76033be Revert[6] of Change device creation to see the (optional) layer-paint by reed · 10 years ago
  36. de7665a Skip absurdly slow PDF tests on Valgrind bot. by mtklein · 10 years ago
  37. 57a48a7 add onCreateDevice to eventually replace onCreateCompatibleDevice by reed · 10 years ago
  38. 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
  39. 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
  40. 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
  41. 5bf99f1 Creation of GrBatchAtlas and Distancefieldpathrenderer batch by joshualitt · 10 years ago
  42. 2a679ae Fix bug with very large round rects with large radii by robertphillips · 10 years ago
  43. c1b11f1 Handle paths that do not report empty, but have no edges. by reed · 10 years ago
  44. 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
  45. fd45079 Call to retrieve SkDescriptor for SkScalarContext from SkPaint. by joshualitt · 10 years ago
  46. 6e8f903 Ico security issues fix by msarett · 10 years ago
  47. 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
  48. 1182d9a Change device creation to see the (optional) layer-paint by reed · 10 years ago
  49. 511005b Lower SkPictureShader tile size limits by fmalita · 10 years ago
  50. 11fa224 some utils for rect and matrix by reed · 10 years ago
  51. d1f7f99 Have DM and nanobench display times in minutes when they're above 60 seconds. by mtklein · 10 years ago
  52. f91b717 Ignore public API checks if COMMIT=false is in the description by rmistry · 10 years ago
  53. a10ea43 Revert of Ignore public API checks if COMMIT=false is in the description (patchset #4 id:80001 of https://codereview.chromium.org/1006473002/) by mtklein · 10 years ago
  54. d1783ae Ignore public API checks if COMMIT=false is in the description by rmistry · 10 years ago
  55. 95553d9 DM: display current memory usage (instead of peak) when available. by mtklein · 10 years ago
  56. 01cbf6c Make presubmit check that #if or #ifdef does not come before includes. by rmistry · 10 years ago
  57. 2e1c47e Rejigger keep-alive thread so TSAN and LSAN don't complain. by mtklein · 10 years ago
  58. f93dd48 Add #include first in Sk4x_* files by rmistry · 10 years ago
  59. de6fc2b DM: add keepalive for Valgrind bot. by mtklein · 10 years ago
  60. 172b455 Clean up SkDynamicAnnotations. by mtklein · 10 years ago
  61. 97f4394 Fix HWUI Sink for DM by Derek Sollenberger · 10 years ago
  62. 084340b Add terrible workaround to fix stencil clear crash on S3. by bsalomon · 10 years ago
  63. 79738cc Glyph positions maintain 32 bit integer part. by bungeman · 10 years ago
  64. dd8c637 Fix Windows build. by scroggo · 10 years ago
  65. 97cd070 Since SkDrawFilter has serious architectural issues and may be by tomhudson · 10 years ago
  66. a0d7b7b delete dead code by mtklein · 10 years ago
  67. de9e7a7 For safety include SkTypes.h in SkFontHost_mac.cpp by mtklein · 10 years ago
  68. 2271256 Clean up poppler code. by mtklein · 10 years ago
  69. cb251f1 Adjust atlas sizes to fix Mali400 precision issues by jvanverth · 10 years ago
  70. 6ba791f Fix debugger's overdraw color filter by robertphillips · 10 years ago
  71. 1c76216 Use proper SkFDot6 instead of int by qiankun.miao · 10 years ago
  72. f45796e Fix a memory leak when decoding corrupted indexed PNGs. by dml · 10 years ago
  73. 180aec4 Simplify clip inside a layer -- will be applied in restore by reed · 10 years ago
  74. d5b9840 fix for valgrind preAbandonGpuContext by joshualitt · 10 years ago
  75. 9b3aa54 optimization/fix: dirty the clip-bounds when we mod the clip in savelayer by reed · 10 years ago
  76. cc99dbc Skip WritePixels on GalaxyS3 by mtklein · 10 years ago
  77. a6def47 DM: show skipped and --blacklist notes only in verbose mode. by mtklein · 10 years ago
  78. 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
  79. c275493 simplify clip inside a layer -- will be applied in restore by reed · 10 years ago
  80. 96e657d remove unused params to DeviceCM constructor by reed · 10 years ago
  81. 4e2d3be Don't run ResourceCache unit test on NexusPlayer. by mtklein · 10 years ago
  82. be03bb6 Adjust distance field glyph and font atlas sizes to maximize storage. by jvanverth · 10 years ago
  83. 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
  84. 7e78f3d Fix bug in Valgrind flags config. by mtklein · 10 years ago
  85. 07e245f Adjust distance field glyph and font atlas sizes to maximize storage. by jvanverth · 10 years ago
  86. eb15141 Update SKP version by skia.buildbots · 10 years ago
  87. ba98761 Add pageset for theverge by rmistry · 10 years ago
  88. 732a92d Increase maximum gpu resources from 1024 to 4096 by kkinnunen · 10 years ago
  89. 167eb17 Use SkTMin and SkTMax for clamp/pin. by bungeman · 10 years ago
  90. 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
  91. 5baedd6 Use global GrMemoryPools protected by mutex for GrProcessor/GrBatch by bsalomon · 10 years ago
  92. d2737ad Adjust distance field glyph and font atlas sizes to maximize storage. by jvanverth · 10 years ago
  93. 86e31a1 Allow user to pass in a path for extra dependencies for gpu by egdaniel · 10 years ago
  94. 33a4582 Remove SK_SUPPORT_LEGACY_ADDOVAL by fmalita · 10 years ago
  95. 13e51f9 Run Valgrind bots with --nogpu and --nocpu as appropriate by borenet · 10 years ago
  96. 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
  97. f641bd0 use colorfilter instead of imagefilter when possible by reed · 10 years ago
  98. cedc36f Use ComposColorFilter to collaps hierarchy (when possible). by reed · 10 years ago
  99. 82966b5 Revert of For consistency, use our homebrew zlib everywhere possible. (patchset #6 id:100001 of https://codereview.chromium.org/971673005/) by mtklein · 10 years ago
  100. 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