1. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  2. 0e3129d Fix pointer aliasing bug in SkImageFilter::computeFastBounds. by jbroman · 8 years ago
  3. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  4. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  5. bf680c3 Image filters: fix the zero-sigma fast path in SkBlurImageFilter. by senorblanco · 8 years ago
  6. 18300a3 detach -> release by mtklein · 8 years ago
  7. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 8 years ago
  8. 5f939ab Use std::unique_ptr. by mtklein · 8 years ago
  9. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  10. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  11. 2691d76 Use std::unique_ptr. by mtklein · 8 years ago
  12. 1a9b964 Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )" by reed · 8 years ago
  13. 9283d20 Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ ) by reed · 8 years ago
  14. ce563cd more shader-->sp conversions by reed · 8 years ago
  15. fde0511 Make sp variants for SkData by reed · 8 years ago
  16. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 8 years ago
  17. 41b952c Add deferred texture upload API. by bsalomon · 8 years ago
  18. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  19. 3dd9ed3 Use std::unique_ptr. by mtklein · 8 years ago
  20. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  21. 20c1e3a Use std::unique_ptr. by mtklein · 8 years ago
  22. 8e47881 Remove anglesrgb config test - that config was removed. by brianosman · 8 years ago
  23. d93c120 Added (color=8888|f16|srgb) option to gpu configurations, along with gpuf16 and gpusrgb predefined configs. Runs the gpu backend in gamma-correct mode (with either FP16 linear or sRGB 8888 frambuffers). by brianosman · 8 years ago
  24. e6d665e Fix readback of 565 on Mac and enable tests by bsalomon · 8 years ago
  25. 150835e sk_sp versions of newWithColorFilter and newWithLocalMatrix by reed · 8 years ago
  26. 4984c3c Update Skia's YUV API by msarett · 8 years ago
  27. 0d99686 Restore SkImage::NewTextureFromPixmap changes. by bsalomon · 8 years ago
  28. 1cb3646 un-restore test, as bug is not fixed by reed · 8 years ago
  29. 2366408 TBR=robertphillips@google.com by bsalomon · 8 years ago
  30. 5671c5b SkImage now has makeShader to return sk_sp by reed · 8 years ago
  31. 6ceeebd unify peekPixels around pixmap parameter by reed · 8 years ago
  32. e344b26 Fix Mac bots because of failing readback of 565 TBR=robertphillips@google.com by Brian Salomon · 8 years ago
  33. 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 8 years ago
  34. 6ac97b7 Switch SkImageSource image filter over to new onFilterImage interface by robertphillips · 8 years ago
  35. 8103a34 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 8 years ago
  36. 51d04d3 Revert of SkPDF: Add sk_sp setters; .release() becomes std::move() (patchset #2 id:20001 of https://codereview.chromium.org/1775043002/ ) by halcanary · 8 years ago
  37. 647cc84 Add sk_ref_sp helper function. by reed · 8 years ago
  38. 9904c92 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 8 years ago
  39. 93bb080 make pm4f be RGBA always, not pmcolor order by reed · 8 years ago
  40. c901c11 Add element_type, swap, operators, fix reset on sk_sp. by bungeman · 8 years ago
  41. 53add95 Disable color space test for old versions of libpng by msarett · 8 years ago
  42. 4418dba Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated by robertphillips · 8 years ago
  43. 71aca54 add virtual ~Effect() by mtklein · 8 years ago
  44. c60fee0 Rework files and add test cases. by herb · 8 years ago
  45. 1590f3b Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ ) by msarett · 8 years ago
  46. 095d31c Update Skia's YUV API by msarett · 8 years ago
  47. 941da9d Fix behavior of sk_sp::reset(T*) and add unittest. by reed · 8 years ago
  48. ffa39e0 sk_sp: fix contravariant constructors by halcanary · 8 years ago
  49. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 8 years ago
  50. 6a73821 Set SkColorSpace object for PNGs and parse ICC profiles by msarett · 8 years ago
  51. d882901 Add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ )" by reed · 8 years ago
  52. a0cee5f remove align16 calls in skhader context sizes. will handle this elsewhere as needed by reed · 8 years ago
  53. 8621100 rewrite TArray test to not delete an SkSTArray via a SkTArray pointer. by mtklein · 8 years ago
  54. cd660e1 Revert of add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ ) by reed · 8 years ago
  55. 19cef56 add support for new bitmapshader context by reed · 8 years ago
  56. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 8 years ago
  57. 0eda258 move annotations to canvas virtual by reed · 8 years ago
  58. beab9e7 Add operator* and operator safe-bool to sk_sp. by bungeman · 8 years ago
  59. f655e93 Revert of Implement support for using GL ES 3.0 with command buffer (patchset #6 id:100001 of https://codereview.chromium.org/1684413003/ ) by kkinnunen · 8 years ago
  60. 5edf82e [Reland] Fix SkTwoPointConicalGradient zero-radius handling by fmalita · 8 years ago
  61. e2b0a0a update SkSmallAllocator to force internal allocations to be 16-byte aligned by reed · 8 years ago
  62. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  63. 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 8 years ago
  64. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  65. cb6cb38 sk_sp: Covariant Move Constructor and Move Assignment by halcanary · 8 years ago
  66. 217c0b3 sk_make_sp<T>() by halcanary · 8 years ago
  67. 7349490 Revert of Fix SkTwoPointConicalGradient zero-radius handling (patchset #2 id:20001 of https://codereview.chromium.org/1756573002/ ) by fmalita · 8 years ago
  68. 9c0b02a Fix SkTwoPointConicalGradient zero-radius handling by fmalita · 8 years ago
  69. 5b9ad76 Adding anisotropic mipmap levels to SkMipMap. by cblume · 8 years ago
  70. 744898a Revert of Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pix… (patchset #1 id:1 of https://codereview.chromium.org/1750383002/ ) by brianosman · 8 years ago
  71. b9e56c1 Fix FrontBufferedStreamTest by msarett · 8 years ago
  72. a6f5819 Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pixel config, which makes many things "just work". by brianosman · 8 years ago
  73. 7f7ec20 Fix bug in SkGifCodec / Switch SkImageDec tests to use Codec by msarett · 8 years ago
  74. bb7b043 isolate sk_sp from larger cl by reed · 8 years ago
  75. e9c8442 Revert of Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pix… (patchset #3 id:40001 of https://codereview.chromium.org/1746253002/ ) by brianosman · 8 years ago
  76. eef9802 Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pixel config, which makes many things "just work". by brianosman · 8 years ago
  77. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 8 years ago
  78. f236ee4 Enable RAW codec for Windows by yujieqin · 8 years ago
  79. b2c0133 When a surface is backed by an external render target force a copy on image snap by bsalomon · 8 years ago
  80. d5722a4 SkPDF/Test: detailed error messages in PDFDeflateWStreamTest by halcanary · 8 years ago
  81. a705641 Fix createTexture calls in vk tests by egdaniel · 8 years ago
  82. 47a1e96 Deduplicate axis value resolving code. by bungeman · 8 years ago
  83. f6bfccd Cleanups related to SkFixed. by benjaminwagner · 8 years ago
  84. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  85. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  86. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  87. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 8 years ago
  88. 7d57124 Unit Tests: eliminate stray SkDebugf()s. by halcanary · 8 years ago
  89. 8e9f5e3 SkPDF: fix scalar serialization by halcanary · 8 years ago
  90. d78c088 fix path ops fuzz bug by caryclark · 8 years ago
  91. c2d35d8 Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https://codereview.chromium.org/1683743005/ ) by benjaminwagner · 8 years ago
  92. 7ea5cb1 Cleanups related to SkFixed. by benjaminwagner · 8 years ago
  93. ca058f5 Retire SkShader::kSupports4f_Flag by fmalita · 8 years ago
  94. 55430a6 Update 4f linear gradient selection heuristic by fmalita · 8 years ago
  95. d0c4e09 Add dest type hint to SkShader::ContextRec by fmalita · 8 years ago
  96. a856e25 Better encapsulation and vector calling convention. by herb · 8 years ago
  97. f47b9a3 Allow client to force an SkImage snapshot to be unique (and uniquely own its backing store). by bsalomon · 8 years ago
  98. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 8 years ago
  99. 164a9f0 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 8 years ago
  100. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 8 years ago