1. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  2. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  3. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 8 years ago
  4. 852f15d free -> reset by mtklein · 8 years ago
  5. c85ce7c Use sktarray.begin() instead of &sktarray[0]. by bungeman · 8 years ago
  6. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 8 years ago
  7. e1849d1 Allow SkGpuDevice::drawSprite to handle subset SkBitmaps by robertphillips · 8 years ago
  8. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  9. 0e3738d free -> reset by mtklein · 8 years ago
  10. 18300a3 detach -> release by mtklein · 8 years ago
  11. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 8 years ago
  12. 5f939ab Use std::unique_ptr. by mtklein · 8 years ago
  13. af1e21e GrTessellator: don't reuse the previous vertex buffer on a cache miss. by senorblanco · 8 years ago
  14. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  15. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  16. 2691d76 Use std::unique_ptr. by mtklein · 8 years ago
  17. c161310 Begin tracking GL_TEXTURE_ and GL_DRAW_INDIRECT_ buffer bindings by cdalton · 8 years ago
  18. dbb429a Create new buffer (if necessary) on vkMap by jvanverth · 8 years ago
  19. b4ecabd Fix BGRA/RGBA readback conversions on mac by ericrk · 8 years ago
  20. c04ce67 Add caps and GL API for buffer texture by cdalton · 8 years ago
  21. 5f2d8e2 Add sampler precision to GrTextureAccess by cdalton · 8 years ago
  22. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 8 years ago
  23. 41b952c Add deferred texture upload API. by bsalomon · 8 years ago
  24. 6266dca Reject dashes from GrAADFR by bsalomon · 8 years ago
  25. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  26. 3dd9ed3 Use std::unique_ptr. by mtklein · 8 years ago
  27. ae47aee Fix some bugs and performance issues with skiaserve by joshualitt · 8 years ago
  28. a6b439a Fix 32bit win Vulkan build by bsalomon · 8 years ago
  29. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  30. cf371bb Use correct gradient calculation for rotated distance fields. by jvanverth · 8 years ago
  31. 20c1e3a Use std::unique_ptr. by mtklein · 8 years ago
  32. 6599eff GrTessellator: abstract vertex allocation into caller. by senorblanco · 8 years ago
  33. e6d665e Fix readback of 565 on Mac and enable tests by bsalomon · 8 years ago
  34. 4984c3c Update Skia's YUV API by msarett · 8 years ago
  35. 0d99686 Restore SkImage::NewTextureFromPixmap changes. by bsalomon · 8 years ago
  36. 2366408 TBR=robertphillips@google.com by bsalomon · 8 years ago
  37. 5671c5b SkImage now has makeShader to return sk_sp by reed · 8 years ago
  38. 6ceeebd unify peekPixels around pixmap parameter by reed · 8 years ago
  39. 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 8 years ago
  40. 0fcfb75 Fix some issues for Linux Vulkan build by jvanverth · 8 years ago
  41. 5b592e8 Reenable dev bounds clip reduction by bsalomon · 8 years ago
  42. 7467ab8 Fix nullptr access in GrTextureProvider::createMipMappedTexture by bsalomon · 8 years ago
  43. e699d0c Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 8 years ago
  44. d5e3b9e Fill out more information in GrVkCaps by egdaniel · 8 years ago
  45. 910114a Buffer fix for VkProgram caching by jvanverth · 8 years ago
  46. b0666ad Fix up GrAuditTrail to allow arbitrary reordering by joshualitt · 8 years ago
  47. 08e65e7 Lazy init batch unique ID by joshualitt · 8 years ago
  48. e6eaa32 Small GrTessellator refactor and cleanup. by senorblanco · 8 years ago
  49. cdaa97b Circle GP/batch housecleaning by bsalomon · 8 years ago
  50. 8d988b3 Add support for 2x2 matrices by cdalton · 8 years ago
  51. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 8 years ago
  52. 4418dba Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated by robertphillips · 8 years ago
  53. aecc018 Attempt to combine batches in forward direction before flush by bsalomon · 8 years ago
  54. 1590f3b Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ ) by msarett · 8 years ago
  55. 095d31c Update Skia's YUV API by msarett · 8 years ago
  56. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 8 years ago
  57. e77875a Fix stall in Vk clear by jvanverth · 8 years ago
  58. 8b6394c Add a cache of GrVkSamplers in GrVkResourceProvider. by egdaniel · 8 years ago
  59. 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 · 8 years ago
  60. 8ee78f3 Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 8 years ago
  61. 68c63b3 Avoid drawing NVPR DIF text when text size is 0 by kkinnunen · 8 years ago
  62. e79586b Revert of respect sRGB when converting from sk to gr configs (patchset #1 id:1 of https://codereview.chromium.org/1756913003/ ) by brianosman · 8 years ago
  63. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 8 years ago
  64. 0eda258 move annotations to canvas virtual by reed · 8 years ago
  65. c6663dc respect sRGB when converting from sk to gr configs by reed · 8 years ago
  66. 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
  67. e506ee6 Fix array in matrixconvolution shader by egdaniel · 8 years ago
  68. 78d6eb0 Pack float array uniforms into vec4 arrays by jvanverth · 8 years ago
  69. 03509ea Use VkPipelineCaches during VkPipeline creation by jvanverth · 8 years ago
  70. 9846ef2 Replace some nullptrs with VK_NULL_HANDLE by jvanverth · 8 years ago
  71. 73c4e64 Retract GrDrawTarget and GrPipelineBuilder a bit more by robertphillips · 8 years ago
  72. a1e6b3b Get Vk compiling post-MIP map changes by bsalomon · 8 years ago
  73. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  74. 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
  75. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  76. 46b301d add /img/n/m endpoint to skiaserve by joshualitt · 8 years ago
  77. f55c364 Wire up stack traces again by joshualitt · 8 years ago
  78. 2a7cf5f Revert of Generate Signed Distance Field directly from vector path (patchset #13 id:240001 of https://codereview.chromium.org/1643143002/ ) by robertphillips · 8 years ago
  79. 4de97a6 Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  80. 87a2234 Force values to 0.0f in QuadUVMatrix::set by robertphillips · 8 years ago
  81. 09bd2c0 Disabling calls to TexParameteri when the values do not exist on ES2. by cblume · 8 years ago
  82. 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
  83. 3d5d9ac Implement various vulkan stencil clears and fix various stenciling bugs. by egdaniel · 8 years ago
  84. 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
  85. 4bc3181 Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 8 years ago
  86. 4a98cdb Add cap and builder feature for multisample interpolation by cdalton · 8 years ago
  87. df3f2b0 Move some GrAuditTrail fuctions to cpp file by joshualitt · 8 years ago
  88. 1d7decf SkDebugCanvas ignore batch bounds if they are offscreen by joshualitt · 8 years ago
  89. 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
  90. 0009589 Move drawDRRect back to GrDrawContext by robertphillips · 8 years ago
  91. 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
  92. 89685d9 Disabling mipmap generation until anisotropic mipmap levels are generated. by cblume · 8 years ago
  93. 10d8fc2 Render batch bounds as stroke rects by joshualitt · 8 years ago
  94. 790d513 This CL adds glTexStorage support. by cblume · 8 years ago
  95. 15923c9 Modernize SkSpinlock. by mtklein · 8 years ago
  96. b95c772 Add abilitly to query audit trail for batches by draw op by joshualitt · 8 years ago
  97. 08fc807 Revert of Add abilitly to query audit trail for batches by draw op (patchset #4 id:60001 of https://codereview.chromium.org/1745513002/ ) by joshualitt · 8 years ago
  98. 9b48a6e Add abilitly to query audit trail for batches by draw op by joshualitt · 8 years ago
  99. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 8 years ago
  100. e015c26 Make GrVkStencilAttachment derive form GrVkImage by egdaniel · 8 years ago