1. c9a291a Implement SNORM uniform texel buffer support by Nicolas Capens · 4 years, 9 months ago
  2. 2e7cdd8 Implement B10G11R11_UFLOAT_PACK32 uniform texel buffer support by Nicolas Capens · 4 years, 9 months ago
  3. 3121585 ASTC Decoder: Trim unused struct members by Alexis Hetu · 4 years, 9 months ago
  4. 14453b7 Fix debug assert from happening in release build by Sean Risser · 4 years, 9 months ago
  5. b3240d0 Optimize clearing of depth and stencil images by Nicolas Capens · 4 years, 10 months ago
  6. 4b77777 Fix build when ENABLE_RR_DEBUG_INFO enabled by Antonio Maiorano · 4 years, 9 months ago
  7. 9167e1e Revert "Optimize clearing of depth and stencil images" by Corentin Wallez · 4 years, 9 months ago
  8. ae10079 Assert attachment format supports blending when blending is enabled by Nicolas Capens · 4 years, 10 months ago
  9. 32f4be1 Optimize copying image data for presentation by Nicolas Capens · 4 years, 10 months ago
  10. af1f215 Optimize clearing of depth and stencil images by Nicolas Capens · 4 years, 10 months ago
  11. eb68244 Assert reserved binding entries aren't accessed by Nicolas Capens · 4 years, 10 months ago
  12. 974cfa9 Optimize out-of-bounds checks with unsigned compare by Nicolas Capens · 4 years, 11 months ago
  13. 4a65df1 Replace instead of add pointer offsets when out of bounds by Nicolas Capens · 4 years, 11 months ago
  14. 46485a0 Don't assert thread_local initialization by Nicolas Capens · 4 years, 9 months ago
  15. 763957e Ignore rasterization state pointers when rasterization is disabled by Nicolas Capens · 4 years, 9 months ago
  16. 15d3dda Zero-initialize the context state and data by Nicolas Capens · 4 years, 9 months ago
  17. 4615971 Cleanup: using the proper Image subregion structure by Alexis Hetu · 4 years, 9 months ago
  18. 47da2d3 Merge changes I3e59c425,I46075a36,I73cd3e57,Ic09c196b by Ben Clayton · 4 years, 9 months ago
  19. d68844f SpirvShaderDebugger: Show vector elements as xyzw by Ben Clayton · 4 years, 10 months ago
  20. 3011de5 SpirvShaderDebugger: Add a virtual destructor by Ben Clayton · 4 years, 10 months ago
  21. ef3914c SubzeroReactor: Use new marl::Scheduler::Config API. by Ben Clayton · 4 years, 9 months ago
  22. 8cbee41 Make rr::Print output to debugger and be stubbed by Antonio Maiorano · 4 years, 10 months ago
  23. 45510ad Validate the SPIR-V code in debug builds by Nicolas Capens · 4 years, 10 months ago
  24. 0711869 Add Z mirroring support for image blit. by Ari Suonpaa · 4 years, 10 months ago
  25. 3ad285a Added reference counting for PipelineLayout objects by Trevor David Black · 4 years, 10 months ago
  26. e817aaa libVulkan: Use new marl::Scheduler::Config API. by Ben Clayton · 4 years, 10 months ago
  27. b0c00e8 Update VkStringify for VK_EXT_subgroup_size_control by Caio Marcelo de Oliveira Filho · 4 years, 10 months ago
  28. 643cbe1 Update Vulkan headers to version 1.2.141 by Caio Marcelo de Oliveira Filho · 4 years, 10 months ago
  29. 907433b SpirvShaderDebugger: Implement Array types by Ben Clayton · 4 years, 10 months ago
  30. afb1867 SpirvShaderDebugger: Replace 'builtins' / 'root' with a global scope by Ben Clayton · 4 years, 10 months ago
  31. 1e51262 SpirvShaderDebugger: Silence release only warning by Ben Clayton · 4 years, 10 months ago
  32. 248ef6f SpirvShaderDebugger: Handle None sizes for composite types by Ben Clayton · 4 years, 10 months ago
  33. 0aec9b6 SpirvShaderDebugger: Handle template types by Ben Clayton · 4 years, 10 months ago
  34. 77a09d9 SpirvShaderDebugger: Don't display SSAs for array types by Ben Clayton · 4 years, 10 months ago
  35. fbb12e1 SpirvShaderDebugger: Don't display SSA values with DebugInfo by Ben Clayton · 4 years, 10 months ago
  36. 11dd718 Remove generation of OpenCLDebugInfo100.h by Nicolas Capens · 4 years, 10 months ago
  37. 6f5ff49 Fix deallocation of uninitialized pointer by Nicolas Capens · 4 years, 10 months ago
  38. 471c120 Don't inline rr::Variable methods by Nicolas Capens · 4 years, 10 months ago
  39. 79dcb2a Document helper invocations being considered active by Nicolas Capens · 4 years, 10 months ago
  40. d2af84f Move the Reactor 'Sample' unit test back to the top by Nicolas Capens · 4 years, 10 months ago
  41. 04e6b3b Unconditionally define the RValue copy constructor by Nicolas Capens · 4 years, 10 months ago
  42. 3b655b6 Call non-template base methods through 'this' pointer by Nicolas Capens · 4 years, 10 months ago
  43. 5e16bc4 Eliminate the array size from rr::Variable by Nicolas Capens · 4 years, 10 months ago
  44. cc5cda0 LLVMReactor: set alignment when allocating stack variables by Antonio Maiorano · 4 years, 10 months ago
  45. b6e8c3f Encapsulate the RValue<T> value field by Nicolas Capens · 5 years ago
  46. b4e4f11 Add type-safe Reference<T> load method by Nicolas Capens · 5 years ago
  47. 5f77c5e Add type-safe LValue<T> load and store methods by Nicolas Capens · 5 years ago
  48. 67cdce9 Retrieve Variable type through an abstract method by Nicolas Capens · 5 years ago
  49. 519cf22 Rename Reactor static getType() methods to type() by Nicolas Capens · 4 years, 11 months ago
  50. 57eb48a Fix processing OpExecutionMode for the requested entry point by Nicolas Capens · 4 years, 10 months ago
  51. c9625f1 Fix asserts due to missing texture formats by Sean Risser · 5 years ago
  52. d748e16 Fix missing border update after Image blit by Alexis Hetu · 4 years, 11 months ago
  53. c66681b Wrap Xcb reply call for error handling by Jonah Ryan-Davis · 4 years, 11 months ago
  54. 64da65b Fix sRGB color clear by Alexis Hetu · 4 years, 11 months ago
  55. d9ba4b7 Add high precision filtering extension by Antonio Maiorano · 4 years, 11 months ago
  56. 45be468 Remove typeinfo from Vulkan exported symbols by Nicolas Capens · 4 years, 11 months ago
  57. 08afdde Also use out of bound detection for image stores by Alexis Hetu · 4 years, 11 months ago
  58. 1d9d645 Insert __msan_unposion for masked/scattered stores by James Price · 4 years, 11 months ago
  59. 60727de Detect out of bounds image pointers by Alexis Hetu · 5 years ago
  60. c4bbd37 Remove typeinfo from GLES exported symbols by Nicolas Capens · 4 years, 11 months ago
  61. b798cfa Enable the shaderStorageImageArrayDynamicIndexing feature by Nicolas Capens · 5 years ago
  62. fe63685 Enable the shaderStorageBufferArrayDynamicIndexing feature by Nicolas Capens · 5 years ago
  63. 25646f4 Enable the shaderSampledImageArrayDynamicIndexing feature by Nicolas Capens · 5 years ago
  64. 5faf16f Enable the shaderUniformBufferArrayDynamicIndexing feature by Nicolas Capens · 5 years ago
  65. 479d143 Implement dynamic descriptor array indexing by Nicolas Capens · 5 years ago
  66. 9b83ddb Skip image sampling if no SIMD lanes are active by Nicolas Capens · 5 years ago
  67. d085136 Move the OFFSET() macro to Reactor by Nicolas Capens · 5 years ago
  68. 694e214 Vulkan/Debug: Don't step for column updates by Ben Clayton · 5 years ago
  69. cfc7760 Vulkan/Debug: Fix build with clang-10. by Ben Clayton · 5 years ago
  70. 197e251 Device: Use std::unique_ptr instead of raw pointers by Ben Clayton · 5 years ago
  71. 45b25b2 Fix null dereference in OFFSET macro by James Price · 5 years ago
  72. 98d2cab Fix JIT on separate thread by Nicolas Capens · 5 years ago
  73. 7d6b591 Avoid implicitly destructing thread-locals by Nicolas Capens · 5 years ago
  74. 941293d Eliminate use of Vulkan header BEGIN_RANGE/END_RANGE/RANGE_SIZE enums by Antonio Maiorano · 5 years ago
  75. 71c49f8 Run clang-format on renamed headers by Antonio Maiorano · 5 years ago
  76. 42fd159 Rename Vulkan-source .h to .hpp by Antonio Maiorano · 5 years ago
  77. 587fbb9 ReactorUnitTests: Speed up multithreaded tests by Ben Clayton · 5 years ago
  78. 2717702 Eliminate the ABORT() macro by Nicolas Capens · 5 years ago
  79. 002b7c1 Record vkCmdBindDescriptorSets() as a single command by Nicolas Capens · 5 years ago
  80. 026f7d0 Store binding information in the pipeline layout by Nicolas Capens · 5 years ago
  81. c7d5ec3 Don't expose individual descriptor set layouts to SPIR-V compilation by Nicolas Capens · 5 years ago
  82. ca9de96 Fix ordering of descriptor set bindings by Nicolas Capens · 5 years ago
  83. 7483e56 SpirvShader: Document activeLaneMask() and storesAndAtomicsMask() by Ben Clayton · 5 years ago
  84. 60aa34a Omit ASSERT() expression evaluation in Release builds by Nicolas Capens · 5 years ago
  85. f42c698 SpirvShaderDebugger: Ensure frames are fully popped by Ben Clayton · 5 years ago
  86. 00e4a7c SpirvShaderDebugger: Implement globals, stub array types by Ben Clayton · 5 years ago
  87. 0d6791c SpirvShader: Add WriteCFGGraphVizDotFile debug function by Ben Clayton · 5 years ago
  88. e41e86d Don't unlock Android buffers immediately after locking them. by Peter Collingbourne · 5 years ago
  89. 6e44504 Vulkan: Add vk_icdInitializeConnectToServiceCallback() by David 'Digit' Turner · 5 years ago
  90. 5ab1f36 Fix specializing graphics routines for the pipeline layout by Nicolas Capens · 5 years ago
  91. fc951cd SpirvShader: Add a flag for printing SPIRV execution by Ben Clayton · 6 years ago
  92. 63aa954 CMake: use target_link_options by Antonio Maiorano · 5 years ago
  93. ccaa8e8 Pass only descriptor data to shader execution by Nicolas Capens · 5 years ago
  94. 93613e1 Reduce descriptor binding info exposure by Nicolas Capens · 5 years ago
  95. d347ccf Vulkan: Fix Fuchsia external semaphore fix tryWait(). by David 'Digit' Turner · 5 years ago
  96. ceb6258 CMake: fix astc code not being enabled correctly by Antonio Maiorano · 5 years ago
  97. ff772a7 Don't use deprecated llvm::Type::getVectorNumElements() by Nicolas Capens · 5 years ago
  98. 068611f Fix JIT on separate thread by Nicolas Capens · 5 years ago
  99. 377573c Use Thread Safety Analysis annotations throughout SwiftShader. by Ben Clayton · 5 years ago
  100. 20cf5c5 LLVMReactor: Drop codegenMutex, now thread safe. by Ben Clayton · 6 years ago