1. e11dfd3 Always include surface origin in keys for program/pipeline state by Brian Osman · 5 years ago
  2. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  3. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  4. ebab03f Add Ganesh support for LUM16F (take 2) by Robert Phillips · 5 years ago
  5. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  6. 7fbb363 Disable MSAA on older Intel GPUs w/Vulkan by Brian Osman · 5 years ago
  7. cdb40c9 Revert "Add Ganesh support for LUM16F" by Robert Phillips · 5 years ago
  8. 2f6c8af Add Ganesh support for LUM16F by Robert Phillips · 5 years ago
  9. 4456a0d Store protectedness on GrVkImageInfo. by Brian Salomon · 5 years ago
  10. 00fb724 Move read swizzle from GL ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
  11. 1e03b6b1 simplify GrCaps::initDstCopyDesc and provide default impl for non-GL subclasses. by Brian Salomon · 5 years ago
  12. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  13. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  14. 009ad25 Remove RG32F color type and pixel config. by Greg Daniel · 5 years ago
  15. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  16. a3e2996 Rework how initial clearing of texture works. by Brian Salomon · 5 years ago
  17. 0902c98 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2) by Robert Phillips · 5 years ago
  18. fe88bf6 Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls" by Greg Daniel · 5 years ago
  19. 5572737 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls by Robert Phillips · 5 years ago
  20. 658d499 New approach to fixing Vulkan MSAA. by Jim Van Verth · 5 years ago
  21. d1e9c33 Remove deprecated discard method and GrCaps support by Jim Van Verth · 5 years ago
  22. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  23. 3cd5432 Add protected status to SkSurfaceCharacterization by Robert Phillips · 5 years ago
  24. 5c96db8 Move last few uses of SkColorType out of GrCaps. by Greg Daniel · 5 years ago
  25. b42af2f vk_format_to_pixel_config behind GR_TEST_UTILS by Brian Salomon · 5 years ago
  26. 778ba8a Re-enable Vulkan MSAA support in Viewer by Jim Van Verth · 5 years ago
  27. b450f3b Use vkCmdClearColorImage to clear backend textures by Brian Salomon · 5 years ago
  28. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  29. 2f2caea Make isFormatTexturable take a GrColorType. by Greg Daniel · 5 years ago
  30. 02dc030 Add bridge between GrContext::createBackendTexture and SkSurface::MakeFromBackendTexture by Robert Phillips · 5 years ago
  31. b2adbef Remove GrPixelConfig from SkSurfaceCharacterization by Robert Phillips · 5 years ago
  32. 1e2cb44 Switch GrCaps::areColorTypeAndFormatCompatible over to using GrColorType by Robert Phillips · 5 years ago
  33. 1047a49 GrGpu requires row bytes to be non-zero before read/writePixels and createTexture by Brian Salomon · 5 years ago
  34. bd3d8d3 Remove GrPixelConfig from GrColorSpaceInfo. by Brian Salomon · 5 years ago
  35. effee20 Use mixed samples internally for default coverage AA by Chris Dalton · 5 years ago
  36. dc0710f Make GrCaps::surfaceSupportsReadPixels return distinct values rather than flags. by Brian Salomon · 5 years ago
  37. c046ff0 Add SkSurfaceCharacterization::isCompatible by Robert Phillips · 5 years ago
  38. ab013eb Move GL caps textureable and fbocolorattachment flags to FormatInfo. by Greg Daniel · 5 years ago
  39. a3f44e2 Reland "Refactor of GrGLCaps to move some code around." by Greg Daniel · 5 years ago
  40. 838c8f6 Revert "Refactor of GrGLCaps to move some code around." by Greg Daniel · 5 years ago
  41. ed03e5f Refactor of GrGLCaps to move some code around. by Greg Daniel · 5 years ago
  42. bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 5 years ago
  43. 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 5 years ago
  44. e706735 Reland "Removed made-up kSBGRA pixel config." by Greg Daniel · 5 years ago
  45. c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  46. 70aae53 Revert "Removed made-up kSBGRA pixel config." by Brian Salomon · 5 years ago
  47. ff95f6c Removed made-up kSBGRA pixel config. by Greg Daniel · 5 years ago
  48. 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  49. 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 5 years ago
  50. f209e88 Update SkSurface_Gpu::Valid to take a backend format by Robert Phillips · 5 years ago
  51. e39526b Trace events in Gr[Vk]Gpu, GrVkCommandBuffer, GrVkCommandPool, and GrVkResoureProvider. by Brian Salomon · 5 years ago
  52. 3a0e8ab Trace events in GrVkAMDMemoryAllocator by Brian Salomon · 5 years ago
  53. e14cfbe Fix GrColorType name for half float RG. by Brian Salomon · 5 years ago
  54. d8f79a2 Reduce GrCaps' reliance on GrPixelConfig by Robert Phillips · 5 years ago
  55. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
  56. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  57. 52ee5f6 Add FormatInfo struct to GrGLCaps. by Greg Daniel · 5 years ago
  58. 2c3398d Switch from querying swizzle on caps to using swizzles stored on proxies. by Greg Daniel · 5 years ago
  59. d523a06 Change samplerVariable() to return a const char *. by Stephen White · 5 years ago
  60. 48fec76 Rename GrColorType::kRGB_565 to kBGR_565 by Greg Daniel · 5 years ago
  61. 66a4603 Add Ganesh support for RGBA_16161616 and RG_half (take 2) by Robert Phillips · 5 years ago
  62. 2c19e7f Reland "Store GrSwizzle on proxies for texturing and swizzling." by Greg Daniel · 5 years ago
  63. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  64. 3ec1f54 Revert "Store GrSwizzle on proxies for texturing and swizzling." by Brian Salomon · 5 years ago
  65. 2309313 Store GrSwizzle on proxies for texturing and swizzling. by Greg Daniel · 5 years ago
  66. f83c468 Revert "Add Ganesh support for RGBA_16161616 and RG_half" by Robert Phillips · 5 years ago
  67. 662e2af Fix setting of pipeline barrier in creating backend VkImage. by Greg Daniel · 5 years ago
  68. 1566225 Add Ganesh support for RGBA_16161616 and RG_half by Robert Phillips · 5 years ago
  69. 2d170c3 Remove all NexusPlayer bots and driver workarounds by Brian Osman · 5 years ago
  70. d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 5 years ago
  71. 28a5a43 Revise GrDataUtils to be more self-contained (take 3) by Robert Phillips · 5 years ago
  72. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  73. fe18de5 Experimental: Add R_16 and RG_1616 to Ganesh (take 2) by Robert Phillips · 5 years ago
  74. 25132b6 Remove unused caps: UnsignedSupport and ImageLoadStoreSupport by Brian Osman · 5 years ago
  75. aee5714 Manual revert of "Revise GrDataUtils to be more self-contained" by Greg Daniel · 5 years ago
  76. 992df57 Revert "Experimental: Add R_16 and RG_1616 to Ganesh" by Greg Daniel · 5 years ago
  77. 9e3169b Remove version from copy shaders. by Greg Daniel · 5 years ago
  78. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  79. b0c7ad1 Reland "Fix vulkan async transfer from call to not submit command buffer to early." by Greg Daniel · 5 years ago
  80. bd986b1 Revert "Fix vulkan async transfer from call to not submit command buffer to early." by Greg Daniel · 5 years ago
  81. 10e259e Fix vulkan async transfer from call to not submit command buffer to early. by Greg Daniel · 5 years ago
  82. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  83. 93d0146 Experimental: Add R_16 and RG_1616 to Ganesh by Robert Phillips · 5 years ago
  84. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  85. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  86. 68ba117 GrShaderCaps always stores config texture swizzles. by Brian Salomon · 5 years ago
  87. c70ed90 Revise GrDataUtils to be more self-contained by Robert Phillips · 5 years ago
  88. 27eb525 Expand testing of color initialized backend textures to include mip levels by Robert Phillips · 5 years ago
  89. bd1ef68 Implement color-based backend texture creation for Vulkan by Robert Phillips · 5 years ago
  90. 8043f32 Clean update ETC1 data utilities (take 2) by Robert Phillips · 5 years ago
  91. 1e50638 Revert "Clean update ETC1 data utilities" by Robert Phillips · 5 years ago
  92. 6fc7e21 Clean update ETC1 data utilities by Robert Phillips · 5 years ago
  93. f62e575 Use GrVkImage utilities in GrVkGpu::createTestingOnlyVkImage by Robert Phillips · 5 years ago
  94. 459b295 Expand backend allocation API to allow an initialization color (only for GL to start) by Robert Phillips · 5 years ago
  95. f0313ee Rename createTestingOnlyBackendTexture to createBackendTexture by Robert Phillips · 5 years ago
  96. ab6eefe Move SkLeanWindows.h to src. by Ben Wagner · 5 years ago
  97. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  98. efb9f14 Add testing of mipmaps to backend allocation test by Robert Phillips · 5 years ago
  99. 4f71ccc Appease compilers after swizzle change. by Greg Daniel · 5 years ago
  100. eb4a827 Add GrCaps call to get swizzle from BackendFormat and ColorType. by Greg Daniel · 5 years ago