1. 5087b2c Revert of Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame (patchset #7 id:140001 of https://codereview.chromium.org/545813002/) by mtklein · 10 years ago
  2. 8e45c37 Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame by yunchao.he · 10 years ago
  3. eefd18c Let SkTaskGroup work synchronously if no one created an SkTaskGroup::Enabler. by mtklein · 10 years ago
  4. 33a3050 SkData can allocate room for its contents in the same block by reed · 10 years ago
  5. f548444 Detect presence of dwrite_1.h. by bungeman · 10 years ago
  6. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  7. 406654b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  8. 2460bbd Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://codereview.chromium.org/531653002/) by mtklein · 10 years ago
  9. 9c7207b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  10. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  11. 8482504 make allocPixels throw on failure by reed · 10 years ago
  12. 5577387 Debugger render support for SkDrawTextBlobCommand. by fmalita · 10 years ago
  13. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  14. 3031350 Add missing text blob SkDrawCommand string. by fmalita · 10 years ago
  15. b742517 SkTextBlob plumbing by fmalita · 10 years ago
  16. 5e7b4f9 Require length in sk_wchar_to_string. by bungeman · 10 years ago
  17. 8bf3df6 remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE by reed · 10 years ago
  18. 95498ed Fix typo by krajcevski · 10 years ago
  19. 7e5598a Added bench for grid of patches. by dandov · 10 years ago
  20. 45f7842 Fixed memory leak for nanobench and crashing in SampleApp NOTREECHECKS=True by dandov · 10 years ago
  21. b3f319f Add support for new drawPicture entry point to debugger by robertphillips · 10 years ago
  22. cc03adb Proposal for the mesh gradient interface. Implemented as a grid of by dandov · 10 years ago
  23. d211c54 Turn off pedantic blit rect by krajcevski · 10 years ago
  24. dea60f6 Replace LLU with ULL to make VS2012 work again. by halcanary · 10 years ago
  25. 35fbd01 Migrate SkRTConfRegistry test to DEF_TEST(). by tfarina · 10 years ago
  26. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  27. a10555a Add BlitRect to SkTCompressedAlphaBlitter by krajcevski · 10 years ago
  28. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  29. dff491b Implement BlitRect for SkTCompressedAlphaBlitter by krajcevski · 10 years ago
  30. ab4c711 Fix bug in blitAntiH by krajcevski · 10 years ago
  31. 6eb03cc Add option to dump images from nanobench. by bsalomon · 10 years ago
  32. 95b1b3d Add astcbitmap to gm slides. by krajcevski · 10 years ago
  33. 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 10 years ago
  34. 2fc0582 - Add astcbitmap to gm slides by krajcevski · 10 years ago
  35. 45a0bf5 Pass a struct of functions instead of a function to the compressed blitter by krajcevski · 10 years ago
  36. b8ccc2f Pass compressed blitters to our mask drawing algorithm by krajcevski · 10 years ago
  37. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  38. 3c7edda Initial ASTC decoder -- currently only supports 2D LDR decomrpession modes. by krajcevski · 10 years ago
  39. 683206a Revert of Initial ASTC decoder -- currently only supports 2D LDR decomrpession modes. (https://codereview.chromium.org/444433002/) by krajcevski · 10 years ago
  40. 1840dcd Initial ASTC decoder -- currently only supports 2D LDR decomrpession modes. by krajcevski · 10 years ago
  41. 847092c SkThreadPool and co. are not public. by mtklein · 10 years ago
  42. 40a1e11 Add support for all compressed formats in KTX file format by krajcevski · 10 years ago
  43. e90c900 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  44. ecfff21 SkCanvas interface for drawing a patch. by dandov · 10 years ago
  45. 5049557 Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium.org/432143002/) by krajcevski · 10 years ago
  46. 5d8b1b4 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  47. 4ad76e3 Add initial pipeline for decompressors by krajcevski · 10 years ago
  48. 1b51d26 Revert of Add initial pipeline for decompressors (https://codereview.chromium.org/432503002/) by mtklein · 10 years ago
  49. 14a1df0 Add initial pipeline for decompressors by krajcevski · 10 years ago
  50. 8124bf0 Explicitly typedef GetUserDefaultLocaleName as WINVER may not be high enough when compiling to allow visibility of the function prototype in windows.h by george · 10 years ago
  51. b5294e8 Bring LATC in line with other formats (i.e. write a blitter and by krajcevski · 10 years ago
  52. 25a67bc Add query for block dimensions of a given format by krajcevski · 10 years ago
  53. 10a350c Add function for creating ASTC blitter by krajcevski · 10 years ago
  54. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  55. d5e46c7 Generalize compressed blitter into its own templated class by krajcevski · 10 years ago
  56. 4881a4d Some small ASTC optimizations by krajcevski · 10 years ago
  57. b2ef181 Add preliminary ASTC encoder by krajcevski · 10 years ago
  58. 2451937 Run CanvasState test across a library boundary. by scroggo · 10 years ago
  59. 6c35488 Refactor texture compressors into separate files by krajcevski · 10 years ago
  60. ad1df15 First pass at a blitter for R11 EAC alpha masks. This shaves 10ms off by krajcevski · 10 years ago
  61. be7e59e Make SkTextureCompressor compile with Clang 3.5 by halcanary · 10 years ago
  62. 352c218 Change SkCanvasState to use inheritance. by scroggo · 10 years ago
  63. 630598c Add support for NEON intrinsics to speed up texture compression. We can by krajcevski · 10 years ago
  64. d41dab4 Revert of Add support for NEON intrinsics to speed up texture compression. We can (https://codereview.chromium.org/390453002/) by krajcevski · 10 years ago
  65. 936b734 ios fixes by caryclark · 10 years ago
  66. bc9205b Add support for NEON intrinsics to speed up texture compression. We can by krajcevski · 10 years ago
  67. e53363f Cleanup: Remove SkUTF16_Str API. by tfarina · 10 years ago
  68. 1459be5 Optimized R11 EAC compressor by krajcevski · 10 years ago
  69. ce4dd3d Split SkPicturePlayback out of SkPictureData by robertphillips · 10 years ago
  70. 9245b7e When performing offscreen rendering on windows, attempt to use a pbuffer context. by bsalomon · 10 years ago
  71. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  72. f3d15dc Add a preliminary R11 EAC compressor by krajcevski · 10 years ago
  73. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  74. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  75. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  76. 89443ab change gpudevice and pdfdevice to inherit from basedevice by reed · 10 years ago
  77. 11a005e Promote SkInterpolator unit test to our tests driver. by tfarina · 10 years ago
  78. 8a24337 Another iOS fix for SampleApp. by jvanverth · 10 years ago
  79. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  80. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  81. eecc35f Some improvements to LATC compression by krajcevski · 10 years ago
  82. d7f846b Add needed virtual destructors. by bungeman · 10 years ago
  83. 0689d7b stop using SkBitmap::Config by reed · 10 years ago
  84. f252f64 hide virtuals on device for width/height/isopaque by reed · 10 years ago
  85. 66c9582 Fix a number of issues with iOS build. by jvanverth · 10 years ago
  86. 2b310e4 Texture compression unit tests along with a couple of bug fixes by krajcevski · 10 years ago
  87. 4585144 remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code by reed · 10 years ago
  88. a22ea18 Move Dashing filterPath to a dashing utils file by egdaniel · 10 years ago
  89. ae61440 Add texture compression utility by krajcevski · 10 years ago
  90. 51daa25 Split SkFontHost_win_dw. by bungeman · 10 years ago
  91. 5ec3d21 remove ashmem from skia by halcanary · 10 years ago
  92. 90b8caf Revert of Move Dashing filterPath to a dashing utils file (https://codereview.chromium.org/314623004/) by egdaniel · 10 years ago
  93. 576dcdc Move Dashing filterPath to a dashing utils file by egdaniel · 10 years ago
  94. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  95. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  96. c77392e use colortype instead of config by reed · 10 years ago
  97. 1b81877 Clean up SkOnce: by mtklein · 10 years ago
  98. a6a8f00 hide SkDevice::config() by reed · 10 years ago
  99. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  100. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago