1. 84bc52a work in progress by halcanary · 10 years ago
  2. d476a17 Remove PDF JPEG shortcut, since it fails on grayscale JPEGs. by halcanary · 10 years ago
  3. 742cacd multipage_pdf_profiler, gmtoskp by halcanary · 10 years ago
  4. 371bcbc Add a base class for GrIODB that handles geometry data by bsalomon · 10 years ago
  5. 9367992 Add float-to-half (binary16) conversion functions. by jvanverth · 10 years ago
  6. 986ca61 rename SkDrawable to SkADrawable by reed · 10 years ago
  7. adc8d98 add sample to exercising hittesting by reed · 10 years ago
  8. 535776e Revert of nanobench: lazily decode bitmaps in .skps. (patchset #1 id:1 of https://codereview.chromium.org/743613005/) by mtklein · 10 years ago
  9. 7e225bd nanobench: lazily decode bitmaps in .skps. by mtklein · 10 years ago
  10. afa278e more c by reed · 10 years ago
  11. f98862c SkRecord: outline methods that are not called O(N) times. by mtklein · 10 years ago
  12. c0591ca Revert of Add -ftrapv to debug builds. (patchset #1 id:1 of https://codereview.chromium.org/702893003/) by mtklein · 10 years ago
  13. ebacb61 Add -ftrapv to debug builds. by mtklein · 10 years ago
  14. 5ec443c Clean up FreeType code for 2.3.8. by bungeman · 10 years ago
  15. 947556f remove GrAllocPool by joshualitt · 10 years ago
  16. 19996ed Small changes to get things building and running on Linux/ARM. by mtklein · 10 years ago
  17. 60b24d0 Cleanup: Delete webtry.gyp by tfarina · 10 years ago
  18. c07379d Adding GeometryData object by joshualitt · 10 years ago
  19. 26bdfcb Remove /arch:SSE2 from Win 64 Release builds by bsalomon · 10 years ago
  20. 02bcd9d move GrGeometryProcessor to src by joshualitt · 10 years ago
  21. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  22. 6fd5e6e http://skbug.com/3130 step 4 (include/utils/SkWGL.h gone for good) by halcanary · 10 years ago
  23. 0bd57b2 SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  24. 52b7822 Revert of SkVarAlloc::approxBytesAllocated (patchset #5 id:80001 of https://codereview.chromium.org/730193003/) by mtklein · 10 years ago
  25. f27f1bc SkVarAlloc::approxBytesAllocated() by mtklein · 10 years ago
  26. a18cc77 Really enable deprecation warnings for Android framework. by scroggo · 10 years ago
  27. 21c771b Revert "move SkPDFD*.h from include to src" by Greg Humphreys · 10 years ago
  28. 6930243 move SkPDFD*.h from include to src by halcanary · 10 years ago
  29. a27ef58 Move SkDocument_PDF.cpp into pdf.gypi - now standard PDF API by halcanary · 10 years ago
  30. 21041e0 http://skbug.com/3130 step 1 (to fix chromium roll) by halcanary · 10 years ago
  31. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  32. c87dd2c Enable unused param checking for public includes. by djsollen · 10 years ago
  33. 082a462 Move WGL header from include to src by djsollen · 10 years ago
  34. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  35. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  36. 5ae7765 Cleanup the XML directory in public includes. by djsollen · 10 years ago
  37. 6740feb Don't use /ZI on 64 bit windows by bsalomon · 10 years ago
  38. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  39. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  40. 0b17d6c Cleanup public includes directory. by djsollen · 10 years ago
  41. e454521 Cleanup GrContextFactory and make it's subclasses private by djsollen · 10 years ago
  42. b6cbc38 Add GrProcOptInfo class to track various output information for color and coverage stages. by egdaniel · 10 years ago
  43. 3b27ade Revert of Make nanobench and dm be usable from Chromium build (patchset #5 id:80001 of https://codereview.chromium.org/657373002/) by jcgregorio · 10 years ago
  44. 1c6e757 Revert of Fix build for iOS after "Make nanobench and dm be usable from Chromium build" (patchset #1 id:1 of https://codereview.chromium.org/716413003/) by jcgregorio · 10 years ago
  45. 65f5531 These tests stress pathops by describing the union of circle-like paths that have tiny line segments embedded and double back to create near-coincident conditions. by caryclark · 10 years ago
  46. 0935aed Fix build for iOS after "Make nanobench and dm be usable from Chromium build" by kkinnunen · 10 years ago
  47. c092d3b Make nanobench and dm be usable from Chromium build by kkinnunen · 10 years ago
  48. 8113dd1 SkVarAlloc by mtklein · 10 years ago
  49. 71a2363 More cleanup: streamline paths and bitmaps. by mtklein · 10 years ago
  50. 8236591 Rename GrAccelData to SkLayerInfo and move it to src/core by robertphillips · 10 years ago
  51. a74ce85 Start stripping out complicated parts of SkPicture{Record,Data}. by mtklein · 10 years ago
  52. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  53. 453cf40 Add GrGpuResource::CacheAccess by bsalomon · 10 years ago
  54. a99f9ee Reenable deprecation warnings on Android framework. by scroggo · 10 years ago
  55. 5da116f start again on Sk4x with portable version and unit tests work on tests by mtklein · 10 years ago
  56. c536942 initial checkin for experimenting by reed · 10 years ago
  57. b61e206 Add tests (and fix!) for known bad ICO files. by scroggo · 10 years ago
  58. 8e74b15 Fix SkTime::GetDateTime Posix implementation, add unit test. by halcanary · 10 years ago
  59. 4973d9d Default geometry processor by joshualitt · 10 years ago
  60. ee0ea3f Revert of Default geometry processor (patchset #9 id:160001 of https://codereview.chromium.org/678953002/) by joshualitt · 10 years ago
  61. ff34307 Default geometry processor by joshualitt · 10 years ago
  62. 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  63. aa30ab3 Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures (patchset #2 id:20001 of https://codereview.chromium.org/699453005/) by jvanverth · 10 years ago
  64. 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  65. a30b2ee PictureRecordBench's benchmarks are no longer relevant with SkRecord. by mtklein · 10 years ago
  66. f7007b0 Enable distance field path rendering in Chrome. by jvanverth · 10 years ago
  67. 7a10fb6 Separate JSON functions from DMWriteTask. by scroggo · 10 years ago
  68. ecf9875 Turn SkTaskGroups back on. by mtklein · 10 years ago
  69. 615c593 move SkTextBox into utils by reed · 10 years ago
  70. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  71. 66cad76 Always enable layer hoisting in Skia by robertphillips · 10 years ago
  72. e9f7fbf Revert of Turn SkTaskGroups back on. (patchset #1 id:1 of https://codereview.chromium.org/687263007/) by mtklein · 10 years ago
  73. ed3af66 Use Color Processor for color bitmap text draws on gpu. by egdaniel · 10 years ago
  74. 2100c5e Turn SkTaskGroups back on. by mtklein · 10 years ago
  75. a41d3c3 Make RTree handle the case where the playback canvas has empty clip bounds by junov · 10 years ago
  76. a3a706f Cleanup android to ensure it can compile with clang by djsollen · 10 years ago
  77. 13a8de0 Revert harder, removing SkTaskGroup.cpp from core temporarily. by mtklein · 10 years ago
  78. 89889b6 MultiPictureDraw is taskgroup aware. SampleApp is multipicturedraw aware. by reed · 10 years ago
  79. e001da2 SkV8Sample: Now with Path2D and Path2DBuilder. by jcgregorio · 10 years ago
  80. 79f8fae OptState owns program descriptor by joshualitt · 10 years ago
  81. 8f0d69e Remove unneeded file. by scroggo · 10 years ago
  82. 535e3b2 Fix the way we patch up the matrix for scaled images that aren't clamp/clamp by humper · 10 years ago
  83. 5e44b00 Start moving to the new canvas structure. by jcgregorio · 10 years ago
  84. 30b83d4 add gm: colorwheel by halcanary · 10 years ago
  85. e22f45f Doing the "using namespace" penance by adding in v8:: everywhere, like I should have to begin with. by jcgregorio · 10 years ago
  86. e332396 move c api into include by reed · 10 years ago
  87. 47eedcc Add utils to better quantize grayscale values to three bit indices while by pavel · 10 years ago
  88. d9aac34 Add SkMaskCache by qiankun.miao · 10 years ago
  89. e9e0dea SkLazyPtr follow ups by mtklein · 10 years ago
  90. 1d93266 SkLazyPtr suitable as a local or class member. by mtklein · 10 years ago
  91. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  92. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  93. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  94. dba3e64 Revert of Start to vectorize SkTileGrid. (patchset #48 id:1670001 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  95. 84c14ee Remove content from public_headers. by scroggo · 10 years ago
  96. 958e962 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  97. a71aee6 Remove obsolete SkRecording. by mtklein · 10 years ago
  98. 2348199 Revert of Start to vectorize SkTileGrid. (patchset #45 id:1430002 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  99. 90c7992 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  100. 6819df3 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago