1. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 7 months ago
  2. 4dea72a Reland x3 "Remove most of GrConfig.h" by Brian Salomon · 4 years, 7 months ago
  3. 3f1a98b Reland "Revert "Remove most of GrConfig.h"" by Greg Daniel · 4 years, 7 months ago
  4. 5b9c7ba Revert "Revert "Remove most of GrConfig.h"" by Brian Salomon · 4 years, 7 months ago
  5. 3968fcb Pull creation of GrPipeline explicitly into the Ops' onExecute methods by Robert Phillips · 4 years, 8 months ago
  6. b0047b5 Revert "Remove most of GrConfig.h" by Brian Salomon · 4 years, 8 months ago
  7. 80e334d Remove most of GrConfig.h by Brian Salomon · 4 years, 8 months ago
  8. f0e04f0 Always destroy resources instead of simply "abandoning" them in Vulkan backend. by Greg Daniel · 4 years, 8 months ago
  9. a521c96 Update dawn.h -> webgpu.h, dawn_cpp.h -> webgpu_cpp.h. by Stephen White · 4 years, 8 months ago
  10. c241b58 Make fragment processor iterators work with range for loops. by Brian Salomon · 4 years, 8 months ago
  11. 933484f Stop using GrPixelConfig in Metal & Dawn's GrProgramDesc creation by Robert Phillips · 4 years, 8 months ago
  12. e21af50 Test texture domain effect with local matrix. by Brian Salomon · 4 years, 8 months ago
  13. 34cea00 Add utility for creating test-only GrProgramInfos by Robert Phillips · 4 years, 8 months ago
  14. 24cbdab SKQP Build for Fuchsia SDK by John Rosasco · 4 years, 10 months ago
  15. a9b348f Reland fully delineate GL usage w/ skia_use_gl. by John Rosasco · 4 years, 9 months ago
  16. 0efc01d Revert "Fully delineate GL usage w/ skia_use_gl" by Robert Phillips · 4 years, 9 months ago
  17. 078cf3e Fully delineate GL usage w/ skia_use_gl by John Rosasco · 4 years, 9 months ago
  18. 3cc8d4f Dawn: s/dawn::/wgpu::/g. by Stephen White · 4 years, 9 months ago
  19. 4eda710 Simplify sk_gpu_test::MakeTextureProxyFromData. by Brian Salomon · 4 years, 9 months ago
  20. c99a4df WebGL2: Add BlitFramebuffer, ShaderDerivativeSupport by Hal Canary · 4 years, 9 months ago
  21. 883c7e9 Dawn: silence some warnings on win-clang. by Stephen White · 4 years, 9 months ago
  22. e054d3c CanvasKit: Switch to WebGL 2.0 by Hal Canary · 4 years, 9 months ago
  23. 1e2adcf Roll Dawn to ToT. by Stephen White · 4 years, 9 months ago
  24. 20c626a Update Dawn backend to ToT. This is about 3 months of changes. by Stephen White · 4 years, 9 months ago
  25. b50cc81 Reland "Use GL_QCOM_TILED_RENDERING to explicitly discard stencil" by Chris Dalton · 4 years, 10 months ago
  26. 38f0a49 Add GL_QCOM_TILED_RENDERING as an optional interface by Chris Dalton · 4 years, 10 months ago
  27. 768f900 Revert "Use GL_QCOM_TILED_RENDERING to explicitly discard stencil" by Brian Salomon · 4 years, 10 months ago
  28. 7e6d3b0 Use GL_QCOM_TILED_RENDERING to explicitly discard stencil by Chris Dalton · 4 years, 10 months ago
  29. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 4 years, 10 months ago
  30. 942d69f Revert "Fixed GLSL ES compilation error in GLTestAtlasTextRenderer" by Ethan Nicholas · 4 years, 10 months ago
  31. 382ea73 Fixed GLSL ES compilation error in GLTestAtlasTextRenderer by Ethan Nicholas · 4 years, 10 months ago
  32. d2a8ae2 Reland "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 4 years, 11 months ago
  33. 8e63cab Revert "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 4 years, 11 months ago
  34. a739824 Separate texture creation from uploading in GrGpu subclasses. by Brian Salomon · 4 years, 11 months ago
  35. a66081d Move SkSL caching out of GR_TEST_UTILS, trim persistent cache options by Brian Osman · 5 years ago
  36. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  37. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  38. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  39. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  40. 9c73e3d Turn off -Wreturn-std-move-in-c++11 by Brian Salomon · 5 years ago
  41. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  42. 2739fd2 Reland: Enable YCbCr sampler support on platforms other than Android by Sergey Ulanov · 5 years ago
  43. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  44. 9fc5e8d Revert "Enable YCbCr sampler support on platforms other than Android" by Greg Daniel · 5 years ago
  45. cc4573d Enable YCbCr sampler support on platforms other than Android by Sergey Ulanov · 5 years ago
  46. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  47. 52337de re-run tools/rewrite_includes.py by Mike Klein · 5 years ago
  48. 699dadc Skip non-D3D11 test contexts on Windows-on-ARM bots by Brian Osman · 5 years ago
  49. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  50. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  51. 3e45e12 Update to Dawn ToT. by Stephen White · 5 years ago
  52. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  53. 985741a First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  54. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  55. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  56. fad9fbc Revert "First draft of Dawn backend: clears are working." by Greg Daniel · 5 years ago
  57. 6cebea4 First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  58. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  59. 0902c98 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2) by Robert Phillips · 5 years ago
  60. fe88bf6 Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls" by Greg Daniel · 5 years ago
  61. 5572737 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls by Robert Phillips · 5 years ago
  62. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  63. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  64. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
  65. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  66. ab013eb Move GL caps textureable and fbocolorattachment flags to FormatInfo. by Greg Daniel · 5 years ago
  67. b3c9745 Remove "nvpr" configs by Chris Dalton · 5 years ago
  68. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  69. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  70. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
  71. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  72. b520476 Swap GrSurfaceProxy over to being held via sk_sp by Robert Phillips · 5 years ago
  73. 064729e Implement program binary caching in ES2 (with GL_OES_get_program_binary) by Brian Osman · 5 years ago
  74. 88c0534 Cast to fix Linux ANGLE builds by Brian Osman · 5 years ago
  75. dbe7cf9 Connect ANGLE's trace events to Skia's tracing by Brian Osman · 5 years ago
  76. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  77. 6eb8c24 Move readSurfacePixels and writePixelSurface into GrSurfaceContext. by Greg Daniel · 5 years ago
  78. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
  79. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 5 years ago
  80. 81b7e3d Create FenceSync implementation that works for all Metal configs by Jim Van Verth · 5 years ago
  81. 27eb525 Expand testing of color initialized backend textures to include mip levels by Robert Phillips · 5 years ago
  82. 8a9a371 Reland "Added AutoreleasePool for managing pool memory in testing apps." by Jim Van Verth · 5 years ago
  83. dac1e55 Use GrCFResource class to manage backend surface MtlTexture resources. by Jim Van Verth · 5 years ago
  84. c4fec06 Revert "Added AutoreleasePool for managing pool memory in testing apps." by Kevin Lubick · 5 years ago
  85. a36e089 Added AutoreleasePool for managing pool memory in testing apps. by Jim Van Verth · 5 years ago
  86. 7730d7c Revert "Change Metal to not take ownership of objects" by Jim Van Verth · 5 years ago
  87. 186a295 Change Metal to not take ownership of objects by Christopher Cameron · 5 years ago
  88. 08ba085 Revert "De-GL-ify tests, gm and tools" by Robert Phillips · 5 years ago
  89. 89fb346 De-GL-ify tests, gm and tools by Robert Phillips · 5 years ago
  90. 48cd11f VkTestUtils: respect new optional SK_GPU_TOOLS_VK_LIBRARY_NAME define by Hal Canary · 5 years ago
  91. cf23f58 ARC cleanup and memory leak fix. by Jim Van Verth · 5 years ago
  92. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 5 years ago
  93. 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 5 years ago
  94. fc1dddb Reland "Get EGLimage functions out of GrGLInterface." by Brian Salomon · 5 years ago
  95. 753836f Revert "Get EGLimage functions out of GrGLInterface." by Michael Ludwig · 5 years ago
  96. bc23313 Get EGLimage functions out of GrGLInterface. by Brian Salomon · 5 years ago
  97. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  98. 6e40798 Skip D3D ANGLE backends in dm/nanobench/... under Wine. by Brian Salomon · 5 years ago
  99. f5ca01a Add FenceSync support to Metal by Jim Van Verth · 5 years ago
  100. a9aaef0 Revert "Support GL_EXT_draw_buffers" by Brian Osman · 5 years ago