1. 724ae28 Alter shader code for soft light to avoid driver bug. by egdaniel · 10 years ago
  2. ba9a4aa Revert of remove SK_SUPPORT_LEGACY_PATHOP_ENUMS (patchset #1 id:1 of https://codereview.chromium.org/1200323005/) by scroggo · 10 years ago
  3. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 10 years ago
  4. 1b8e1b5 Refactor GrBufferAllocPools to use resource cache by robertphillips · 10 years ago
  5. 8bcc7a0 remove SK_SUPPORT_LEGACY_PATHOP_ENUMS by reed · 10 years ago
  6. af4b233 remove SK_SUPPORT_LEGACY_FILTERLEVEL_ENUM by reed · 10 years ago
  7. 74f681d Make SkGpuDevice know its alpha type by bsalomon · 10 years ago
  8. 8419591 Make SkNSView's window accept mouseMoved events by bsalomon · 10 years ago
  9. c530854 Rename SkFontConfigParser_android SkFontMgr_android_parser. by bungeman · 10 years ago
  10. d416a5b Implement SkGLContext swapBuffers with fence syncs by cdalton · 10 years ago
  11. b607767 Revert of Refactor GrBufferAllocPools to use resource cache (patchset #15 id:280001 of https://codereview.chromium.org/1139753002/) by robertphillips · 10 years ago
  12. e582a5a remove SK_SUPPORT_LEGACY_OPTIONLESS_GET_PIXELS by reed · 10 years ago
  13. 1c75515 Revert of SkPDF: Annotations are clipped by canvas clip stack. (patchset #2 id:20001 of https://codereview.chromium.org/1148263005/) by halcanary · 10 years ago
  14. e935f1a Refactor GrBufferAllocPools to use resource cache by robertphillips · 10 years ago
  15. 591a2ca Stop using the NVPR glyph loading functionality by kkinnunen · 10 years ago
  16. bd1fb49 Rename SkFontHost_none.cpp to SkFontMgr_empty_factory. by bungeman · 10 years ago
  17. 5351aad Fix memory leak in SkPictureRecord by robertphillips · 10 years ago
  18. 702edbd Propagate SkSurfaceProps to more call sites by robertphillips · 10 years ago
  19. c210035 add break statement -- lost during rewrite earlier by reed · 10 years ago
  20. 871872f change old picture serialization to really handle images by reed · 10 years ago
  21. c1f56b5 fix for calling bindFragDataLocation on OpenGL 2.1 by joshualitt · 10 years ago
  22. efbffed Clean up usage of SkSurfaceProps by robertphillips · 10 years ago
  23. 343c7d1 Use vmulq_n_u32(..., 0x01010101) to distribute alphas. by mtklein · 10 years ago
  24. 0a4c3cb Implemented onGetScanlines and onSkipScanlines for interlaced pngs by emmaleer · 10 years ago
  25. 059ac00 Update some Sk4px APIs. by mtklein · 10 years ago
  26. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 10 years ago
  27. 34d7288 Change large glyph check back to > threshold. by jvanverth · 10 years ago
  28. 4854d13 Remove distance field flag from SkPaint by jvanverth · 10 years ago
  29. 78cff13 Make GrGLProgramDataManager not refcounted by kkinnunen · 10 years ago
  30. 7b05ff1 Rename all things "leaky" in SkDevice by robertphillips · 10 years ago
  31. fcf7829 remove SkDeviceProperties by robertphillips · 10 years ago
  32. 97c595f Switch to glyphs as paths at a higher point size on Android by jvanverth · 10 years ago
  33. 393551e Move rect_memcopy from helper to global static. by egdaniel · 10 years ago
  34. a0c414d Prevent webp from producing 0 dimensional images by msarett · 10 years ago
  35. 8b1fa6d Fix precision error in https://codereview.chromium.org/1188433011/ by robertphillips · 10 years ago
  36. 20eee3f Added check for ill-conditioned invert by robertphillips · 10 years ago
  37. 13a007d Expose SkFaceRec less. by bungeman · 10 years ago
  38. 9fc8275 Remove gamma field from SkDeviceProperties by robertphillips · 10 years ago
  39. 9aa9e71 Revert of Switch to glyphs as paths at a higher point size on Android (patchset #1 id:1 of https://codereview.chromium.org/1183053005/) by fmalita · 10 years ago
  40. 83bc229 Work around for nexus 6 TexSubImage issue by joshualitt · 10 years ago
  41. 5599996 disable floating point textures if GLSL version is < 330 by joshualitt · 10 years ago
  42. 932d413 Switch to glyphs as paths at a higher point size on Android by jvanverth · 10 years ago
  43. 7ab04d9 remove dead guarded code for legacy SkData proc by reed · 10 years ago
  44. de49988 add callbacks to Images that wrap client-provided content by reed · 10 years ago
  45. d7395d8 Initialize the sample config for wrapped RTs to kUnified. by senorblanco · 10 years ago
  46. 6f5e619 Add SkWebpCodec, for decoding .webp images. by scroggo · 10 years ago
  47. 4271765 Don't call bindTexture from GrGLProgram by cdalton · 10 years ago
  48. 241b56d Allows windowed apps to be built on the Mac just by writing a SkOSWindow subclass without needing nib/plist files. by bsalomon · 10 years ago
  49. 274980c Revert of Work around for nexus 6 TexSubImage issue (patchset #4 id:60001 of https://codereview.chromium.org/1173203005/) by joshualitt · 10 years ago
  50. c69fe20 Work around for nexus 6 TexSubImage issue by joshualitt · 10 years ago
  51. 1e23736 Remove FT_HAS_COLOR definition. by bungeman · 10 years ago
  52. cd08eff Plumb through out_row byte length so we can assert we stay underneath it. by mtklein · 10 years ago
  53. 525e90a Try again to rename one SkJpegUtility.h to remove ambiguity. by mtklein · 10 years ago
  54. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 10 years ago
  55. bcd7ab5 Add useDFT field to SkDeviceProperties by robertphillips · 10 years ago
  56. 00b621c Add sk_parallel_for() by mtklein · 10 years ago
  57. 5a9e299 Revert of Bump up point where we switch to distance fields for large glyphs (patchset #1 id:1 of https://codereview.chromium.org/1184153004/) by jvanverth · 10 years ago
  58. 77f85ad Move Android SkFontMgr::Factory to its own file. by bungeman · 10 years ago
  59. 2a4685f SkSemaphore: use SYNC_POLICY_LIFO on Mach. by mtklein · 10 years ago
  60. 61fa22b Add and use SkSemaphore by mtklein · 10 years ago
  61. 6b7f34e simplify release-proc for SkData, removing unneeded size param by reed · 10 years ago
  62. d83f495 initialize firstDir by caryclark · 10 years ago
  63. 0b1de26 Move FontConfig factory into separate file. by bungeman · 10 years ago
  64. 942e99b Modernize atomics in SkTaskGroup's threadpool. by mtklein · 10 years ago
  65. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 10 years ago
  66. 48fc0ea Avoid unnecessary comparison if both Typeface are NULL by jin.a.yang · 10 years ago
  67. 781d582 Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:120001 of https://codereview.chromium.org/1175553002/) by bsalomon · 10 years ago
  68. e3b22dc Remove SkOSWindow_Mac.cpp by bsalomon · 10 years ago
  69. 921827b Add a note to SkGlobalInitialization_chromium.cpp. by mtklein · 10 years ago
  70. 85ab551 Move closeWindow()/setFullscreen()/setVSynv() from SkWindow to SkOSWindow by bsalomon · 10 years ago
  71. 5b16e74 Make GrTextContext be owned by the GrDrawContext by robertphillips · 10 years ago
  72. 48297f7 Allow skia_win.cpp to be compiled in CONSOLE or GUI mode. by bsalomon · 10 years ago
  73. 8464a96 fix null-pointer deref in SkComposeShader::toString() by halcanary · 10 years ago
  74. c3176aa Fix dst bound reported by SkTileImageFilter by robertphillips · 10 years ago
  75. 446ee67 skia: Add runtime option to disable picture IO security precautions by hendrikw · 10 years ago
  76. 0fce1fb Bump up point where we switch to distance fields for large glyphs by jvanverth · 10 years ago
  77. 7a61793 Don't clear in SkSurface::NewWrappedRenderTarget by bsalomon · 10 years ago
  78. 1e7951f There are still things to sort out but this seems to run correctly. by bsalomon · 10 years ago
  79. 5cf1949 Refactor SkFontHost_linux into SkFontMgr_custom. by bungeman · 10 years ago
  80. 109a23d Remove the SkCanvas comment API by fmalita · 10 years ago
  81. e0ef4a7 win32: post invalidation rectangle to OS directly in SkOSWindow::onHandleInval() by bsalomon · 10 years ago
  82. 256cc89 Disable direction pre-caching to suss out TSAN failures. by mtklein · 10 years ago
  83. 3747875 Thorough tests for saturatedAdd and mulDiv255Round. by mtklein · 10 years ago
  84. 07a8fc8 Blacklist ARM from advanced blend by cdalton · 10 years ago
  85. da5469d Invalidate GrTexture mipmap on content change notification by junov · 10 years ago
  86. 27631bd Revert "Remove ambiguity of SkJpegUtility name." by scroggo · 10 years ago
  87. f5c633f don't rely on fonts having a stream by caryclark · 10 years ago
  88. b5b50a0 SkGIFMovie: Fix corrupted background color by Takahiro.Aizawa · 10 years ago
  89. eee0e4e SkPDF: Annotations are clipped by canvas clip stack. by halcanary · 10 years ago
  90. 626e1ff Import functionality for new GL backend by cdalton · 10 years ago
  91. 030dc84 Visual bench on native android by joshualitt · 10 years ago
  92. 1fe1858 Revert of Import functionality for new GL backend (patchset #2 id:20001 of https://codereview.chromium.org/1185573003/) by djsollen · 10 years ago
  93. 202c4c7 Import functionality for new GL backend by cdalton · 10 years ago
  94. 1dd0542 Review URL: https://codereview.chromium.org/1166513002 by cdalton · 10 years ago
  95. dded696 Implement support for mixed sampled render targets by vbuzinov · 10 years ago
  96. 93858b4 Remove ambiguity of SkJpegUtility name. by mtklein · 10 years ago
  97. a0f1a18 Don't leak fragment processor in SkColorFilter::asFragmentProcessors implementations. by bsalomon · 10 years ago
  98. ee0175f Move blend enums into GrBlend.h by cdalton · 10 years ago
  99. 3c83432 change Resize to take pixmap for src by reed · 10 years ago
  100. 74d614a remove unused private Resizer by reed · 10 years ago