1. 4b30a96 Revert "Remove GrSurfaceDesc member from GrSurface." by Greg Daniel · 7 years ago
  2. 8491154 Remove GrSurfaceDesc member from GrSurface. by Brian Salomon · 7 years ago
  3. 955235f Switch over GrDiscardOp to IORef-ing the GrRenderTargetProxy by Robert Phillips · 7 years ago
  4. 9926f4b Add drawArraysBaseVertexIsBroken flag by Chris Dalton · 7 years ago
  5. a4c93ac Add check for incorrect opList splits by Robert Phillips · 7 years ago
  6. d1eaf49 Revert "Revert "Remove GrSurface::desc() method."" by Brian Salomon · 7 years ago
  7. 081e0e6 Move MIP color mode from GrSurfaceProxy to GrTextureProxy by Brian Salomon · 7 years ago
  8. c96da1e Revert "Remove GrSurface::desc() method." by Greg Daniel · 7 years ago
  9. 9ac9953 Remove GrSurface::desc() method. by Brian Salomon · 7 years ago
  10. 154ce91 Replace most uses of GrSurface::desc() with conifg(), width(), etc. by Brian Salomon · 7 years ago
  11. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  12. fd773fb Adjust start and end points of arcs based on CTM by Brian Osman · 7 years ago
  13. e3cd691 Fix for amd copy as draws on vulkan by Greg Daniel · 7 years ago
  14. 318c419 Remove RenderTarget pointer from GrRenderTargetOpList::RecordedOp by Robert Phillips · 7 years ago
  15. 292bf7a Remove static initializer of GrProcessorSet::gEmpty by Brian Salomon · 7 years ago
  16. 4204da2 move shadows to device virtual by Mike Reed · 7 years ago
  17. 63e7973 Remove GrSurfaceProxy::desc() by Brian Salomon · 7 years ago
  18. c375704 Revert "Convert DstTexture to DstProxy" by Robert Phillips · 7 years ago
  19. 87f7f1c Convert DstTexture to DstProxy by Robert Phillips · 7 years ago
  20. 1cdbdda Enable vulkan copies as draws for everything but qualcomm by Greg Daniel · 7 years ago
  21. 50e66d4 Remove GrRenderTargetContext::desc() by Brian Salomon · 7 years ago
  22. a63e7ab Require copy as draws for vulkan cross context image support by Greg Daniel · 7 years ago
  23. 0eb4ecb Remove Windows Intel blacklisting of cross context texture by Brian Osman · 7 years ago
  24. 5635193 Enable CrossContextTextureSupport on vulkan by Greg Daniel · 7 years ago
  25. 05441c4 Convert GrOvalOpFactory from GrLegacyMeshDrawOp to GrMeshDrawOp using GrSimpleDrawOpHelper. by Brian Salomon · 7 years ago
  26. 0ec981b Remove kCheckAllocation_GrSurfaceFlags. by Brian Salomon · 7 years ago
  27. bca46e2 Convert GrMesh back to a class by Chris Dalton · 7 years ago
  28. 18e9484 Rename finishOpList to finishFlush and call it less frequently by Robert Phillips · 7 years ago
  29. e334c59 Attempt to work around iOS varying limit in GLPrograms test by Brian Salomon · 7 years ago
  30. dedac85 Allow numerical color spaces with legacy rendering by Matt Sarett · 7 years ago
  31. 8a02f65 Switch ImageStorageAccess over to GrTextureProxies by Robert Phillips · 7 years ago
  32. 1772663 Include non-legacy GrMeshDrawOps in GLPrograms test. by Brian Salomon · 7 years ago
  33. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  34. 0745422 Cleanup SkImageGenerator, add missing fns to GrBackendTextureImageGenerator by Brian Osman · 7 years ago
  35. 6cdc22c Split up opLists (take 3) by Robert Phillips · 7 years ago
  36. b6deea8 Setup for another attempt to split up opLists by Robert Phillips · 7 years ago
  37. ec8f8b0 Fix GPU text colors when color spaces are involved by Brian Osman · 7 years ago
  38. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 7 years ago
  39. 028a9a5 Workaround for Intel 6xxx clear to opaque black bug by Brian Salomon · 7 years ago
  40. a8b5cf3 Fix transparent ambient shadows by Jim Van Verth · 7 years ago
  41. 6c9f101 Add some swizzle checks to vulkan backend by Greg Daniel · 7 years ago
  42. 05fd8cf Clean up shadow assert. by Jim Van Verth · 7 years ago
  43. ac70f84 Move all non-AA fill rect ops off of GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  44. 1ffda04 allow inf/nan in GrRect isect utility functions. by Brian Salomon · 7 years ago
  45. 25294d7 Pre-clamp path tolerance by Brian Osman · 7 years ago
  46. 852d715 Create geometry shader modules in vulkan when using geom shaders by Greg Daniel · 7 years ago
  47. ab8ce1a Fixed distance field interpolation for gamma correct rendering by Brian Osman · 7 years ago
  48. 13dddce Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  49. 31ec144 Add support for using texel buffers in Vulkan backend. by Greg Daniel · 7 years ago
  50. 2a55c8e Avoid assertion in MSAA rendering buffer about indexed draw with zero index count by Brian Salomon · 7 years ago
  51. 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 7 years ago
  52. c84c030 Add debug-only helper methods to get #ops & #clips per opList by Robert Phillips · 7 years ago
  53. 6410d29 Remove 'fDrawFace' from GrPipeline by Robert Phillips · 7 years ago
  54. 8606cf8 Implement disconnect function for GrVkGpu by Greg Daniel · 7 years ago
  55. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 7 years ago
  56. 823bdd9 fixed InstanceProcessor SkSL code by Ethan Nicholas · 7 years ago
  57. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  58. 6f24180 vk: don't re-check the primitive type for each batch of a mesh by Chris Dalton · 7 years ago
  59. b37208f Revert "Revert "Re-enable deferred proxies in Chrome"" by Robert Phillips · 7 years ago
  60. 49081d1 Expand GrTextureProxy to handle highestFilterMode by Robert Phillips · 7 years ago
  61. 8e45b4f GL: track enabled vertex arrays as a count rather than a mask by Chris Dalton · 7 years ago
  62. 15b2509 Update minimum non-ES OpenGL spec to 2.0. by Brian Salomon · 7 years ago
  63. f086167 Remove support for GLs without separate stencil. by Brian Salomon · 7 years ago
  64. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 7 years ago
  65. 0562eb9 Allow wrapped resources to have unique keys by Brian Osman · 7 years ago
  66. ff60b17 GrTessellator AA: fix 1px wide paths. by Stephen White · 7 years ago
  67. 05814de Revert "Re-enable deferred proxies in Chrome" by Robert Phillips · 7 years ago
  68. c2dd5ed Add GrVkTexelBuffer class by Greg Daniel · 7 years ago
  69. 555c49c Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  70. 7633477 Fix color blending for analytic shadows by Jim Van Verth · 7 years ago
  71. 6d34228 Allow custom GrAtlasGlyphCache texture sizes by Eric Karl · 7 years ago
  72. 8d1e0ac More analytic shadow refactoring. by Jim Van Verth · 7 years ago
  73. afc2368 Revert "GL: track enabled vertex arrays as a count rather than a mask" by Chris Dalton · 7 years ago
  74. 243ed37 Remove unnecessary non-UTF8 character by Leon Scroggins III · 7 years ago
  75. fe199b7 Add postFlush call to GrOnFlushCallbackObject by Chris Dalton · 7 years ago
  76. bc5d4d7 Split tracking of TexelBuffers from normal samplers by Greg Daniel · 7 years ago
  77. 288d041 GL: track enabled vertex arrays as a count rather than a mask by Chris Dalton · 7 years ago
  78. ce78bad header cleanup by Hal Canary · 7 years ago
  79. 783c436 Fix comma in vulkan by Greg Daniel · 7 years ago
  80. 18f9602 Add support for Geom shaders in Vulkan backend. by Greg Daniel · 7 years ago
  81. a4677b5 Make GrSimpleMeshDrawOpHelper consider blend barriers/dst textures for batching. by Brian Salomon · 7 years ago
  82. 060d982 Combine the ambient and spot alphas into the base color for geometric shadows. by Jim Van Verth · 7 years ago
  83. 952a243 Add GrGpuTextureProxyRef by Robert Phillips · 7 years ago
  84. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 7 years ago
  85. 64dbb89 GrTessellator: fix for vertex coincident with enclosing edge. by Stephen White · 7 years ago
  86. 6d4b65e Revert "Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp."" by Brian Salomon · 7 years ago
  87. 0f35332 Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp." by Brian Salomon · 7 years ago
  88. ff574e0 Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  89. e80e618 headers: fix by Hal Canary · 7 years ago
  90. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  91. a91e0b7 Allow TextureSamplers to have null GrTexture pointer by Robert Phillips · 7 years ago
  92. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 7 years ago
  93. 91b43e4 remove unused etc logic by Mike Reed · 7 years ago
  94. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 7 years ago
  95. 26b44df Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago
  96. fbdc080 Add wireframe mode to Viewer. by Jim Van Verth · 7 years ago
  97. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 7 years ago
  98. a754378 Setup support for UNIFORM_TEXEL_BUFFER descriptor sets in Vulkan by Greg Daniel · 7 years ago
  99. c06f309 Revert "Add support for row-by-row jpeg encoding" by Leon Scroggins · 7 years ago
  100. 9b848d5 Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago