1. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 8 years ago
  2. e8597a4 Delete SkImageDecoder by msarett · 8 years ago
  3. e267893 Remove debug prints in GrVkGpu by egdaniel · 8 years ago
  4. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 8 years ago
  5. 85f9269 Convert Gray8 images to N32 before uploading. Previously, we were by brianosman · 8 years ago
  6. 1579e3c Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  7. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  8. f037fde Delete SkImageDecoder by msarett · 8 years ago
  9. e8f3062 switch surface to sk_sp by reed · 8 years ago
  10. 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  11. 5b6e73e Delete SkImageDecoder by msarett · 8 years ago
  12. 6383ac0 Make GrGLGetDriverInfo work for null strings. by bsalomon · 8 years ago
  13. 9c79d7e Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patchset #15 id:270001 of https://codereview.chromium.org/1785643003/ ) by robertphillips · 8 years ago
  14. 22281c1 Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines) by egdaniel · 8 years ago
  15. 3c935bc Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  16. 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  17. 1d417a8 Add unit test for vertex attribute count. by bsalomon · 8 years ago
  18. f799706 Delete SkImageDecoder by msarett · 8 years ago
  19. 633b356 GrVkGpu initialization cleanup. by jvanverth · 8 years ago
  20. 7dbd45d Make max number of vertex attributes be checked dynamically by bsalomon · 8 years ago
  21. fe170d2 Fix borrowed GrVkImage::Resource. by jvanverth · 8 years ago
  22. 343a63d SkRecord: infer return type for visit() and mutate(). by mtklein · 8 years ago
  23. cfcd181 Fully implement onResetContext for Vulkan by egdaniel · 8 years ago
  24. e5e7984 Change signatures of filter bounds methods to return a rect. by senorblanco · 8 years ago
  25. 2cab66b fix release build vulkan by egdaniel · 8 years ago
  26. ddf9835 Minor fixes to avoid NVPR in Vulkan and provide good GrVkGpu teardown. by jvanverth · 8 years ago
  27. 3c48100 Make the debug interface a GrGLTestInterface subclass. by bsalomon · 8 years ago
  28. 7b2707d nanobench: Reduce the total number of statistics being captured. by jcgregorio · 8 years ago
  29. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  30. ba73ad0 Fix uninitialized fCurrProgramID in GrGLCreateNullInterface by fmalita · 8 years ago
  31. c2dc1b2 Add DescriptorPool and set manager to GrVkProgram by egdaniel · 8 years ago
  32. 56cb377 Fix ANGLE build by bsalomon · 8 years ago
  33. 470d77a Use dynamic state from vulkan pipelines by egdaniel · 8 years ago
  34. d2497f3 Enable extension support and debug layer. by jvanverth · 8 years ago
  35. b5a94e3 Store null GL context's state in interface object by bsalomon · 8 years ago
  36. fd359ca Implement Vulkan GrBackendObject for textures. by jvanverth · 8 years ago
  37. 8bea890 Propogate SkBudgeted for NewFromDeferredTextureImageData by ericrk · 8 years ago
  38. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  39. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  40. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  41. 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 9 years ago
  42. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 9 years ago
  43. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  44. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 9 years ago
  45. 852f15d free -> reset by mtklein · 9 years ago
  46. c85ce7c Use sktarray.begin() instead of &sktarray[0]. by bungeman · 9 years ago
  47. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 9 years ago
  48. e1849d1 Allow SkGpuDevice::drawSprite to handle subset SkBitmaps by robertphillips · 9 years ago
  49. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 9 years ago
  50. 0e3738d free -> reset by mtklein · 9 years ago
  51. 18300a3 detach -> release by mtklein · 9 years ago
  52. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 9 years ago
  53. 5f939ab Use std::unique_ptr. by mtklein · 9 years ago
  54. af1e21e GrTessellator: don't reuse the previous vertex buffer on a cache miss. by senorblanco · 9 years ago
  55. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  56. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 9 years ago
  57. 2691d76 Use std::unique_ptr. by mtklein · 9 years ago
  58. c161310 Begin tracking GL_TEXTURE_ and GL_DRAW_INDIRECT_ buffer bindings by cdalton · 9 years ago
  59. dbb429a Create new buffer (if necessary) on vkMap by jvanverth · 9 years ago
  60. b4ecabd Fix BGRA/RGBA readback conversions on mac by ericrk · 9 years ago
  61. c04ce67 Add caps and GL API for buffer texture by cdalton · 9 years ago
  62. 5f2d8e2 Add sampler precision to GrTextureAccess by cdalton · 9 years ago
  63. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 9 years ago
  64. 41b952c Add deferred texture upload API. by bsalomon · 9 years ago
  65. 6266dca Reject dashes from GrAADFR by bsalomon · 9 years ago
  66. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  67. 3dd9ed3 Use std::unique_ptr. by mtklein · 9 years ago
  68. ae47aee Fix some bugs and performance issues with skiaserve by joshualitt · 9 years ago
  69. a6b439a Fix 32bit win Vulkan build by bsalomon · 9 years ago
  70. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  71. cf371bb Use correct gradient calculation for rotated distance fields. by jvanverth · 9 years ago
  72. 20c1e3a Use std::unique_ptr. by mtklein · 9 years ago
  73. 6599eff GrTessellator: abstract vertex allocation into caller. by senorblanco · 9 years ago
  74. e6d665e Fix readback of 565 on Mac and enable tests by bsalomon · 9 years ago
  75. 4984c3c Update Skia's YUV API by msarett · 9 years ago
  76. 0d99686 Restore SkImage::NewTextureFromPixmap changes. by bsalomon · 9 years ago
  77. 2366408 TBR=robertphillips@google.com by bsalomon · 9 years ago
  78. 5671c5b SkImage now has makeShader to return sk_sp by reed · 9 years ago
  79. 6ceeebd unify peekPixels around pixmap parameter by reed · 9 years ago
  80. 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 9 years ago
  81. 0fcfb75 Fix some issues for Linux Vulkan build by jvanverth · 9 years ago
  82. 5b592e8 Reenable dev bounds clip reduction by bsalomon · 9 years ago
  83. 7467ab8 Fix nullptr access in GrTextureProvider::createMipMappedTexture by bsalomon · 9 years ago
  84. e699d0c Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 9 years ago
  85. d5e3b9e Fill out more information in GrVkCaps by egdaniel · 9 years ago
  86. 910114a Buffer fix for VkProgram caching by jvanverth · 9 years ago
  87. b0666ad Fix up GrAuditTrail to allow arbitrary reordering by joshualitt · 9 years ago
  88. 08e65e7 Lazy init batch unique ID by joshualitt · 9 years ago
  89. e6eaa32 Small GrTessellator refactor and cleanup. by senorblanco · 9 years ago
  90. cdaa97b Circle GP/batch housecleaning by bsalomon · 9 years ago
  91. 8d988b3 Add support for 2x2 matrices by cdalton · 9 years ago
  92. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 9 years ago
  93. 4418dba Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated by robertphillips · 9 years ago
  94. aecc018 Attempt to combine batches in forward direction before flush by bsalomon · 9 years ago
  95. 1590f3b Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ ) by msarett · 9 years ago
  96. 095d31c Update Skia's YUV API by msarett · 9 years ago
  97. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 9 years ago
  98. e77875a Fix stall in Vk clear by jvanverth · 9 years ago
  99. 8b6394c Add a cache of GrVkSamplers in GrVkResourceProvider. by egdaniel · 9 years ago
  100. d331259 Revert of Don't allow nullptr in texels array params (unless using a transfer buffer). (patchset #3 id:60001 of https://codereview.chromium.org/1765633002/ ) by bsalomon · 9 years ago