1. 3251ed8 Refactor Vulkan support to support Fuchsia by Michael Jurka · 7 years ago
  2. 7448088 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  3. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  4. 18dfa98 Store the dst texture used by an XP in GrPipeline rather than in the XP. by Brian Salomon · 7 years ago
  5. 2db3232 Fix Vulkan memory leak in MSAA by Greg Daniel · 7 years ago
  6. ec61785 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Mike Klein · 7 years ago
  7. d58f040 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  8. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  9. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 7 years ago
  10. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  11. 84eef51 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Brian Salomon · 7 years ago
  12. e0ff6ab Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  13. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 7 years ago
  14. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 7 years ago
  15. a1b282b Fix copy offset when uploading initial mip data in Vulkan by Greg Daniel · 7 years ago
  16. 44f8571 Add unistd.h include to GrVkGpu.cpp on unix for sleep by Forrest Reiling · 7 years ago
  17. 02bb6df Retract GrPipeline from setRenderTargetState calls by Robert Phillips · 7 years ago
  18. 2041e44 Revert "Fix copy offset when uploading initial mip data in Vulkan" by Greg Daniel · 7 years ago
  19. f6c360f Fix copy offset when uploading initial mip data in Vulkan by Greg Daniel · 7 years ago
  20. 20ece3a Always initialize testing textures in vulkan with some data by Greg Daniel · 7 years ago
  21. 468fd63 In vulkan align data in buffer when copying to image by Greg Daniel · 7 years ago
  22. 84cff13 Disable dual source blending on AMD vulkan. by Greg Daniel · 7 years ago
  23. 22bc865 Add AMD work around in Vulkan to create a new secondary command buffer by Greg Daniel · 7 years ago
  24. dbd11ec Init Command buffer on inlineUploads in Vulkan by Greg Daniel · 7 years ago
  25. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  26. a3b6a55 In Vulkan make sure to add barriers between write operations by Greg Daniel · 7 years ago
  27. c5cc2de Set maxVertexAttrib limit for Vulkan by Greg Daniel · 7 years ago
  28. 766fcbb Treat cross context images as Ganesh-created resources by Brian Osman · 7 years ago
  29. a6953f2 Revert "Treat cross context images as Ganesh-created resources" by Brian Osman · 7 years ago
  30. cccda60 Treat cross context images as Ganesh-created resources by Brian Osman · 7 years ago
  31. 0b791f5 Remove ownership aruments from render target wrap functions by Brian Osman · 7 years ago
  32. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 7 years ago
  33. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 8 years ago
  34. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  35. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  36. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  37. 69d4992 In Vulkan make sure resolve is sent to GPU when preparing msaa RenderTarget for external IO by Greg Daniel · 8 years ago
  38. 485c499 Rename SkConfig8888/SkPixelInfo to SkConvertPixels by Matt Sarett · 8 years ago
  39. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  40. b34727f Remove unused/barely-supported compressed GrPixelConfigs by Robert Phillips · 8 years ago
  41. 6aa0e11 Add support for RG float textures by csmartdalton · 8 years ago
  42. b37cb23 Add integer vectors to GrSLType by csmartdalton · 8 years ago
  43. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  44. 351b045 Have Vulkan advertise that compressed textures are currently unsupported by Robert Phillips · 8 years ago
  45. ac95c5f Make sure to preserve stencil on vulkan copy as draws by Greg Daniel · 8 years ago
  46. dbd44c7 Add offset to uniform blocks in Vulkan by Greg Daniel · 8 years ago
  47. cf3525a SkPixelInfo::CopyPixels() refactor part 0: only one memcpy() case by Matt Sarett · 8 years ago
  48. 77a86f8 Track clear counts in vulkan render passes by Greg Daniel · 8 years ago
  49. 80a08dd Fix Vulkan crashes on nexus player by Greg Daniel · 8 years ago
  50. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  51. d0be1ef Remove kIndex_8_GrPixelConfig by Brian Osman · 8 years ago
  52. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  53. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  54. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  55. 986563b Add Gray8 pixel config by Brian Osman · 8 years ago
  56. 4641d7d Revert "Add Gray8 pixel config" by Brian Osman · 8 years ago
  57. f295645 Add Gray8 pixel config by Brian Osman · 8 years ago
  58. f9f2723 Various memory leak fixes in Vulkan by Greg Daniel · 8 years ago
  59. 87f340e switched GrVkPipelineStateCache over to use SkLRUCache by Ethan Nicholas · 8 years ago
  60. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  61. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  62. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  63. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  64. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  65. fa56584 Remove unused copySurfaceAsDraw code from GrVkGpu by Brian Osman · 8 years ago
  66. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  67. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  68. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  69. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  70. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  71. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  72. 6039768 Move GrShaderVar to an appending model for layout qualifiers by Brian Salomon · 8 years ago
  73. 276cc41 Revive geometry shaders by csmartdalton · 8 years ago
  74. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  75. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 8 years ago
  76. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  77. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  78. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  79. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  80. 684d7ce Fix double deletion of DescriptorSetLayouts by Jim Van Verth · 8 years ago
  81. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  82. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  83. 2245803 Rename GrTextureBufferSampler to GrBufferSampler by csmartdalton · 8 years ago
  84. a8f0002 Rename kTexture2DISampler to kITexture2DSampler. by Brian Salomon · 8 years ago
  85. 3667b49 Add kRenderTarget_GrSurfaceFlag to GrVkGpu::onWrapBackendRenderTarget by Robert Phillips · 8 years ago
  86. fa26e66 Remove static asserts for GrSLType and GrVertexAttribType enum values. by Brian Salomon · 8 years ago
  87. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 8 years ago
  88. ce3fe23 Clean up validation layers by Jim Van Verth · 8 years ago
  89. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 8 years ago
  90. 434c534 Add integer texture support. by Brian Salomon · 8 years ago
  91. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  92. 09557d7 Fix Vulkan command buffer assert on device lost by Jim Van Verth · 8 years ago
  93. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  94. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  95. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  96. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  97. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  98. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  99. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  100. 29e52f1 Centralize computation of GrRenderTarget & GrTexture VRAM consumption by Robert Phillips · 8 years ago