1. 763957e Ignore rasterization state pointers when rasterization is disabled by Nicolas Capens · 4 years ago
  2. 15d3dda Zero-initialize the context state and data by Nicolas Capens · 4 years ago
  3. 4615971 Cleanup: using the proper Image subregion structure by Alexis Hetu · 4 years ago
  4. 9b15236 Update Marl to d29553a37 by Ben Clayton · 4 years ago
  5. fd00a00 Squashed 'third_party/marl/' changes from 5c6c1532220..d29553a3730 by Ben Clayton · 4 years ago
  6. 9ac8855 Update Marl to 5c6c15322 by Ben Clayton · 4 years ago
  7. 9d009d0 Squashed 'third_party/marl/' changes from c5127112545..5c6c1532220 by Ben Clayton · 4 years ago
  8. 47da2d3 Merge changes I3e59c425,I46075a36,I73cd3e57,Ic09c196b by Ben Clayton · 4 years ago
  9. d68844f SpirvShaderDebugger: Show vector elements as xyzw by Ben Clayton · 4 years ago
  10. 3011de5 SpirvShaderDebugger: Add a virtual destructor by Ben Clayton · 4 years ago
  11. dae9203 Update Marl to c51271125 by Ben Clayton · 4 years ago
  12. 32b1d4b Squashed 'third_party/marl/' changes from 38c0c7a0f..c51271125 by Ben Clayton · 4 years ago
  13. af80f85 Repoint marl branch from master to main by Ben Clayton · 4 years ago
  14. ef3914c SubzeroReactor: Use new marl::Scheduler::Config API. by Ben Clayton · 4 years ago
  15. 8cbee41 Make rr::Print output to debugger and be stubbed by Antonio Maiorano · 4 years ago
  16. a6940c8 Regres: Roll deqp forward to latest 1.2.1 by Alexis Hetu · 4 years ago
  17. 45510ad Validate the SPIR-V code in debug builds by Nicolas Capens · 4 years ago
  18. f3b7447 Add a triangle rendering benchmark by Nicolas Capens · 4 years ago
  19. aca9fb2 Add glslang dependency to VulkanBenchmarks by Nicolas Capens · 4 years ago
  20. 0c8f895 Add glslang as a submodule by Nicolas Capens · 4 years ago
  21. f324fe5 Move CMake build targets for PowerVR samples before unit tests by Nicolas Capens · 4 years ago
  22. f59cdf2 Add microbenchmarks for vkCmdClear*Image by Nicolas Capens · 4 years ago
  23. fbe1e1e Add back vulkan.hpp by Nicolas Capens · 4 years ago
  24. e3eb327 Convert Vulkan headers from CRLF to LF endings by Caio Marcelo de Oliveira Filho · 4 years ago
  25. 0711869 Add Z mirroring support for image blit. by Ari Suonpaa · 4 years ago
  26. 3ad285a Added reference counting for PipelineLayout objects by Trevor David Black · 4 years ago
  27. e817aaa libVulkan: Use new marl::Scheduler::Config API. by Ben Clayton · 4 years ago
  28. b42e1ed Kokoro: Test LLVM 10 backend for macos by Ben Clayton · 4 years, 2 months ago
  29. 933a8df Merge changes I5eaceebc,I4d78c011,I7d01a3c8 by Ben Clayton · 4 years ago
  30. 3360bef Update Marl to 38c0c7a0f by Ben Clayton · 4 years ago
  31. 068a0c5 Squashed 'third_party/marl/' changes from 3c643dd4c..38c0c7a0f by Ben Clayton · 4 years ago
  32. 497e620 Fix LLVM_VERSION_MAJOR for LLVM 10 on macOS by Ben Clayton · 4 years ago
  33. b0c00e8 Update VkStringify for VK_EXT_subgroup_size_control by Caio Marcelo de Oliveira Filho · 4 years ago
  34. 643cbe1 Update Vulkan headers to version 1.2.141 by Caio Marcelo de Oliveira Filho · 4 years ago
  35. 907433b SpirvShaderDebugger: Implement Array types by Ben Clayton · 4 years ago
  36. afb1867 SpirvShaderDebugger: Replace 'builtins' / 'root' with a global scope by Ben Clayton · 4 years ago
  37. 1e51262 SpirvShaderDebugger: Silence release only warning by Ben Clayton · 4 years ago
  38. 248ef6f SpirvShaderDebugger: Handle None sizes for composite types by Ben Clayton · 4 years ago
  39. 0aec9b6 SpirvShaderDebugger: Handle template types by Ben Clayton · 4 years ago
  40. 77a09d9 SpirvShaderDebugger: Don't display SSAs for array types by Ben Clayton · 4 years ago
  41. fbb12e1 SpirvShaderDebugger: Don't display SSA values with DebugInfo by Ben Clayton · 4 years ago
  42. 141d5bd Make ManagedStatic registration thread-safe by Nicolas Capens · 4 years ago
  43. 2fbd57b Regres: Test changes from external contributors if reviewed by Googler by Nicolas Capens · 4 years ago
  44. 11dd718 Remove generation of OpenCLDebugInfo100.h by Nicolas Capens · 4 years ago
  45. 6f5ff49 Fix deallocation of uninitialized pointer by Nicolas Capens · 4 years ago
  46. 471c120 Don't inline rr::Variable methods by Nicolas Capens · 4 years ago
  47. 9e718f9 Update SPIR-V Tools to 55af3902f by Ben Clayton · 4 years ago
  48. 38e4691 Squashed 'third_party/SPIRV-Tools/' changes from fd773eb50d6..55af3902fc2 by Ben Clayton · 4 years ago
  49. 79dcb2a Document helper invocations being considered active by Nicolas Capens · 4 years ago
  50. d2af84f Move the Reactor 'Sample' unit test back to the top by Nicolas Capens · 4 years, 1 month ago
  51. 04e6b3b Unconditionally define the RValue copy constructor by Nicolas Capens · 4 years, 1 month ago
  52. 3b655b6 Call non-template base methods through 'this' pointer by Nicolas Capens · 4 years, 1 month ago
  53. 5e16bc4 Eliminate the array size from rr::Variable by Nicolas Capens · 4 years, 1 month ago
  54. cc5cda0 LLVMReactor: set alignment when allocating stack variables by Antonio Maiorano · 4 years ago
  55. b6e8c3f Encapsulate the RValue<T> value field by Nicolas Capens · 4 years, 1 month ago
  56. b4e4f11 Add type-safe Reference<T> load method by Nicolas Capens · 4 years, 1 month ago
  57. 5f77c5e Add type-safe LValue<T> load and store methods by Nicolas Capens · 4 years, 1 month ago
  58. 67cdce9 Retrieve Variable type through an abstract method by Nicolas Capens · 4 years, 1 month ago
  59. 519cf22 Rename Reactor static getType() methods to type() by Nicolas Capens · 4 years, 1 month ago
  60. 57eb48a Fix processing OpExecutionMode for the requested entry point by Nicolas Capens · 4 years, 1 month ago
  61. 660c3bc Regres: Reverse full test run order by Nicolas Capens · 4 years, 1 month ago
  62. c9625f1 Fix asserts due to missing texture formats by Sean Risser · 4 years, 2 months ago
  63. d748e16 Fix missing border update after Image blit by Alexis Hetu · 4 years, 1 month ago
  64. c66681b Wrap Xcb reply call for error handling by Jonah Ryan-Davis · 4 years, 1 month ago
  65. 64da65b Fix sRGB color clear by Alexis Hetu · 4 years, 1 month ago
  66. d9ba4b7 Add high precision filtering extension by Antonio Maiorano · 4 years, 1 month ago
  67. 7b87548 Regres: Limit the Gerrit comment message length by Nicolas Capens · 4 years, 1 month ago
  68. 2dd8644 Revert "Produce MSVC error when virtual class misses virtual destructor" by Nicolas Capens · 4 years, 1 month ago
  69. 45be468 Remove typeinfo from Vulkan exported symbols by Nicolas Capens · 4 years, 1 month ago
  70. cd09f8e Produce MSVC error when virtual class misses virtual destructor by Nicolas Capens · 4 years, 1 month ago
  71. 08afdde Also use out of bound detection for image stores by Alexis Hetu · 4 years, 1 month ago
  72. 8d1f871 CMakeLists: Fix building of llvm-with-cov by Ben Clayton · 4 years, 1 month ago
  73. 1d9d645 Insert __msan_unposion for masked/scattered stores by James Price · 4 years, 1 month ago
  74. 60727de Detect out of bounds image pointers by Alexis Hetu · 4 years, 2 months ago
  75. baa10d7 Regres: Update test lists @ 6ce626b4 by SwiftShader Regression Bot · 4 years, 1 month ago
  76. 098cdda Regres: Don't nuke the daily test dir before using the test results by Ben Clayton · 4 years, 1 month ago
  77. 6ce626b CMake: Only build turbo-cov with clang + llvm 10 by Ben Clayton · 4 years, 1 month ago
  78. c4bbd37 Remove typeinfo from GLES exported symbols by Nicolas Capens · 4 years, 1 month ago
  79. b798cfa Enable the shaderStorageImageArrayDynamicIndexing feature by Nicolas Capens · 4 years, 1 month ago
  80. fe63685 Enable the shaderStorageBufferArrayDynamicIndexing feature by Nicolas Capens · 4 years, 1 month ago
  81. 25646f4 Enable the shaderSampledImageArrayDynamicIndexing feature by Nicolas Capens · 4 years, 1 month ago
  82. 5faf16f Enable the shaderUniformBufferArrayDynamicIndexing feature by Nicolas Capens · 4 years, 1 month ago
  83. 479d143 Implement dynamic descriptor array indexing by Nicolas Capens · 4 years, 4 months ago
  84. 9b83ddb Skip image sampling if no SIMD lanes are active by Nicolas Capens · 4 years, 2 months ago
  85. d085136 Move the OFFSET() macro to Reactor by Nicolas Capens · 4 years, 1 month ago
  86. c2fe258 Regres: use Subzero backend by default by Antonio Maiorano · 4 years, 1 month ago
  87. 2defafb Squashed 'third_party/marl/' changes from 748d3c161..3c643dd4c by Ben Clayton · 4 years, 1 month ago
  88. b3854ce Update Marl to 3c643dd4c by Ben Clayton · 4 years, 1 month ago
  89. 694e214 Vulkan/Debug: Don't step for column updates by Ben Clayton · 4 years, 1 month ago
  90. cfc7760 Vulkan/Debug: Fix build with clang-10. by Ben Clayton · 4 years, 1 month ago
  91. 197e251 Device: Use std::unique_ptr instead of raw pointers by Ben Clayton · 4 years, 2 months ago
  92. 78ec0ea CMake: add graphviz generation scripts by Antonio Maiorano · 4 years, 2 months ago
  93. 45b25b2 Fix null dereference in OFFSET macro by James Price · 4 years, 1 month ago
  94. 98d2cab Fix JIT on separate thread by Nicolas Capens · 4 years, 1 month ago
  95. 7d6b591 Avoid implicitly destructing thread-locals by Nicolas Capens · 4 years, 1 month ago
  96. 941293d Eliminate use of Vulkan header BEGIN_RANGE/END_RANGE/RANGE_SIZE enums by Antonio Maiorano · 4 years, 1 month ago
  97. 71c49f8 Run clang-format on renamed headers by Antonio Maiorano · 4 years, 1 month ago
  98. 42fd159 Rename Vulkan-source .h to .hpp by Antonio Maiorano · 4 years, 1 month ago
  99. 587fbb9 ReactorUnitTests: Speed up multithreaded tests by Ben Clayton · 4 years, 1 month ago
  100. 2717702 Eliminate the ABORT() macro by Nicolas Capens · 4 years, 1 month ago