1. 4eda710 Simplify sk_gpu_test::MakeTextureProxyFromData. by Brian Salomon · 5 years ago
  2. c99a4df WebGL2: Add BlitFramebuffer, ShaderDerivativeSupport by Hal Canary · 5 years ago
  3. 883c7e9 Dawn: silence some warnings on win-clang. by Stephen White · 5 years ago
  4. e054d3c CanvasKit: Switch to WebGL 2.0 by Hal Canary · 5 years ago
  5. 1e2adcf Roll Dawn to ToT. by Stephen White · 5 years ago
  6. 20c626a Update Dawn backend to ToT. This is about 3 months of changes. by Stephen White · 5 years ago
  7. b50cc81 Reland "Use GL_QCOM_TILED_RENDERING to explicitly discard stencil" by Chris Dalton · 5 years ago
  8. 38f0a49 Add GL_QCOM_TILED_RENDERING as an optional interface by Chris Dalton · 5 years ago
  9. 768f900 Revert "Use GL_QCOM_TILED_RENDERING to explicitly discard stencil" by Brian Salomon · 5 years ago
  10. 7e6d3b0 Use GL_QCOM_TILED_RENDERING to explicitly discard stencil by Chris Dalton · 5 years ago
  11. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  12. 942d69f Revert "Fixed GLSL ES compilation error in GLTestAtlasTextRenderer" by Ethan Nicholas · 5 years ago
  13. 382ea73 Fixed GLSL ES compilation error in GLTestAtlasTextRenderer by Ethan Nicholas · 5 years ago
  14. d2a8ae2 Reland "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 5 years ago
  15. 8e63cab Revert "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 5 years ago
  16. a739824 Separate texture creation from uploading in GrGpu subclasses. by Brian Salomon · 5 years ago
  17. a66081d Move SkSL caching out of GR_TEST_UTILS, trim persistent cache options by Brian Osman · 5 years ago
  18. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  19. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  20. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  21. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  22. 9c73e3d Turn off -Wreturn-std-move-in-c++11 by Brian Salomon · 5 years ago
  23. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  24. 2739fd2 Reland: Enable YCbCr sampler support on platforms other than Android by Sergey Ulanov · 5 years ago
  25. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  26. 9fc5e8d Revert "Enable YCbCr sampler support on platforms other than Android" by Greg Daniel · 5 years ago
  27. cc4573d Enable YCbCr sampler support on platforms other than Android by Sergey Ulanov · 5 years ago
  28. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  29. 52337de re-run tools/rewrite_includes.py by Mike Klein · 5 years ago
  30. 699dadc Skip non-D3D11 test contexts on Windows-on-ARM bots by Brian Osman · 5 years ago
  31. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  32. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  33. 3e45e12 Update to Dawn ToT. by Stephen White · 5 years ago
  34. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  35. 985741a First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  36. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  37. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  38. fad9fbc Revert "First draft of Dawn backend: clears are working." by Greg Daniel · 5 years ago
  39. 6cebea4 First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  40. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  41. 0902c98 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2) by Robert Phillips · 5 years ago
  42. fe88bf6 Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls" by Greg Daniel · 5 years ago
  43. 5572737 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls by Robert Phillips · 5 years ago
  44. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  45. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  46. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
  47. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  48. ab013eb Move GL caps textureable and fbocolorattachment flags to FormatInfo. by Greg Daniel · 5 years ago
  49. b3c9745 Remove "nvpr" configs by Chris Dalton · 5 years ago
  50. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  51. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  52. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
  53. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  54. b520476 Swap GrSurfaceProxy over to being held via sk_sp by Robert Phillips · 5 years ago
  55. 064729e Implement program binary caching in ES2 (with GL_OES_get_program_binary) by Brian Osman · 5 years ago
  56. 88c0534 Cast to fix Linux ANGLE builds by Brian Osman · 5 years ago
  57. dbe7cf9 Connect ANGLE's trace events to Skia's tracing by Brian Osman · 5 years ago
  58. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  59. 6eb8c24 Move readSurfacePixels and writePixelSurface into GrSurfaceContext. by Greg Daniel · 5 years ago
  60. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
  61. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 5 years ago
  62. 81b7e3d Create FenceSync implementation that works for all Metal configs by Jim Van Verth · 5 years ago
  63. 27eb525 Expand testing of color initialized backend textures to include mip levels by Robert Phillips · 5 years ago
  64. 8a9a371 Reland "Added AutoreleasePool for managing pool memory in testing apps." by Jim Van Verth · 5 years ago
  65. dac1e55 Use GrCFResource class to manage backend surface MtlTexture resources. by Jim Van Verth · 5 years ago
  66. c4fec06 Revert "Added AutoreleasePool for managing pool memory in testing apps." by Kevin Lubick · 5 years ago
  67. a36e089 Added AutoreleasePool for managing pool memory in testing apps. by Jim Van Verth · 5 years ago
  68. 7730d7c Revert "Change Metal to not take ownership of objects" by Jim Van Verth · 5 years ago
  69. 186a295 Change Metal to not take ownership of objects by Christopher Cameron · 5 years ago
  70. 08ba085 Revert "De-GL-ify tests, gm and tools" by Robert Phillips · 5 years ago
  71. 89fb346 De-GL-ify tests, gm and tools by Robert Phillips · 5 years ago
  72. 48cd11f VkTestUtils: respect new optional SK_GPU_TOOLS_VK_LIBRARY_NAME define by Hal Canary · 5 years ago
  73. cf23f58 ARC cleanup and memory leak fix. by Jim Van Verth · 5 years ago
  74. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 5 years ago
  75. 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 5 years ago
  76. fc1dddb Reland "Get EGLimage functions out of GrGLInterface." by Brian Salomon · 5 years ago
  77. 753836f Revert "Get EGLimage functions out of GrGLInterface." by Michael Ludwig · 5 years ago
  78. bc23313 Get EGLimage functions out of GrGLInterface. by Brian Salomon · 5 years ago
  79. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  80. 6e40798 Skip D3D ANGLE backends in dm/nanobench/... under Wine. by Brian Salomon · 5 years ago
  81. f5ca01a Add FenceSync support to Metal by Jim Van Verth · 5 years ago
  82. a9aaef0 Revert "Support GL_EXT_draw_buffers" by Brian Osman · 5 years ago
  83. 77af4ec Support GL_EXT_draw_buffers by Brian Osman · 5 years ago
  84. a085a41 Normalize storage of shader strings in the cache by Brian Osman · 5 years ago
  85. fb80e52 update GL interface codegen by Mike Klein · 5 years ago
  86. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  87. be2062c Extend --writeShaders to output SPIR-V by Brian Osman · 6 years ago
  88. 0b8bb88 GLSL editing in Viewer by Brian Osman · 6 years ago
  89. e6ef03d Make the persistent cache utility functions operate on SkData by Brian Osman · 6 years ago
  90. 5aa11fb Shader serialization experiment (with Mali Offline Compiler analysis) by Brian Osman · 6 years ago
  91. fbe2406 Reland "Remove the NullGL interface (and associated test context)" by Brian Osman · 6 years ago
  92. 215da62 Revert "Remove the NullGL interface (and associated test context)" by Brian Osman · 6 years ago
  93. de206c7 Remove the NullGL interface (and associated test context) by Brian Osman · 6 years ago
  94. 3902628 Support WebGL 1.0 with caps by Kevin Lubick · 6 years ago
  95. 9928c7d Add test_only option to gen_interface by Kevin Lubick · 6 years ago
  96. 5509dac Reland "Generate GrGLInterface and GrGlAssembleInterface* from table" by Kevin Lubick · 6 years ago
  97. 573cb87 Revert "Generate GrGLInterface and GrGlAssembleInterface* from table" by Kevin Lubick · 6 years ago
  98. 93b3dce Generate GrGLInterface and GrGlAssembleInterface* from table by Kevin Lubick · 6 years ago
  99. 4d92b89 Revert "Remove GrDrawAtlasOp" by Brian Osman · 6 years ago
  100. 97d957d Remove GrDrawAtlasOp by Brian Osman · 6 years ago