1. a904764 WS: reorder GrTextBlob struct and move all methods to .cpp by Herb Derby · 4 years, 8 months ago
  2. 9841a61 Update GrVkImageView to handle failure of VkImageView creation. by Greg Daniel · 4 years, 8 months ago
  3. a9b348f Reland fully delineate GL usage w/ skia_use_gl. by John Rosasco · 4 years, 9 months ago
  4. 1edd468 Staging for Chromium to accept Skia-GL changes to come. by John Rosasco · 4 years, 9 months ago
  5. 0efc01d Revert "Fully delineate GL usage w/ skia_use_gl" by Robert Phillips · 4 years, 9 months ago
  6. 078cf3e Fully delineate GL usage w/ skia_use_gl by John Rosasco · 4 years, 9 months ago
  7. 3603120 GPU support for SkColorFilters::HSLAMatrix by Florin Malita · 4 years, 9 months ago
  8. a83de58 Add GrSurfaceProxyView and add support for it on GrRenderTargetContext. by Greg Daniel · 4 years, 9 months ago
  9. 865d8d6 Centralize error checking w/in the GrProgramInfo class by Robert Phillips · 4 years, 10 months ago
  10. 901aff0 Add GrProgramInfo to centralize management of program information by Robert Phillips · 4 years, 10 months ago
  11. 9241a6d Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Brian Salomon · 4 years, 10 months ago
  12. cb55010 Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Ravi Mistry · 4 years, 10 months ago
  13. 6fc04f8 Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 4 years, 10 months ago
  14. 9c21978 Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 4 years, 10 months ago
  15. ce240cc SkSurface asynchronous read APIs allow client to extend pixel lifetime by Brian Salomon · 4 years, 10 months ago
  16. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 4 years, 10 months ago
  17. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 4 years, 10 months ago
  18. b2f5553 Set up prototype interface for MakeFromCAMetalLayer by Jim Van Verth · 4 years, 10 months ago
  19. f19f9ca Handle F16Norm clamping in SkPaint->GrPaint conversion. by Brian Salomon · 4 years, 10 months ago
  20. 7fba36b Dawn: implement staging buffer manager. by Stephen White · 4 years, 11 months ago
  21. c30f1a9 Move surface wait ops to GrRenderTasks. by Greg Daniel · 4 years, 11 months ago
  22. d6cda8d Rename GrGLIRect to GrNativeRect by Chris Dalton · 4 years, 11 months ago
  23. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  24. 066ceb1 Implement fences and semaphores for Metal. by Jim Van Verth · 5 years ago
  25. ef2dc90 Dawn: update for GrGpuCommandBuffer -> GrOpsRenderPass change. by Stephen White · 5 years ago
  26. 2d41d0d Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass. by Greg Daniel · 5 years ago
  27. b7eaedc Dawn: implement a ring buffer for uniform uploads. by Stephen White · 5 years ago
  28. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  29. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  30. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  31. 5abfff2 Delete unused GrTextureOpList. by Greg Daniel · 5 years ago
  32. e227fe4 Move CopyOps to CopyRenderTask. by Greg Daniel · 5 years ago
  33. e1efd38 Remove GrPendingIOResource by Robert Phillips · 5 years ago
  34. bbfec9d Move transferFrom commands from GrOp and into GrRenderTask. by Greg Daniel · 5 years ago
  35. 096b091 Make GrBlend.h private by Brian Salomon · 5 years ago
  36. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
  37. 9d42192 First implementation of GrTextureRenderTarget. by Stephen White · 5 years ago
  38. 0850dcd First implementation of GrDawnTexture. by Stephen White · 5 years ago
  39. 3d77027 Reland "Initiate regeneration of mipmaps from proxy DAG land" by Chris Dalton · 5 years ago
  40. 3e7fa79 Revert "Initiate regeneration of mipmaps from proxy DAG land" by Robert Phillips · 5 years ago
  41. fe19203 Initiate regeneration of mipmaps from proxy DAG land by Chris Dalton · 5 years ago
  42. f813ef7 Dawn backend: implement stencil, primitive topology, separate blends. by Stephen White · 5 years ago
  43. d67c71f Dawn backend: first triangle. by Stephen White · 5 years ago
  44. 0875512 Add a GrTextureResolveManager class by Chris Dalton · 5 years ago
  45. 6b49810 Extract a GrRenderTask base class from GrOpList by Chris Dalton · 5 years ago
  46. bb6bed1 First implementation of GrDawnProgramBuilder. by Stephen White · 5 years ago
  47. ffe2729 Add GrCaps::getTestingCombinations by Robert Phillips · 5 years ago
  48. 79b81c9 First implementation of GrDawnProgramDataManager. by Stephen White · 5 years ago
  49. 83d8a94 First implementation of GrDawnVaryingHandler. by Stephen White · 5 years ago
  50. 4da34bf First implementation of GrDawnUniformHandler. by Stephen White · 5 years ago
  51. 5048a6a First draft of GrDawnBuffer. by Stephen White · 5 years ago
  52. eecc687 Remove need for GrVkPipelineLayout class. by Greg Daniel · 5 years ago
  53. c3318f0 ccpr: Add an MSAA atlas mode by Chris Dalton · 5 years ago
  54. 985741a First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  55. fad9fbc Revert "First draft of Dawn backend: clears are working." by Greg Daniel · 5 years ago
  56. 6cebea4 First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  57. a5e78be Make Mock GrBackendFormat use GrColorType (instead of GrPixelConfig) by Robert Phillips · 5 years ago
  58. 425eb45 Reland "Replace GrQuadList with variable-length quad buffer" by Michael Ludwig · 5 years ago
  59. 19628ec Revert "Replace GrQuadList with variable-length quad buffer" by Brian Salomon · 5 years ago
  60. f281604 Replace GrQuadList with variable-length quad buffer by Michael Ludwig · 5 years ago
  61. b520476 Swap GrSurfaceProxy over to being held via sk_sp by Robert Phillips · 5 years ago
  62. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  63. 3ec1f54 Revert "Store GrSwizzle on proxies for texturing and swizzling." by Brian Salomon · 5 years ago
  64. 2309313 Store GrSwizzle on proxies for texturing and swizzling. by Greg Daniel · 5 years ago
  65. 217522c Add SkRasterPipeline support for more load/store formats and GrSwizzle. by Brian Salomon · 5 years ago
  66. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  67. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  68. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  69. 0f80902 Add GrQuadUtils namespace to hold ResolveAAType function by Michael Ludwig · 5 years ago
  70. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  71. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  72. e2826ab Add API to invalidate GL texture parameters from GrBackendTexture. by Brian Salomon · 5 years ago
  73. d17e05a Extract GrQuadList into separate header by Michael Ludwig · 5 years ago
  74. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 5 years ago
  75. fd4f4df Move GrQuad to src/gpu/geometry folder by Michael Ludwig · 5 years ago
  76. d6f3f18 Color matrix effect rewritten as .fp by Brian Salomon · 5 years ago
  77. 7730d7c Revert "Change Metal to not take ownership of objects" by Jim Van Verth · 5 years ago
  78. 186a295 Change Metal to not take ownership of objects by Christopher Cameron · 5 years ago
  79. 459b295 Expand backend allocation API to allow an initialization color (only for GL to start) by Robert Phillips · 5 years ago
  80. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  81. ab32f65 Add SkSurface::asyncReadPixels() by Brian Salomon · 5 years ago
  82. 8610e9c ccpr: Add a GrOctoBounds class by Chris Dalton · 5 years ago
  83. ac9be9d Remove shader text trace events and simplify the SKSL/GLSL printing code by Brian Osman · 5 years ago
  84. 75c5326 Cache some more Metal state. by Jim Van Verth · 5 years ago
  85. 75c3ae4 Add GrMtlCommandBuffer by Jim Van Verth · 5 years ago
  86. c0d79e5 Avoid multiplication by alpha in fragment shader when known to be 1. by Brian Salomon · 5 years ago
  87. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago
  88. ff4fb33 ComposeShader GPU implementations by Ethan Nicholas · 5 years ago
  89. fbe2406 Reland "Remove the NullGL interface (and associated test context)" by Brian Osman · 5 years ago
  90. 215da62 Revert "Remove the NullGL interface (and associated test context)" by Brian Osman · 5 years ago
  91. de206c7 Remove the NullGL interface (and associated test context) by Brian Osman · 5 years ago
  92. 2c5e011 Split GrCCCoverageProcessor into subclasses by Chris Dalton · 5 years ago
  93. 3902628 Support WebGL 1.0 with caps by Kevin Lubick · 5 years ago
  94. 5509dac Reland "Generate GrGLInterface and GrGlAssembleInterface* from table" by Kevin Lubick · 5 years ago
  95. 573cb87 Revert "Generate GrGLInterface and GrGlAssembleInterface* from table" by Kevin Lubick · 5 years ago
  96. 93b3dce Generate GrGLInterface and GrGlAssembleInterface* from table by Kevin Lubick · 5 years ago
  97. 4d92b89 Revert "Remove GrDrawAtlasOp" by Brian Osman · 5 years ago
  98. 97d957d Remove GrDrawAtlasOp by Brian Osman · 5 years ago
  99. 82eb9e7 Rename GrAAFillRRectOp to GrFillRectOp by Chris Dalton · 5 years ago
  100. bbb9281 Break out GrGLAssembleInterface into a few files by Kevin Lubick · 5 years ago