1. 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  2. 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
  3. 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  4. a30b2ee PictureRecordBench's benchmarks are no longer relevant with SkRecord. by mtklein · 10 years ago
  5. f7007b0 Enable distance field path rendering in Chrome. by jvanverth · 10 years ago
  6. 7a10fb6 Separate JSON functions from DMWriteTask. by scroggo · 10 years ago
  7. ecf9875 Turn SkTaskGroups back on. by mtklein · 10 years ago
  8. 615c593 move SkTextBox into utils by reed · 10 years ago
  9. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  10. 66cad76 Always enable layer hoisting in Skia by robertphillips · 10 years ago
  11. e9f7fbf Revert of Turn SkTaskGroups back on. (patchset #1 id:1 of https://codereview.chromium.org/687263007/) by mtklein · 10 years ago
  12. ed3af66 Use Color Processor for color bitmap text draws on gpu. by egdaniel · 10 years ago
  13. 2100c5e Turn SkTaskGroups back on. by mtklein · 10 years ago
  14. a41d3c3 Make RTree handle the case where the playback canvas has empty clip bounds by junov · 10 years ago
  15. a3a706f Cleanup android to ensure it can compile with clang by djsollen · 10 years ago
  16. 13a8de0 Revert harder, removing SkTaskGroup.cpp from core temporarily. by mtklein · 10 years ago
  17. 89889b6 MultiPictureDraw is taskgroup aware. SampleApp is multipicturedraw aware. by reed · 10 years ago
  18. e001da2 SkV8Sample: Now with Path2D and Path2DBuilder. by jcgregorio · 10 years ago
  19. 79f8fae OptState owns program descriptor by joshualitt · 10 years ago
  20. 8f0d69e Remove unneeded file. by scroggo · 10 years ago
  21. 535e3b2 Fix the way we patch up the matrix for scaled images that aren't clamp/clamp by humper · 10 years ago
  22. 5e44b00 Start moving to the new canvas structure. by jcgregorio · 10 years ago
  23. 30b83d4 add gm: colorwheel by halcanary · 10 years ago
  24. e22f45f Doing the "using namespace" penance by adding in v8:: everywhere, like I should have to begin with. by jcgregorio · 10 years ago
  25. e332396 move c api into include by reed · 10 years ago
  26. 47eedcc Add utils to better quantize grayscale values to three bit indices while by pavel · 10 years ago
  27. d9aac34 Add SkMaskCache by qiankun.miao · 10 years ago
  28. e9e0dea SkLazyPtr follow ups by mtklein · 10 years ago
  29. 1d93266 SkLazyPtr suitable as a local or class member. by mtklein · 10 years ago
  30. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  31. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  32. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  33. dba3e64 Revert of Start to vectorize SkTileGrid. (patchset #48 id:1670001 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  34. 84c14ee Remove content from public_headers. by scroggo · 10 years ago
  35. 958e962 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  36. a71aee6 Remove obsolete SkRecording. by mtklein · 10 years ago
  37. 2348199 Revert of Start to vectorize SkTileGrid. (patchset #45 id:1430002 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  38. 90c7992 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  39. 6819df3 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  40. 6251d17 Split GrFragmentProcessor into its own header by bsalomon · 10 years ago
  41. f439c77 Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #17 id:1240001 of https://codereview.chromium.org/628453002/) by mtklein · 10 years ago
  42. 360b680 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  43. 380d7d7 Revert of No threadsafe statics. (patchset #1 id:1 of https://codereview.chromium.org/654663002/) by mtklein · 10 years ago
  44. 07894c4 Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #14 id:1050001 of https://codereview.chromium.org/628453002/) by mtklein · 10 years ago
  45. cad5d3e No threadsafe statics. by mtklein · 10 years ago
  46. 0880686 Enable color emoji GM on Android by jvanverth · 10 years ago
  47. 47c844a Adds a GrTBaseList class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  48. 335a0ae Allow GCC to build Skia on Mac. by mtklein · 10 years ago
  49. 93bee71 Remove empty recordy.gypi file. by tfarina · 10 years ago
  50. 1119c87 cleanup and optimize rect intersect routines by reed · 10 years ago
  51. feff7d2 Draw more accurate thick-stroked Beziers (disabled) by caryclark · 10 years ago
  52. ce68627 Adding 3D lut color filter by sugoi · 10 years ago
  53. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  54. a624e87 Implement C path functions by robertphillips · 10 years ago
  55. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  56. 1080596 Revert of Make the Sk GL context class an abstract base class (patchset #4 id:60001 of https://codereview.chromium.org/630843002/) by bsalomon · 10 years ago
  57. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  58. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  59. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  60. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  61. 38ba4e0 Add -Wno-invalid-offsetof to Mac and iOS builds too. by mtklein · 10 years ago
  62. fa38a30 Add GrAASmallPathRenderer. by jvanverth · 10 years ago
  63. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  64. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  65. e4b2314 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  66. ed48ebe Archive more dead code. by mtklein · 10 years ago
  67. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  68. 29dda80 Add support for EGL on linux by derekf · 10 years ago
  69. f6fde17 Archive more dead code. by mtklein · 10 years ago
  70. 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
  71. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  72. 8de02f4 Clean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMIZE_SK_RECORD. by mtklein · 10 years ago
  73. 1b466f7 Archive SkFloat by mtklein · 10 years ago
  74. b06e5a2 Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260001 of https://codereview.chromium.org/596053002/) by robertphillips · 10 years ago
  75. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  76. 89af44a Split GrDrawState and GrOptDrawState into separate classes and remove base class. by egdaniel · 10 years ago
  77. e33985a Revert "Add support for EGL on linux" by borenet · 10 years ago
  78. 1cea736 Add support for EGL on linux by derekf · 10 years ago
  79. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  80. baae2f1 remove flags that now live in chrome's SkUserConfig.h by reed · 10 years ago
  81. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  82. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  83. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  84. d49226c Get rid of SkImage_Codec by piotaixr · 10 years ago
  85. 8483326 SkTextBlob shader space workaround. by fmalita · 10 years ago
  86. 855d83f Uses a single pre-baked set of paths for drawing nvpr text of a given by cdalton · 10 years ago
  87. 65b427c fix battlefield website by disallowing very small coordinates by caryclark · 10 years ago
  88. 6a5c708 Add SkMiniData. by mtklein · 10 years ago
  89. 85265ff declare to gypi where SkDeviceProperties.h moved to by reed · 10 years ago
  90. e010f1c hide deviceproperties, prepare the way for surfaceprops by reed · 10 years ago
  91. f96ba02 Rename GrProgramResource to GrGpuResourceRef by bsalomon · 10 years ago
  92. 3850971 Revert "Revert "Move SkGpuDevice.h to src/gpu"" by bsalomon · 10 years ago
  93. 408d612 Breaking out full program and frag only by joshualitt · 10 years ago
  94. 963504b Revert of nanobench: lazily decode bitmaps from SKPs (patchset #1 id:1 of https://codereview.chromium.org/572933006/) by mtklein · 10 years ago
  95. b0a35f7 Revert "Move SkGpuDevice.h to src/gpu" by borenet · 10 years ago
  96. d99bbb6 Move SkGpuDevice.h to src/gpu by bsalomon · 10 years ago
  97. d664c21 nanobench: lazily decode bitmaps from SKPs by mtklein · 10 years ago
  98. 9564ce6 Fix scaling issue with distance field text. by jvanverth · 10 years ago
  99. 4416267 Nested picture nanobench by fmalita · 10 years ago
  100. 249af15 BUG=skia: by joshualitt · 10 years ago