1. 8606cf8 Implement disconnect function for GrVkGpu by Greg Daniel · 7 years ago
  2. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 7 years ago
  3. 823bdd9 fixed InstanceProcessor SkSL code by Ethan Nicholas · 7 years ago
  4. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  5. 6f24180 vk: don't re-check the primitive type for each batch of a mesh by Chris Dalton · 7 years ago
  6. b37208f Revert "Revert "Re-enable deferred proxies in Chrome"" by Robert Phillips · 7 years ago
  7. 49081d1 Expand GrTextureProxy to handle highestFilterMode by Robert Phillips · 7 years ago
  8. 8e45b4f GL: track enabled vertex arrays as a count rather than a mask by Chris Dalton · 7 years ago
  9. 15b2509 Update minimum non-ES OpenGL spec to 2.0. by Brian Salomon · 7 years ago
  10. f086167 Remove support for GLs without separate stencil. by Brian Salomon · 7 years ago
  11. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 7 years ago
  12. 0562eb9 Allow wrapped resources to have unique keys by Brian Osman · 7 years ago
  13. ff60b17 GrTessellator AA: fix 1px wide paths. by Stephen White · 7 years ago
  14. 05814de Revert "Re-enable deferred proxies in Chrome" by Robert Phillips · 7 years ago
  15. c2dd5ed Add GrVkTexelBuffer class by Greg Daniel · 7 years ago
  16. 555c49c Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  17. 7633477 Fix color blending for analytic shadows by Jim Van Verth · 7 years ago
  18. 6d34228 Allow custom GrAtlasGlyphCache texture sizes by Eric Karl · 7 years ago
  19. 8d1e0ac More analytic shadow refactoring. by Jim Van Verth · 7 years ago
  20. afc2368 Revert "GL: track enabled vertex arrays as a count rather than a mask" by Chris Dalton · 7 years ago
  21. 243ed37 Remove unnecessary non-UTF8 character by Leon Scroggins III · 7 years ago
  22. fe199b7 Add postFlush call to GrOnFlushCallbackObject by Chris Dalton · 7 years ago
  23. bc5d4d7 Split tracking of TexelBuffers from normal samplers by Greg Daniel · 7 years ago
  24. 288d041 GL: track enabled vertex arrays as a count rather than a mask by Chris Dalton · 7 years ago
  25. ce78bad header cleanup by Hal Canary · 7 years ago
  26. 783c436 Fix comma in vulkan by Greg Daniel · 7 years ago
  27. 18f9602 Add support for Geom shaders in Vulkan backend. by Greg Daniel · 7 years ago
  28. a4677b5 Make GrSimpleMeshDrawOpHelper consider blend barriers/dst textures for batching. by Brian Salomon · 7 years ago
  29. 060d982 Combine the ambient and spot alphas into the base color for geometric shadows. by Jim Van Verth · 7 years ago
  30. 952a243 Add GrGpuTextureProxyRef by Robert Phillips · 7 years ago
  31. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 7 years ago
  32. 64dbb89 GrTessellator: fix for vertex coincident with enclosing edge. by Stephen White · 7 years ago
  33. 6d4b65e Revert "Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp."" by Brian Salomon · 7 years ago
  34. 0f35332 Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp." by Brian Salomon · 7 years ago
  35. ff574e0 Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  36. e80e618 headers: fix by Hal Canary · 7 years ago
  37. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  38. a91e0b7 Allow TextureSamplers to have null GrTexture pointer by Robert Phillips · 7 years ago
  39. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 7 years ago
  40. 91b43e4 remove unused etc logic by Mike Reed · 7 years ago
  41. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 7 years ago
  42. 26b44df Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago
  43. fbdc080 Add wireframe mode to Viewer. by Jim Van Verth · 7 years ago
  44. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 7 years ago
  45. a754378 Setup support for UNIFORM_TEXEL_BUFFER descriptor sets in Vulkan by Greg Daniel · 7 years ago
  46. c06f309 Revert "Add support for row-by-row jpeg encoding" by Leon Scroggins · 7 years ago
  47. 9b848d5 Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago
  48. 207282e Make GrBackendTexture take Gr*Info refs in ctor, and copy them. by Greg Daniel · 7 years ago
  49. 6125efd Fix Creation of GrBackendRenderTarget from GrBackendRenderTargetDesc in GL by Greg Daniel · 7 years ago
  50. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  51. 53f77bd Initial clip-mask-layer support by Florin Malita · 7 years ago
  52. 57061ee Optimizations for analytic shadows. by Jim Van Verth · 7 years ago
  53. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  54. dc87c95 Combine GPU flush with semaphore API by Brian Osman · 7 years ago
  55. 736a9cc remove unused yuv methods by Mike Reed · 7 years ago
  56. 185ba21 change drawAtlas to behave like drawVertices by Mike Reed · 7 years ago
  57. 0acd795 add helper makeShader for the common Clamp case by Mike Reed · 7 years ago
  58. b6069df Fix fast blur for shadow rrects. by Jim Van Verth · 7 years ago
  59. 611572c Remove srgb flags from GrProcessorSet by Brian Salomon · 7 years ago
  60. c04f845 handle GrVkTransferBuffer::Create failure by Forrest Reiling · 7 years ago
  61. cd90104 Disable deferred proxies in Chrome by Robert Phillips · 7 years ago
  62. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  63. df7e075 Fold SkImageCacherator into SkImage_Lazy by Brian Osman · 7 years ago
  64. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  65. a41d48b Add additional checks when creating vulkan context by Greg Daniel · 7 years ago
  66. 4f7d97c Change vulkan image memory allocation back to using sub allocation by Greg Daniel · 7 years ago
  67. f6d7eb1 Remove pre-allocated clip space from GrRenderTargetOpList by Robert Phillips · 7 years ago
  68. ee68365 Remove GrResourceProvider & GrGpu pointers from GrRenderTargetOpList by Robert Phillips · 7 years ago
  69. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 7 years ago
  70. 5db010b Link to vulkan in tools but not library. by Brian Salomon · 7 years ago
  71. 78de212 Prevent creation of zero-sized proxies by Robert Phillips · 7 years ago
  72. 290c690 Add ability to relinquish control of VkDevice and VkInstance lifetime to GrVkBackendContext by Brian Salomon · 7 years ago
  73. 7ab6a7f Fix writePixels of sRGB data to legacy GPU surface by Brian Osman · 7 years ago
  74. cc90174 Add GrVkInterface constructor with sepereate instance/device proc getters. by Brian Salomon · 7 years ago
  75. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  76. c188982 Add new GrVkBackendContext::Create explicitly requiring vk proc getters by Brian Salomon · 7 years ago
  77. 4a39504 Revert "Split up opLists (take 2)" by Robert Phillips · 7 years ago
  78. df2bf21 Split up opLists (take 2) by Robert Phillips · 7 years ago
  79. ef90ae4 Fix spelling of SkImageGenerator in comment by Brian Osman · 7 years ago
  80. 7fbb7d3 Remove two more gpu headers from include/* by Robert Phillips · 7 years ago
  81. e3302df Make InstancedRendering more opList-splitting friendly by Robert Phillips · 7 years ago
  82. cef213c Move ReleaseProc info to GrTexture and for implementations to define it. by Greg Daniel · 7 years ago
  83. 9f5d467 Remove more headers from include/gpu by Robert Phillips · 7 years ago
  84. 54cbcd7 Remove all headers from include/gpu/effects by Robert Phillips · 7 years ago
  85. d952a99 Fix reflected ovals. by Jim Van Verth · 7 years ago
  86. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  87. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  88. e79b473 Disable use of directly wrapping msaa RTs on Vulkan by Greg Daniel · 7 years ago
  89. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  90. 774831a Add abandoned GPU check to createTextureProxy by Robert Phillips · 7 years ago
  91. 28804f3 Remove all config conversion modes except round-to-nearest by Brian Osman · 7 years ago
  92. 5338f99 rectangle texture scaling is now handled in skslc by Ethan Nicholas · 7 years ago
  93. 7b2391b Remove incorrect assert by Brian Osman · 7 years ago
  94. 1e9ddcc Disable multisampling on Vulkan Nexus Player bot by Greg Daniel · 7 years ago
  95. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  96. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  97. b712a85 Fix missing tolerance in GrPathUtils::worstCasePointCount by Robert Phillips · 7 years ago
  98. 7d6f666 Fix resolve assert in vulkan by Greg Daniel · 7 years ago
  99. 9440345 Add backend safe classes for passing in external texture and render targets into gpu by Greg Daniel · 7 years ago
  100. 3391029 Fix some bugs with read/writePixels by Brian Osman · 7 years ago