1. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 7 years ago
  2. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  3. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 7 years ago
  4. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  5. 69d4992 In Vulkan make sure resolve is sent to GPU when preparing msaa RenderTarget for external IO by Greg Daniel · 7 years ago
  6. 485c499 Rename SkConfig8888/SkPixelInfo to SkConvertPixels by Matt Sarett · 7 years ago
  7. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  8. b34727f Remove unused/barely-supported compressed GrPixelConfigs by Robert Phillips · 7 years ago
  9. 6aa0e11 Add support for RG float textures by csmartdalton · 8 years ago
  10. b37cb23 Add integer vectors to GrSLType by csmartdalton · 8 years ago
  11. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  12. 351b045 Have Vulkan advertise that compressed textures are currently unsupported by Robert Phillips · 8 years ago
  13. ac95c5f Make sure to preserve stencil on vulkan copy as draws by Greg Daniel · 8 years ago
  14. dbd44c7 Add offset to uniform blocks in Vulkan by Greg Daniel · 8 years ago
  15. cf3525a SkPixelInfo::CopyPixels() refactor part 0: only one memcpy() case by Matt Sarett · 8 years ago
  16. 77a86f8 Track clear counts in vulkan render passes by Greg Daniel · 8 years ago
  17. 80a08dd Fix Vulkan crashes on nexus player by Greg Daniel · 8 years ago
  18. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  19. d0be1ef Remove kIndex_8_GrPixelConfig by Brian Osman · 8 years ago
  20. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  21. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  22. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  23. 986563b Add Gray8 pixel config by Brian Osman · 8 years ago
  24. 4641d7d Revert "Add Gray8 pixel config" by Brian Osman · 8 years ago
  25. f295645 Add Gray8 pixel config by Brian Osman · 8 years ago
  26. f9f2723 Various memory leak fixes in Vulkan by Greg Daniel · 8 years ago
  27. 87f340e switched GrVkPipelineStateCache over to use SkLRUCache by Ethan Nicholas · 8 years ago
  28. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  29. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  30. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  31. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  32. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  33. fa56584 Remove unused copySurfaceAsDraw code from GrVkGpu by Brian Osman · 8 years ago
  34. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  35. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  36. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  37. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  38. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  39. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  40. 6039768 Move GrShaderVar to an appending model for layout qualifiers by Brian Salomon · 8 years ago
  41. 276cc41 Revive geometry shaders by csmartdalton · 8 years ago
  42. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  43. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 8 years ago
  44. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  45. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  46. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  47. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  48. 684d7ce Fix double deletion of DescriptorSetLayouts by Jim Van Verth · 8 years ago
  49. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  50. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  51. 2245803 Rename GrTextureBufferSampler to GrBufferSampler by csmartdalton · 8 years ago
  52. a8f0002 Rename kTexture2DISampler to kITexture2DSampler. by Brian Salomon · 8 years ago
  53. 3667b49 Add kRenderTarget_GrSurfaceFlag to GrVkGpu::onWrapBackendRenderTarget by Robert Phillips · 8 years ago
  54. fa26e66 Remove static asserts for GrSLType and GrVertexAttribType enum values. by Brian Salomon · 8 years ago
  55. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 8 years ago
  56. ce3fe23 Clean up validation layers by Jim Van Verth · 8 years ago
  57. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 8 years ago
  58. 434c534 Add integer texture support. by Brian Salomon · 8 years ago
  59. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  60. 09557d7 Fix Vulkan command buffer assert on device lost by Jim Van Verth · 8 years ago
  61. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  62. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  63. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  64. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  65. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  66. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  67. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  68. 29e52f1 Centralize computation of GrRenderTarget & GrTexture VRAM consumption by Robert Phillips · 8 years ago
  69. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  70. e76071c Update vulkan ranges to be 0 to 1 for all z values by Greg Daniel · 8 years ago
  71. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  72. c25c5d7 Move memoization of multisample specs id to GrRenderTarget by csmartdalton · 8 years ago
  73. 8a8668b Remove check of INITIALIZATION_FAILED in qcomm vulkan runs by Greg Daniel · 8 years ago
  74. 5011f85 Fix bounds updates in vulkan discards by Greg Daniel · 8 years ago
  75. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  76. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  77. 77b53f6 Support inline uploads in Vulkan by Greg Daniel · 8 years ago
  78. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  79. 65a0927 Don't pass in RT to individual Gpu CommandBuffer calls by Greg Daniel · 8 years ago
  80. fe2965a Fix interface validation in Vulkan. by Greg Daniel · 8 years ago
  81. d368211 Remove unused resolve parameters for vulkan render passes by Greg Daniel · 8 years ago
  82. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  83. fd016d7 Add command buffer submits before copy calls in vulkan. by egdaniel · 8 years ago
  84. b353863 Revert of Add command buffer submits before copy calls in vulkan. (patchset #5 id:80001 of https://codereview.chromium.org/2363773006/ ) by egdaniel · 8 years ago
  85. 5b20c46 Update vulkan varying locations to correctly handle arrays by egdaniel · 8 years ago
  86. 25661ba Add command buffer submits before copy calls in vulkan. by egdaniel · 8 years ago
  87. bc9b296 Add GrVkCopyPipeline to handle vulkan copies as draws by egdaniel · 8 years ago
  88. e78d487 Clamp Vulkan caps to INT_MAX by jvanverth · 8 years ago
  89. 85552e4 Quiet a -Wcomma warning. by mtklein · 8 years ago
  90. b58a2b4 Stop aggregating texture/buffer access objects in GrFragmentProcessor parents. by bsalomon · 8 years ago
  91. 68c3d30 Some Vulkan memory fixes and cleanup by jvanverth · 8 years ago
  92. ae6e486 Revert of Some Vulkan memory fixes and cleanup (patchset #2 id:20001 of https://codereview.chromium.org/2356343003/ ) by jvanverth · 8 years ago
  93. c5850e9 Some Vulkan memory fixes and cleanup by jvanverth · 8 years ago
  94. 2eda5b3 Conditionally insert gl_PointSize into shaders. by bsalomon · 8 years ago
  95. 7d05f32 Always use transfer_dst for buffers. by jvanverth · 8 years ago
  96. d5797b3 Fix possible divide by zero in vulkan granularity adjustments by egdaniel · 8 years ago
  97. 594739c Use STDArray to for tracked resources in vulkan command buffer by egdaniel · 8 years ago
  98. 9d54afc Support use of non-coherent memory allocations in Vulkan. by jvanverth · 8 years ago
  99. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  100. be9d821 Workaround for Adreno INITIALIZATION_FAILED bug by egdaniel · 8 years ago