1. 6d74ab8 vkGetRenderAreaGranularity implementation by Alexis Hetu · 5 years ago
  2. a0a80b1 Prevent Pipeline crashing on missing non mandatory structures by Alexis Hetu · 5 years ago
  3. 0eba65b Support loads and stores of interface variables by Chris Forbes · 5 years ago
  4. e7b8020 Add SpirvRoutine::getValue helper by Chris Forbes · 5 years ago
  5. 38f85b3 Implement some common forms of OpAccessChain by Chris Forbes · 5 years ago
  6. 1c58800 Implement some common forms of OpStore by Chris Forbes · 5 years ago
  7. e9f8f5b Implement some common forms of OpLoad by Chris Forbes · 5 years ago
  8. b8fb08a Templatize PopulateInterface & friends by Chris Forbes · 5 years ago
  9. 49d664d Split out decoration application helpers to avoid some iterator noise by Chris Forbes · 5 years ago
  10. 0f59a2c Fix handling of pointer sizes; we want them to be 1 by Chris Forbes · 5 years ago
  11. a71b8e9 Add analysis pass support for OpLoad and OpAccessChain by Chris Forbes · 5 years ago
  12. 7edf534 Handle more instructions in spirv analysis pass by Chris Forbes · 5 years ago
  13. 31ed57d Remove more obsolete machinery from PixelProcessor by Chris Forbes · 5 years ago
  14. 81d19c9 Remove depthOverride pixel state bit by Chris Forbes · 5 years ago
  15. 93f70b3 Correctly determine whether we need to compute centroids by Chris Forbes · 5 years ago
  16. 5d61a1c Wire up FS input to the shader by Chris Forbes · 5 years ago
  17. d5c6d30 Remove VertexProcessor shader constants mechanism by Chris Forbes · 5 years ago
  18. 7e6fff2 Wire VS interfaces onto spirv shader by Chris Forbes · 5 years ago
  19. d007720 Set up VertexIndex builtin properly by Chris Forbes · 5 years ago
  20. 78d2e66 Do initial integration of spirv code generation with FS by Chris Forbes · 5 years ago
  21. e757926 Remove various legacy parts of FS plumbing by Chris Forbes · 5 years ago
  22. 26f1a86 Rework setup, VS->FS structures, etc for Vulkan by Chris Forbes · 5 years ago
  23. d5aed49 Start building up code generation by Chris Forbes · 5 years ago
  24. 2bb0864 Allow creation of VkInstances that support Xlib surfaces by Hernan Liatis · 5 years ago
  25. de16f32 Replace vulkan.h includes with vulkan_core.h by Nicolas Capens · 5 years ago
  26. 73c3124 Fix Visual Studio build. by Nicolas Capens · 5 years ago
  27. 0f34a98 Remove shader call stack bounding by Nicolas Capens · 5 years ago
  28. f969488 Fix shader call stack size mismatch by Nicolas Capens · 5 years ago
  29. eea21ba Use spirv-tools optimizer in GraphicsPipeline by Chris Forbes · 5 years ago
  30. 1845d5e Replace Shader,VertexShader,PixelShader with SpirvShader by Chris Forbes · 5 years ago
  31. 64c44b0 Add assert for broken locations by Chris Forbes · 5 years ago
  32. d9ce258 CMake: Generate the ICD json file into the output directory by Ben Clayton · 5 years ago
  33. 9388dde vscode: Rewrite tasks.json by Ben Clayton · 5 years ago
  34. 9686153 Early exit in es2::Context::drawElements on count=0. by Cody Schuffelen · 5 years ago
  35. 7fb0b73 Update and Fill Buffers by Alexis Hetu · 5 years ago
  36. c817663 Basic DescriptorPool and DescriptorSetLayout implementation by Alexis Hetu · 5 years ago
  37. a69ca60 Add SPIRV-Tools to the Vulkan build. by Nicolas Capens · 5 years ago
  38. 4c9f04b Add Visual Studio project files for SPIRV-Tools. by Nicolas Capens · 5 years ago
  39. 4e9f577 Switch to SPIRV-Headers from subtree. by Nicolas Capens · 5 years ago
  40. fb86c6a Suppress Clang warning for unsupported warning. by Nicolas Capens · 5 years ago
  41. 09a91e4 Silence clang warning spewed by every .cpp compile by Ben Clayton · 5 years ago
  42. 4b9e06d CMake: Fix logic that automatically fetches submodules. by Ben Clayton · 5 years ago
  43. 24f3d30 GCC: use Wno-error=header-hygiene only with clang. by Maksim Sisov · 5 years ago
  44. 8f71f73 Fix linux link error when using LLVM reactor backend. by Ben Clayton · 5 years ago
  45. 049ff38 Split Object::Kind::Variable by Chris Forbes · 5 years ago
  46. 6123455 Support for usage in memory requirements by Alexis Hetu · 5 years ago
  47. 1c65823 Adjust interface extraction to account for split types by Chris Forbes · 5 years ago
  48. 3f5a479 vkCmdSetEvent/vkCmdResetEvent implementation by Alexis Hetu · 5 years ago
  49. cd610c9 CommandPool reset and trim by Alexis Hetu · 5 years ago
  50. debaaca Add presubmit config for kokoro by Raymond Chiu · 5 years ago
  51. ebe5f7f Include Vulkan version of debug support in vulkan files by Chris Forbes · 5 years ago
  52. 5ebd2c0 Support for device groups by Alexis Hetu · 5 years ago
  53. 787f953 Add -Wl,--no-as-needed to ld flags by Raymond Chiu · 5 years ago
  54. 77630f1 [fuchsia] Ensure VMO has execute rights by Matthew Dempsky · 5 years ago
  55. b08c5e9 Add SPIRV-Tools as git subtree by Chris Forbes · 5 years ago
  56. cc5697f Squashed 'third_party/SPIRV-Tools/' content from commit d14db341b by Chris Forbes · 5 years ago
  57. ddcbdc5 Add SPIRV-Headers as git subtree by Chris Forbes · 5 years ago
  58. 670217a Squashed 'third_party/SPIRV-Headers/' content from commit 79b6681aa by Chris Forbes · 5 years ago
  59. cda0cf9 vkQueueWaitIdle and vkDeviceWaitIdle as noops by Alexis Hetu · 5 years ago
  60. 9d30713 Re-enable -Wno-defaulted-function-deleted warnings. by Nicolas Capens · 5 years ago
  61. e4adad0 Merge changes If2de3cbd,Ia12719e9 by Nicolas Capens · 5 years ago
  62. d9e364c Support for instanceCount, firstVertex and firstInstance in Draw by Alexis Hetu · 5 years ago
  63. 85bd613 Intentionally ignore pipeline cache for now by Alexis Hetu · 5 years ago
  64. a9121a8 Update to latest LLVM 7.0 release branch revision. by Nicolas Capens · 5 years ago
  65. 6583d4f Squashed 'third_party/llvm-7.0/llvm/' changes from 65ce2e56889..cd98f42d074 by Nicolas Capens · 5 years ago
  66. ec061dd Setup Kokoro linux build by Raymond Chiu · 5 years ago
  67. bfdb95a Framebuffer clear assert fix by Alexis Hetu · 5 years ago
  68. 314ad81 [Fuchsia] Use the read/write permission flag names when mapping VMOs. by Wez · 5 years ago
  69. 543629b Fix LLVM 3.0 build issue. by Nicolas Capens · 5 years ago
  70. 7521150 Implementation of partial clear by Alexis Hetu · 5 years ago
  71. 1cd31ea Support for clearing Framebuffer attachments by Alexis Hetu · 5 years ago
  72. 238af15 Basic RenderPass implementation by Alexis Hetu · 5 years ago
  73. 86f8bdb QueryPool object creation by Alexis Hetu · 5 years ago
  74. 6ab37b0 vkGetImageSubresourceLayout implementation by Alexis Hetu · 5 years ago
  75. 76e4002 Fixed a crash using TransformFeedback with DrawArraysInstanced by Alexis Hetu · 5 years ago
  76. 4806a9b Add GL_OES_EGL_image_external_essl3 by Lingfeng Yang · 5 years ago
  77. c3bea87 Use unique names for each LLVM IR dump by Chris Forbes · 5 years ago
  78. 878d4b0 Change routine names to be strings of char by Chris Forbes · 5 years ago
  79. 7a36f48 make NDEBUG version of UNIMPLEMENTED() macro variadic too by Chris Forbes · 5 years ago
  80. 755d744 Fix compilation error on android build. by Cody Schuffelen · 5 years ago
  81. ef4ab0f drop c++ version for cmake build to 11 by Chris Forbes · 5 years ago
  82. fffee5b remove remaining make_unique usage by Chris Forbes · 5 years ago
  83. f251a6f Replaced std::make_unique with std::unique_ptr by Alexis Hetu · 5 years ago
  84. 840809a Split types from other kinds of definitions by Chris Forbes · 5 years ago
  85. bde3408 Add support for builtin blocks by Chris Forbes · 5 years ago
  86. 5be4d70 Add support for arrays to interface and size analyses by Chris Forbes · 5 years ago
  87. bc3a0ee Add minimal support for integer constants by Chris Forbes · 5 years ago
  88. 7ca9f4a Implemented depth and stencil clear command by Alexis Hetu · 5 years ago
  89. f14ed32 Added clear color image command by Alexis Hetu · 5 years ago
  90. eca9ca6 Support for array layers and mip levels in VkImage objects by Alexis Hetu · 5 years ago
  91. ed30373 Allow clearing image arrays in ImageView by Alexis Hetu · 5 years ago
  92. 5839dcf Collect input/output interfaces by Chris Forbes · 5 years ago
  93. 0571621 Port LLVM change rL350655 by Tom Tan · 5 years ago
  94. c25b807 Add support for SPIRV decorations by Chris Forbes · 5 years ago
  95. 48d47a4 Fixed all OOB accesses in VertexProgram and PixelProgram by Alexis Hetu · 5 years ago
  96. 8b0a281 Add builtin interface to spirv shader by Chris Forbes · 5 years ago
  97. 2e7f35b Move AttribType enum to SpirvShader by Chris Forbes · 5 years ago
  98. 739a7fb Add size calculation for spirv types by Chris Forbes · 5 years ago
  99. 4a979dc Formatting-only change: conform better with swiftshader style by Chris Forbes · 5 years ago
  100. a1cd119 Fix build by Chris Forbes · 5 years ago