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