1. 04e6b3b Unconditionally define the RValue copy constructor by Nicolas Capens · 3 years, 11 months ago
  2. 3b655b6 Call non-template base methods through 'this' pointer by Nicolas Capens · 3 years, 11 months ago
  3. 5e16bc4 Eliminate the array size from rr::Variable by Nicolas Capens · 3 years, 11 months ago
  4. cc5cda0 LLVMReactor: set alignment when allocating stack variables by Antonio Maiorano · 3 years, 10 months ago
  5. b6e8c3f Encapsulate the RValue<T> value field by Nicolas Capens · 4 years ago
  6. b4e4f11 Add type-safe Reference<T> load method by Nicolas Capens · 4 years ago
  7. 5f77c5e Add type-safe LValue<T> load and store methods by Nicolas Capens · 4 years ago
  8. 67cdce9 Retrieve Variable type through an abstract method by Nicolas Capens · 4 years ago
  9. 519cf22 Rename Reactor static getType() methods to type() by Nicolas Capens · 3 years, 11 months ago
  10. 57eb48a Fix processing OpExecutionMode for the requested entry point by Nicolas Capens · 3 years, 11 months ago
  11. 660c3bc Regres: Reverse full test run order by Nicolas Capens · 3 years, 11 months ago
  12. c9625f1 Fix asserts due to missing texture formats by Sean Risser · 4 years ago
  13. d748e16 Fix missing border update after Image blit by Alexis Hetu · 3 years, 11 months ago
  14. c66681b Wrap Xcb reply call for error handling by Jonah Ryan-Davis · 3 years, 11 months ago
  15. 64da65b Fix sRGB color clear by Alexis Hetu · 3 years, 11 months ago
  16. d9ba4b7 Add high precision filtering extension by Antonio Maiorano · 3 years, 11 months ago
  17. 7b87548 Regres: Limit the Gerrit comment message length by Nicolas Capens · 3 years, 11 months ago
  18. 2dd8644 Revert "Produce MSVC error when virtual class misses virtual destructor" by Nicolas Capens · 3 years, 11 months ago
  19. 45be468 Remove typeinfo from Vulkan exported symbols by Nicolas Capens · 3 years, 11 months ago
  20. cd09f8e Produce MSVC error when virtual class misses virtual destructor by Nicolas Capens · 3 years, 11 months ago
  21. 08afdde Also use out of bound detection for image stores by Alexis Hetu · 3 years, 11 months ago
  22. 8d1f871 CMakeLists: Fix building of llvm-with-cov by Ben Clayton · 3 years, 11 months ago
  23. 1d9d645 Insert __msan_unposion for masked/scattered stores by James Price · 3 years, 11 months ago
  24. 60727de Detect out of bounds image pointers by Alexis Hetu · 4 years ago
  25. baa10d7 Regres: Update test lists @ 6ce626b4 by SwiftShader Regression Bot · 3 years, 11 months ago
  26. 098cdda Regres: Don't nuke the daily test dir before using the test results by Ben Clayton · 3 years, 11 months ago
  27. 6ce626b CMake: Only build turbo-cov with clang + llvm 10 by Ben Clayton · 3 years, 11 months ago
  28. c4bbd37 Remove typeinfo from GLES exported symbols by Nicolas Capens · 3 years, 11 months ago
  29. b798cfa Enable the shaderStorageImageArrayDynamicIndexing feature by Nicolas Capens · 4 years ago
  30. fe63685 Enable the shaderStorageBufferArrayDynamicIndexing feature by Nicolas Capens · 4 years ago
  31. 25646f4 Enable the shaderSampledImageArrayDynamicIndexing feature by Nicolas Capens · 4 years ago
  32. 5faf16f Enable the shaderUniformBufferArrayDynamicIndexing feature by Nicolas Capens · 4 years ago
  33. 479d143 Implement dynamic descriptor array indexing by Nicolas Capens · 4 years, 2 months ago
  34. 9b83ddb Skip image sampling if no SIMD lanes are active by Nicolas Capens · 4 years ago
  35. d085136 Move the OFFSET() macro to Reactor by Nicolas Capens · 4 years ago
  36. c2fe258 Regres: use Subzero backend by default by Antonio Maiorano · 4 years ago
  37. 2defafb Squashed 'third_party/marl/' changes from 748d3c161..3c643dd4c by Ben Clayton · 4 years ago
  38. b3854ce Update Marl to 3c643dd4c by Ben Clayton · 4 years ago
  39. 694e214 Vulkan/Debug: Don't step for column updates by Ben Clayton · 4 years ago
  40. cfc7760 Vulkan/Debug: Fix build with clang-10. by Ben Clayton · 4 years ago
  41. 197e251 Device: Use std::unique_ptr instead of raw pointers by Ben Clayton · 4 years ago
  42. 78ec0ea CMake: add graphviz generation scripts by Antonio Maiorano · 4 years ago
  43. 45b25b2 Fix null dereference in OFFSET macro by James Price · 4 years ago
  44. 98d2cab Fix JIT on separate thread by Nicolas Capens · 4 years ago
  45. 7d6b591 Avoid implicitly destructing thread-locals by Nicolas Capens · 4 years ago
  46. 941293d Eliminate use of Vulkan header BEGIN_RANGE/END_RANGE/RANGE_SIZE enums by Antonio Maiorano · 4 years ago
  47. 71c49f8 Run clang-format on renamed headers by Antonio Maiorano · 4 years ago
  48. 42fd159 Rename Vulkan-source .h to .hpp by Antonio Maiorano · 4 years ago
  49. 587fbb9 ReactorUnitTests: Speed up multithreaded tests by Ben Clayton · 4 years ago
  50. 2717702 Eliminate the ABORT() macro by Nicolas Capens · 4 years ago
  51. 002b7c1 Record vkCmdBindDescriptorSets() as a single command by Nicolas Capens · 4 years ago
  52. 026f7d0 Store binding information in the pipeline layout by Nicolas Capens · 4 years ago
  53. c7d5ec3 Don't expose individual descriptor set layouts to SPIR-V compilation by Nicolas Capens · 4 years ago
  54. ca9de96 Fix ordering of descriptor set bindings by Nicolas Capens · 4 years ago
  55. 7483e56 SpirvShader: Document activeLaneMask() and storesAndAtomicsMask() by Ben Clayton · 4 years ago
  56. 60aa34a Omit ASSERT() expression evaluation in Release builds by Nicolas Capens · 4 years ago
  57. f42c698 SpirvShaderDebugger: Ensure frames are fully popped by Ben Clayton · 4 years ago
  58. 00e4a7c SpirvShaderDebugger: Implement globals, stub array types by Ben Clayton · 4 years ago
  59. 0d6791c SpirvShader: Add WriteCFGGraphVizDotFile debug function by Ben Clayton · 4 years ago
  60. e41e86d Don't unlock Android buffers immediately after locking them. by Peter Collingbourne · 4 years ago
  61. 91525d8 LLVM: Do not map read-only data sections as executable. by David 'Digit' Turner · 4 years ago
  62. 6e44504 Vulkan: Add vk_icdInitializeConnectToServiceCallback() by David 'Digit' Turner · 4 years ago
  63. ba47db0 Kokoro: fix SWIFTSHADER_LESS_DEBUG_INFO not being set by Antonio Maiorano · 4 years ago
  64. dc688a2 Update tests/presubmit.sh to accept Fuchsia bugs as fxb/# by David 'Digit' Turner · 4 years ago
  65. 5ab1f36 Fix specializing graphics routines for the pipeline layout by Nicolas Capens · 4 years ago
  66. fc951cd SpirvShader: Add a flag for printing SPIRV execution by Ben Clayton · 4 years, 11 months ago
  67. 2c9aa76 Regres: Write logs to /dev/null by Ben Clayton · 4 years ago
  68. 5657106 CMake: use target_compile_options/definitions for llvm by Antonio Maiorano · 4 years ago
  69. 63aa954 CMake: use target_link_options by Antonio Maiorano · 4 years ago
  70. bccfe71 CMake: require version 3.13 by Antonio Maiorano · 4 years ago
  71. d8efa7d Kokoro: update CMake to latest version by Antonio Maiorano · 4 years ago
  72. 4d89b58 Regres: Limit the default number of threads to 100 by Ben Clayton · 4 years ago
  73. ccaa8e8 Pass only descriptor data to shader execution by Nicolas Capens · 4 years ago
  74. 93613e1 Reduce descriptor binding info exposure by Nicolas Capens · 4 years ago
  75. db868c7 Kokoro: Fix ubuntu bots. by Ben Clayton · 4 years ago
  76. d347ccf Vulkan: Fix Fuchsia external semaphore fix tryWait(). by David 'Digit' Turner · 4 years ago
  77. ceb6258 CMake: fix astc code not being enabled correctly by Antonio Maiorano · 4 years ago
  78. ff772a7 Don't use deprecated llvm::Type::getVectorNumElements() by Nicolas Capens · 4 years ago
  79. 068611f Fix JIT on separate thread by Nicolas Capens · 4 years ago
  80. 377573c Use Thread Safety Analysis annotations throughout SwiftShader. by Ben Clayton · 4 years ago
  81. 0809046 CMakeLists: Fix Fuchsia build. by David 'Digit' Turner · 4 years ago
  82. 55e85da Merge changes Ia8226c11,If413b9d6 by Ben Clayton · 4 years ago
  83. 20cf5c5 LLVMReactor: Drop codegenMutex, now thread safe. by Ben Clayton · 4 years, 9 months ago
  84. 7ccdeed LLVMJIT: Remove the TargetMachine cache. by Ben Clayton · 4 years ago
  85. cd95ac3 LLVM 7: Set LLVM_ENABLE_THREADS to 1 by Ben Clayton · 4 years ago
  86. ea66320 SpirvShader: Fix ASSERT firing in debugger by Ben Clayton · 4 years ago
  87. d25ce87 Fix LLVM-based Arm64 build. by David 'Digit' Turner · 4 years ago
  88. f396387 Update Marl to 748d3c161 by Ben Clayton · 4 years ago
  89. 27c6367 Squashed 'third_party/marl/' changes from 539094011..748d3c161 by Ben Clayton · 4 years ago
  90. 5470988 CMakeLists: Enabled more clang warnings. by Ben Clayton · 4 years ago
  91. 21fb75f Device/Blitter: Initialize filter3D fields by Ben Clayton · 4 years ago
  92. 7b1ae2b Fuchsia: Add LLVM 10.0 configuration headers. by David 'Digit' Turner · 4 years ago
  93. 6d8a9c5 CMake: fix PowerVR_Examples build by Antonio Maiorano · 4 years ago
  94. d6d5993 Don't fail build if Vulkan headers are different by Antonio Maiorano · 4 years ago
  95. 31038ea CMake: fix add_subdirectory(SwiftShader) when CMAKE_BUILD_TYPE is set in parent project by Antonio Maiorano · 4 years ago
  96. 1e2fba3 CMake: make submodule initialization work for add_subdirectory(SwiftShader) by Antonio Maiorano · 4 years ago
  97. 8772b42 CMake: fix add_subdirectory(SwiftShader) by Antonio Maiorano · 4 years ago
  98. da4315d CMake: use directory variables consistently by Antonio Maiorano · 4 years ago
  99. 47d09cb CMake: make root compile options and link libraries private by Antonio Maiorano · 4 years ago
  100. 514232c VkSemaphore: Unlock/Lock the mutex outside the blocking_call. by Ben Clayton · 4 years ago