1. 9b43307 Fix minor issue in vkCreateInstance extension loop by Hernan Liatis · 6 years ago
  2. 8c1e8f1 PipelineLayout implementation by Alexis Hetu · 6 years ago
  3. 1776af7 Suppress warnings for more instructions that require no work by Chris Forbes · 6 years ago
  4. 5efe611 Assert there are no unmatched eglBindTexImage/eglReleaseTexImage by Alexis Hetu · 6 years ago
  5. e2d8b12 Fix CMake build documentation by Ben Clayton · 6 years ago
  6. b47c816 Remove remnants of non-descriptor UBO support by Chris Forbes · 6 years ago
  7. 4aad884 Remove remnants of GL-style user clip planes by Chris Forbes · 6 years ago
  8. 35df09f Remove transform feedback remnants by Chris Forbes · 6 years ago
  9. 7c33e88 Set render targets correctly when drawing by Chris Forbes · 6 years ago
  10. d245255 Wire up cull mode handling to Vulkan pipeline by Chris Forbes · 6 years ago
  11. 222871a Kokoro: Run unit tests. by Ben Clayton · 6 years ago
  12. e53533d Silence emit-time warnings for many instructions by Chris Forbes · 6 years ago
  13. 2ab34ac Remove alpha test plumbing by Chris Forbes · 6 years ago
  14. 8a718cb Restore vertex fetch state update from context -> state by Chris Forbes · 6 years ago
  15. 1ca8acd Implement proper handling of constants by Chris Forbes · 6 years ago
  16. 7aafb27 Add CMake flag to treat warnings as errors by Ben Clayton · 6 years ago
  17. b607bc8 vkGetDescriptorSetLayoutSupportKHR listed wrong by Hernan Liatis · 6 years ago
  18. b2841fe Update ICD version to 3.0 by Hernan Liatis · 6 years ago
  19. 3fc635a GLES: Fix race in Renderer destruction by Ben Clayton · 6 years ago
  20. 0eee332 Silence warnings: Ignore pedantic warnings with compiler flags by Ben Clayton · 6 years ago
  21. 3f48ecb GLES: Fix OOB access of labelBlock. by Ben Clayton · 6 years ago
  22. f56c450 GLES: Add tests to exersise sparse labels. by Ben Clayton · 6 years ago
  23. c1fd408 Connect fragment shader outputs to raster operations stage by Chris Forbes · 6 years ago
  24. c61271e Add epilog pass to copy outputs out to pipeline by Chris Forbes · 6 years ago
  25. 58bee56 Fix WalkAccessChain to actually walk type tree properly by Chris Forbes · 6 years ago
  26. 64be7c7 Remove needless unique_ptr wrapping from inputs/outputs by Chris Forbes · 6 years ago
  27. e4ef5f7 Separate intermediate values from lvalues by Chris Forbes · 6 years ago
  28. e205d34 SpirvShader: Split objects from types. by Ben Clayton · 6 years ago
  29. 93317ec Silence warnings: Add override to overriden virtual functions by Ben Clayton · 6 years ago
  30. d66736a Silence warnings: Remove bit-packing of Vulkan state by Ben Clayton · 6 years ago
  31. 226e1c6 swiftshader: Remove semicolons. by Nico Weber · 6 years ago
  32. f4b99b6 Silence warnings: Remove all unused local variables by Ben Clayton · 6 years ago
  33. 8f79d38 Fix mismatch of enum types in equality test by Ben Clayton · 6 years ago
  34. d531712 Silence warnings: Add default cases to partial enum switches. by Ben Clayton · 6 years ago
  35. 7f8fa97 GLES: Add unit tests for compile time limits by Ben Clayton · 6 years ago
  36. 0a60818 Remove sw::BoundedIndex by Ben Clayton · 6 years ago
  37. d951f19 GLES: Remove hardcoded shader limits by Ben Clayton · 6 years ago
  38. 6397ed0 Accumulate compile-time constant and runtime offsets separately by Chris Forbes · 6 years ago
  39. a63e5f9 GLES: Fix for crashes when sampling certain textures. by Ben Clayton · 6 years ago
  40. 24021a2 vkCmdBlitImage: Make a copy of the VkImageBlit structure by Ben Clayton · 6 years ago
  41. 6d74ab8 vkGetRenderAreaGranularity implementation by Alexis Hetu · 6 years ago
  42. a0a80b1 Prevent Pipeline crashing on missing non mandatory structures by Alexis Hetu · 6 years ago
  43. 0eba65b Support loads and stores of interface variables by Chris Forbes · 6 years ago
  44. e7b8020 Add SpirvRoutine::getValue helper by Chris Forbes · 6 years ago
  45. 38f85b3 Implement some common forms of OpAccessChain by Chris Forbes · 6 years ago
  46. 1c58800 Implement some common forms of OpStore by Chris Forbes · 6 years ago
  47. e9f8f5b Implement some common forms of OpLoad by Chris Forbes · 6 years ago
  48. b8fb08a Templatize PopulateInterface & friends by Chris Forbes · 6 years ago
  49. 49d664d Split out decoration application helpers to avoid some iterator noise by Chris Forbes · 6 years ago
  50. 0f59a2c Fix handling of pointer sizes; we want them to be 1 by Chris Forbes · 6 years ago
  51. a71b8e9 Add analysis pass support for OpLoad and OpAccessChain by Chris Forbes · 6 years ago
  52. 7edf534 Handle more instructions in spirv analysis pass by Chris Forbes · 6 years ago
  53. 31ed57d Remove more obsolete machinery from PixelProcessor by Chris Forbes · 6 years ago
  54. 81d19c9 Remove depthOverride pixel state bit by Chris Forbes · 6 years ago
  55. 93f70b3 Correctly determine whether we need to compute centroids by Chris Forbes · 6 years ago
  56. 5d61a1c Wire up FS input to the shader by Chris Forbes · 6 years ago
  57. d5c6d30 Remove VertexProcessor shader constants mechanism by Chris Forbes · 6 years ago
  58. 7e6fff2 Wire VS interfaces onto spirv shader by Chris Forbes · 6 years ago
  59. d007720 Set up VertexIndex builtin properly by Chris Forbes · 6 years ago
  60. 78d2e66 Do initial integration of spirv code generation with FS by Chris Forbes · 6 years ago
  61. e757926 Remove various legacy parts of FS plumbing by Chris Forbes · 6 years ago
  62. 26f1a86 Rework setup, VS->FS structures, etc for Vulkan by Chris Forbes · 6 years ago
  63. d5aed49 Start building up code generation by Chris Forbes · 6 years ago
  64. 2bb0864 Allow creation of VkInstances that support Xlib surfaces by Hernan Liatis · 6 years ago
  65. de16f32 Replace vulkan.h includes with vulkan_core.h by Nicolas Capens · 6 years ago
  66. 73c3124 Fix Visual Studio build. by Nicolas Capens · 6 years ago
  67. 0f34a98 Remove shader call stack bounding by Nicolas Capens · 6 years ago
  68. f969488 Fix shader call stack size mismatch by Nicolas Capens · 6 years ago
  69. eea21ba Use spirv-tools optimizer in GraphicsPipeline by Chris Forbes · 6 years ago
  70. 1845d5e Replace Shader,VertexShader,PixelShader with SpirvShader by Chris Forbes · 6 years ago
  71. 64c44b0 Add assert for broken locations by Chris Forbes · 6 years ago
  72. d9ce258 CMake: Generate the ICD json file into the output directory by Ben Clayton · 6 years ago
  73. 9388dde vscode: Rewrite tasks.json by Ben Clayton · 6 years ago
  74. 9686153 Early exit in es2::Context::drawElements on count=0. by Cody Schuffelen · 6 years ago
  75. 7fb0b73 Update and Fill Buffers by Alexis Hetu · 6 years ago
  76. c817663 Basic DescriptorPool and DescriptorSetLayout implementation by Alexis Hetu · 6 years ago
  77. a69ca60 Add SPIRV-Tools to the Vulkan build. by Nicolas Capens · 6 years ago
  78. 4c9f04b Add Visual Studio project files for SPIRV-Tools. by Nicolas Capens · 6 years ago
  79. 4e9f577 Switch to SPIRV-Headers from subtree. by Nicolas Capens · 6 years ago
  80. fb86c6a Suppress Clang warning for unsupported warning. by Nicolas Capens · 6 years ago
  81. 09a91e4 Silence clang warning spewed by every .cpp compile by Ben Clayton · 6 years ago
  82. 4b9e06d CMake: Fix logic that automatically fetches submodules. by Ben Clayton · 6 years ago
  83. 24f3d30 GCC: use Wno-error=header-hygiene only with clang. by Maksim Sisov · 6 years ago
  84. 8f71f73 Fix linux link error when using LLVM reactor backend. by Ben Clayton · 6 years ago
  85. 049ff38 Split Object::Kind::Variable by Chris Forbes · 6 years ago
  86. 6123455 Support for usage in memory requirements by Alexis Hetu · 6 years ago
  87. 1c65823 Adjust interface extraction to account for split types by Chris Forbes · 6 years ago
  88. 3f5a479 vkCmdSetEvent/vkCmdResetEvent implementation by Alexis Hetu · 6 years ago
  89. cd610c9 CommandPool reset and trim by Alexis Hetu · 6 years ago
  90. debaaca Add presubmit config for kokoro by Raymond Chiu · 6 years ago
  91. ebe5f7f Include Vulkan version of debug support in vulkan files by Chris Forbes · 6 years ago
  92. 5ebd2c0 Support for device groups by Alexis Hetu · 6 years ago
  93. 787f953 Add -Wl,--no-as-needed to ld flags by Raymond Chiu · 6 years ago
  94. 77630f1 [fuchsia] Ensure VMO has execute rights by Matthew Dempsky · 6 years ago
  95. b08c5e9 Add SPIRV-Tools as git subtree by Chris Forbes · 6 years ago
  96. cc5697f Squashed 'third_party/SPIRV-Tools/' content from commit d14db341b by Chris Forbes · 6 years ago
  97. ddcbdc5 Add SPIRV-Headers as git subtree by Chris Forbes · 6 years ago
  98. 670217a Squashed 'third_party/SPIRV-Headers/' content from commit 79b6681aa by Chris Forbes · 6 years ago
  99. cda0cf9 vkQueueWaitIdle and vkDeviceWaitIdle as noops by Alexis Hetu · 6 years ago
  100. 9d30713 Re-enable -Wno-defaulted-function-deleted warnings. by Nicolas Capens · 6 years ago