1. 532770b Use aligned allocation for classes with aligned members by Nicolas Capens · 3 years, 6 months ago
  2. b3e5c44 Enable and require C++17 compilation by Nicolas Capens · 3 years, 6 months ago
  3. 1d5174b Implement VK_KHR_depth_stencil_resolve by Sean Risser · 3 years, 10 months ago
  4. 22be66d Fix always performing early depth test when requested by Nicolas Capens · 3 years, 6 months ago
  5. 89fd148 vulkan: Support VK_KHR_external_memory_fd on OS X. by David 'Digit' Turner · 4 years, 5 months ago
  6. 149733c Fix crash in vertex shader when position is not declared by Alexis Hetu · 3 years, 6 months ago
  7. af4a3a9 LLVMReactorDebugInfo: fix location filename always "<unknown>" on Windows by Antonio Maiorano · 3 years, 6 months ago
  8. c4a1bd4 Implement VK_EXT_headless_surface by Antonio Maiorano · 3 years, 7 months ago
  9. f3e6b33 Update AHB default YUV dataspace to YCBCR_601 by Jason Macnak · 3 years, 6 months ago
  10. eeb8184 Fix back-face culling for vertices near w=0 by Nicolas Capens · 3 years, 7 months ago
  11. 3549479 Define static constexpr members in .cpp files by Sean Risser · 3 years, 7 months ago
  12. 6a59d06 Add VK_EXT_host_query_reset by Sean Risser · 3 years, 7 months ago
  13. 009667d Implement VK_EXT_separate_stencil_usage by Sean Risser · 3 years, 7 months ago
  14. 348ba20 Eliminate SpirvShaderEnumNames.cpp by Nicolas Capens · 3 years, 7 months ago
  15. 588d32c Reduce the LLVM compile layer object lifetime by Nicolas Capens · 3 years, 7 months ago
  16. 58d987a Reduce the mangler object lifetime by Nicolas Capens · 3 years, 7 months ago
  17. 567e560 Eliminate duplicate LLVM contexts by Nicolas Capens · 3 years, 7 months ago
  18. 2e89a70 Fix missing fields initializers warnings by Nicolas Capens · 3 years, 7 months ago
  19. 937395c Add Direct-to-Display support using KMS/DRM by Nicolas Caramelli · 3 years, 7 months ago
  20. 071cf0c Add structs for VK_KHR_vulkan_memory_model by Sean Risser · 3 years, 7 months ago
  21. ff29e24 Add support for Vulkan12Properties by Sean Risser · 3 years, 7 months ago
  22. 1cc5b33 Optimize reciprocal sqrt operation by Antonio Maiorano · 3 years, 7 months ago
  23. d156187 Optimize reciprocal operation by Antonio Maiorano · 3 years, 7 months ago
  24. 8e7b187 Handle suballocated AHB buffers by Jason Macnak · 3 years, 7 months ago
  25. 236d75a Implement VK_KHR_uniform_buffer_standard_layout by Sean Risser · 3 years, 8 months ago
  26. 4f90750 Implement VK_EXT_scalar_block_layout support by Nicolas Capens · 3 years, 8 months ago
  27. 31cc1f1 Fix typo in 'maxPos' constant vector by Nicolas Capens · 3 years, 8 months ago
  28. 5add6b5 Disable SPIR-V validation during pipeline compilation by Nicolas Capens · 3 years, 8 months ago
  29. 6178ad2 Remove support for R16G16B16 and R32G32B32 sampling by Nicolas Capens · 3 years, 8 months ago
  30. 01f7307 Enable sampling and filtering of 16-bit SNORM formats by Nicolas Capens · 3 years, 8 months ago
  31. 386b47b Enable sampling and filtering of 16-bit UNORM formats by Nicolas Capens · 3 years, 8 months ago
  32. 7a519d3 Fix resolvable depth difference calculation for triangle near 0 by Nicolas Capens · 3 years, 8 months ago
  33. 35f0770 Context refactor: from OpenGL-like state to Vulkan-like state by Alexis Hetu · 3 years, 10 months ago
  34. d94a77b Set prefersDedicatedAllocation for AHB by Jason Macnak · 3 years, 8 months ago
  35. 83498ed Treat AHB YUV as external format by Jason Macnak · 3 years, 8 months ago
  36. 714843a Handle AHARDWAREBUFFER_FORMAT_YV12 by Jason Macnak · 3 years, 8 months ago
  37. 45049c8 Update SPIR-V version to VK_1_1_SPV_1_4 by Sean Risser · 3 years, 9 months ago
  38. cc7263b Handle VkExternalFormatANDROID in VkCreateImage by Jason Macnak · 3 years, 8 months ago
  39. 79a271a Add decorate operations new to SPIR-V 1.4 by Sean Risser · 3 years, 8 months ago
  40. f4c2113 Handle more image properties from external device memory by Jason Macnak · 3 years, 8 months ago
  41. 8837f2e Update AHB default YUV dataspace to YCBCR_709 by Jason Macnak · 3 years, 8 months ago
  42. eb597ff Make Constants a singleton instead of a global by Alexis Hetu · 3 years, 8 months ago
  43. 7bcd79e Fix some minor tracing mistakes by Alexis Hetu · 3 years, 8 months ago
  44. 10ff433 Add unit test for ENABLE_RR_EMIT_ASM_FILE by Antonio Maiorano · 3 years, 8 months ago
  45. 203dada Fix stringification of macro value by Nicolas Capens · 3 years, 8 months ago
  46. 6e525db Allow configuring Reactor's anonymous mmap name by Nicolas Capens · 3 years, 8 months ago
  47. 8bab33e Remove named anonymous mmap for GL/VK allocations by Nicolas Capens · 3 years, 8 months ago
  48. bae138d Reactor: add Type* member to Value and remove vtable by Antonio Maiorano · 3 years, 8 months ago
  49. 84c61e1 Fix crash from rr::Array with ENABLE_RR_DEBUG_INFO enabled by Antonio Maiorano · 3 years, 8 months ago
  50. 95ffe03 Guard VK_GOOGLE_SAMPLER_FILTERING_PRECISION by Jason Macnak · 3 years, 8 months ago
  51. 6f6ca29 LLVM: add option to emit asm file to aid debugging by Antonio Maiorano · 3 years, 8 months ago
  52. 3fba1ac Coroutine: allow a name to be passed in for routine generation by Antonio Maiorano · 3 years, 8 months ago
  53. d1fbcb2 LLVM: store input name in JITRoutine by Antonio Maiorano · 3 years, 8 months ago
  54. 9ff8066 Fix FunctionT not forwarding its varargs by Antonio Maiorano · 3 years, 8 months ago
  55. 1eadcfb Accept Sign/Zero Extend operands in OpImageRead by Sean Risser · 3 years, 8 months ago
  56. 9d65434 Implement shaderSubgroupBroadcastDynamicId by Sean Risser · 3 years, 9 months ago
  57. 7cbb980 SpirvShaderDebugger: Fix crash when attempting to display nullptrs by Ben Clayton · 3 years, 8 months ago
  58. 9dff6a3 Roll SPIRV-Headers and SPIRV-Tools by Ryan Harrison · 3 years, 8 months ago
  59. e9fa209 Add "fmod" external symbol to LLVM backend by Antonio Maiorano · 3 years, 8 months ago
  60. 88e698a Add OpCopyLogical by Sean Risser · 3 years, 8 months ago
  61. f2ab65b Vulkan: Fix use-after-destruction of VkFence event by Ben Clayton · 3 years, 8 months ago
  62. 1ba1e15 AHB: minor clean up to avoid build failures on different platforms by Yiwei Zhang · 3 years, 8 months ago
  63. 282aa41 Add GN builds for Reactor unit tests by Nicolas Capens · 3 years, 8 months ago
  64. 0600201 Add baseline VK_EXT_device_memory_report support by Yiwei Zhang · 3 years, 9 months ago
  65. 259ce70 Only lower MSan codegen optimization for LLVM JIT by Nicolas Capens · 3 years, 8 months ago
  66. bb96f79 Disable code generation optimization for MSan builds by Nicolas Capens · 3 years, 8 months ago
  67. f1223ce Switch Android to LLVM ORCv2 JIT and remove ORCv1 support by Nicolas Capens · 3 years, 9 months ago
  68. 04515da Don't auto append value of stringified enums by Sean Risser · 3 years, 9 months ago
  69. 3e551b3 Work around LLVM ORCv2 issue affecting Cuttlefish by Nicolas Capens · 3 years, 9 months ago
  70. e4c1a25 Use LLVM JIT for MemorySanitizer GN builds by Nicolas Capens · 3 years, 9 months ago
  71. fd0d044 Update vulkan headers to 1.2.160 by Sean Risser · 3 years, 9 months ago
  72. e6dc3d3 Disable VK_KHR_external_memory_fd for Android build by Yiwei Zhang · 3 years, 9 months ago
  73. f29e2bf Handle image properties from external device memory by Jason Macnak · 3 years, 9 months ago
  74. 1a8935a Fix conditionally enabling Reactor MSan instrumentation by Nicolas Capens · 3 years, 9 months ago
  75. 4804ac8 Implement MemorySanitizer instrumentation of Reactor routines by Nicolas Capens · 3 years, 9 months ago
  76. 0063eca Implement VK_KHR_shader_float_controls by Sean Risser · 3 years, 9 months ago
  77. 827e9a2 Fix LLVM host triple for ORCv2 JIT by Nicolas Capens · 3 years, 9 months ago
  78. e1012cf Add SPIR-V tools dependency to BUILD.gn files by Sean Risser · 3 years, 9 months ago
  79. fefd085 Fix Android build by Jason Macnak · 3 years, 9 months ago
  80. 6c839a6 Add a unit test for bug fixed by swiftshader-cl/50008 by Antonio Maiorano · 3 years, 9 months ago
  81. 019feda Track SPIR-V version in VkConfig.hpp by Sean Risser · 3 years, 9 months ago
  82. e8b6cf6 SpirvShaderDebugger: Correct member index for DebugValue by Jaebaek Seo · 3 years, 9 months ago
  83. f14f6c4 Subzero: fix non-deterministic stack layout and code-gen by Antonio Maiorano · 3 years, 9 months ago
  84. 419b7d7 Fix unaligned access on depth values by Nicolas Capens · 3 years, 10 months ago
  85. 19f0149 Fix LLVM alloca array size type by Nicolas Capens · 3 years, 9 months ago
  86. 47c3ca1 Resolve MSan symbols dynamically by Nicolas Capens · 3 years, 9 months ago
  87. 31e28d2 Switch Chromium/Fuchsia to use the LLVM ORCv2 JIT by Nicolas Capens · 3 years, 9 months ago
  88. 959f419 Set the LLVM module's target triple by Nicolas Capens · 3 years, 9 months ago
  89. 00ecdf9 Consistently remove double colon from llvm namespace by Nicolas Capens · 3 years, 9 months ago
  90. b34275e Emulate gather/scatter for MSan builds by Nicolas Capens · 3 years, 9 months ago
  91. 782dbeb Prevent 'most vexing parse' issue by Nicolas Capens · 3 years, 9 months ago
  92. 1459d85 Add check for vtable in memset template by Jari Komppa · 3 years, 9 months ago
  93. e6c9497 Fix LLVM pointer element type by Nicolas Capens · 3 years, 9 months ago
  94. 00c30ce Avoid false-positive MSan error for thread_local by Nicolas Capens · 3 years, 9 months ago
  95. 2be25f0 Temporarily support both ORCv1 and ORCv2 by Nicolas Capens · 3 years, 9 months ago
  96. c1839ee Apply google3 upstream fixes for latest LLVM by Antonio Maiorano · 3 years, 9 months ago
  97. bb66fa4 LLVMJIT: fix asserts in latest LLVM by Antonio Maiorano · 3 years, 9 months ago
  98. 09f224e Implement VK_KHR_shader_subgroup_extended_types by Sean Risser · 3 years, 9 months ago
  99. 8012e62 Update VkStringify to use vulkan.hpp to_string by Sean Risser · 3 years, 9 months ago
  100. e02d893 LLVMJIT: Fix memory leak by Ben Clayton · 3 years, 9 months ago