1. caf67c3 Fix write stencil ops when writeMask == 0 by Antonio Maiorano · 6 years ago
  2. 30d3c8a Slim down ROP handling for various formats by Chris Forbes · 6 years ago
  3. 44f462b Fix support for OpKill as non-terminator by Alexis Hetu · 6 years ago
  4. 017dfff Implement alpha blend support for VK_FORMAT_A2B10G10R10_UNORM_PACK32 by Chris Forbes · 6 years ago
  5. f9c8d5f Robust buffer access for vertex inputs by Alexis Hetu · 6 years ago
  6. 1ea7af5 Prevent extra vertices from being processed by Alexis Hetu · 6 years ago
  7. 9f2b6c4 Point vertex processing optimization by Alexis Hetu · 6 years ago
  8. baf328a Fix construction of SPIR-V constant float objects by Nicolas Capens · 6 years ago
  9. a070dcf Fix passing sampler offset operands unchanged by Nicolas Capens · 6 years ago
  10. dc550b2 Fix storing of non-float SPIR-V constants by Nicolas Capens · 6 years ago
  11. 44e6523 Fix ldexp builtin with vectors by Chris Forbes · 6 years ago
  12. e693b62 Migrate from yarn to marl. by Ben Clayton · 6 years ago
  13. b6c572d Revert "Migrate from yarn to marl." by Ben Clayton · 6 years ago
  14. 1359b66 Migrate from yarn to marl. by Ben Clayton · 6 years ago
  15. 8147791 Revert "Migrate from yarn to marl." by Ben Clayton · 6 years ago
  16. df6cc08 Migrate from yarn to marl. by Ben Clayton · 6 years ago
  17. 920100c Enable fragmentStoresAndAtomics by Alexis Hetu · 6 years ago
  18. fe23c66 Fix GN Header checks. by Jamie Madill · 6 years ago
  19. 39a9f1b Add input attachment support for VK_FORMAT_A1R5G5B5_UNORM_PACK16 by Chris Forbes · 6 years ago
  20. a3ff878 Add ROP support for VK_FORMAT_A1R5G5B5_UNORM_PACK16 by Chris Forbes · 6 years ago
  21. 18c9ac4 Optimize non-solid polygon rasterization by Nicolas Capens · 6 years ago
  22. 2210f80 Implement non-solid polygon rasterization by Ben Clayton · 6 years ago
  23. ac69da7 Don't use bitcast+float path for integer constant values by Chris Forbes · 6 years ago
  24. 51d5108 Support for independentBlend feature by Alexis Hetu · 6 years ago
  25. 3ffa113 Add support for ImageFormatRg32{f,i,ui} by Chris Forbes · 6 years ago
  26. f7b7b70 Pipeline: Use Yarn to make compute multi-threaded. by Ben Clayton · 6 years ago
  27. 7937072 Fix misleading UNIMPLEMENTED in image load by Chris Forbes · 6 years ago
  28. dbd0275 Fix samplerless image fetch by Nicolas Capens · 6 years ago
  29. 02d4c0d Add support for multiview rendering by Chris Forbes · 6 years ago
  30. 75b6f21 SpirvShader: Fix another edge case with phis and loops by Ben Clayton · 6 years ago
  31. 30ee92e Pipeline: Cleanup and simplify setting of SpirvShader input builtins by Ben Clayton · 6 years ago
  32. a1152c5 SpirvShader: Implement GroupNonUniformShuffleRelative capability by Ben Clayton · 6 years ago
  33. 2ef02cb SpirvShader: Implement GroupNonUniformShuffle capability by Ben Clayton · 6 years ago
  34. 7ecf473 SpirvShader: Refactor AllTrueMask() / AnyTrueMask() by Ben Clayton · 6 years ago
  35. ca2c5ef SpirvShader: Implement GroupNonUniformVote capability by Ben Clayton · 6 years ago
  36. 41cfdb7 SpirvShader: Implement GroupNonUniformBallot capability by Ben Clayton · 6 years ago
  37. 78f443f SpirvShader: Expose shader capabilities. by Ben Clayton · 6 years ago
  38. d354537 Implement VK_KHR_win32_surface by Nicolas Capens · 6 years ago
  39. 20fb1d6 Use {MIN,MAX}_TEXEL_OFFSET in device limits by Chris Forbes · 6 years ago
  40. 3aec8a3 Tidy around sampler handling by Chris Forbes · 6 years ago
  41. 029a36c Omit null initialization of sampler cache pointers by Nicolas Capens · 6 years ago
  42. f63c4e5 Reactor: Don't auto-initialize Pointer<T> variables with null. by Ben Clayton · 6 years ago
  43. 204a410 SpirvShader: Add a single-entry, last-used sampler cache by Ben Clayton · 6 years ago
  44. 324bdfe Use a finite maxSamplerLodBias limit by Nicolas Capens · 6 years ago
  45. 03c2aea Use raw pointers for the routine const cache. by Ben Clayton · 6 years ago
  46. 6897e9b Reactor: Use std::shared_ptr to ref-count rr::Routines by Ben Clayton · 6 years ago
  47. 3575550 Faster image sampler fetch from key by Alexis Hetu · 6 years ago
  48. 334394c Avoid dynamic branches on in-bounds loads by Nicolas Capens · 6 years ago
  49. efd7fc0 Provide fine-grained out-of-bounds behavior control by Nicolas Capens · 6 years ago
  50. ee98b42 Normalize B8G8R8A8 identically to R8G8B8A8 by Nicolas Capens · 6 years ago
  51. 6448bd6 Memory leak fix for SamplingRoutine cache by Alexis Hetu · 6 years ago
  52. 056d692 Use Nucleus::adjustDefaultConfig for Vulkan's default reactor config. by Ben Clayton · 6 years ago
  53. 55bc37a Reactor: Add support for specifying and modifying default configuration settings. by Ben Clayton · 6 years ago
  54. 49f7037 SpirvShader: Rename EmitState::currentBlock to block by Ben Clayton · 6 years ago
  55. bacd7e7 SpirvShader: Make accessors private. by Ben Clayton · 6 years ago
  56. 1c8a969 SpirvShader: Add Function inner class. by Ben Clayton · 6 years ago
  57. e8bfba4 Move pointers and intermediates from SpirvRoutine to SpirvShader::EmitState. by Ben Clayton · 6 years ago
  58. 59cd59b Move GenericValue into SpirvShader by Ben Clayton · 6 years ago
  59. 45d34d2 Follow up on "Add support for R8_SRGB textures" by Alexis Hetu · 6 years ago
  60. 1d6301d SpirvShader: Fully initialize variables in emitSamplerFunction() by Ben Clayton · 6 years ago
  61. 0b00b95 LLVMReactor/SpirvShader: Don't zero loads on disabled lanes. by Ben Clayton · 6 years ago
  62. 9abf32b SpirvShader: Optimize SIMD loads of static, equal offsets, in-bound pointers by Ben Clayton · 6 years ago
  63. 68cfc78 Reactor: Rework optimization flags. by Ben Clayton · 6 years ago
  64. 72d8104 Context cleanup by Alexis Hetu · 6 years ago
  65. a29aa77 Don't emit bounds checks when robustness is disabled by Nicolas Capens · 6 years ago
  66. 8f5bdcf Fix treating Image storage class as non-interleaved by Nicolas Capens · 6 years ago
  67. af1eedb SpirvShader: Optimize SIMD sequential, fully-in-bounds loads & stores by Ben Clayton · 6 years ago
  68. 52edb17 PipelineCache implementation by Alexis Hetu · 6 years ago
  69. 249b092 Pipeline/ShaderCore: Reimplement halfToFloatBits to not rely on denorm float multiply by Ben Clayton · 6 years ago
  70. 762741b Add support for R8_SRGB textures by Hernan Liatis · 6 years ago
  71. cd98c73 SpirvShader: Optimize stores with static equal offsets by Chris Forbes · 6 years ago
  72. 1f45693 Remove incorrect and unused line to avoid confusion by Alexis Hetu · 6 years ago
  73. a25f543 Use correct alignment for input attachment loads by Chris Forbes · 6 years ago
  74. e1ccb9a SpirvShader: Optimize SIMD::Pointer load of static equal offsets by Chris Forbes · 6 years ago
  75. 759ad65 SpirvShader: Use masked loads / stores when possible. by Ben Clayton · 6 years ago
  76. e89296d SpirvShader: Fix SIMD::Pointer::hasSequentialOffsets() by Ben Clayton · 6 years ago
  77. ea3cd1b SpirvShader: Clear transient fields of SpirvRoutine in emitEpilog() by Ben Clayton · 6 years ago
  78. f72b89c SpirvShader: Optimize pointer OOB masking by Ben Clayton · 6 years ago
  79. 0ea9fe4 SpirvShader: Split SIMD::Pointer limits into dynamic and static parts. by Ben Clayton · 6 years ago
  80. 867ee1d SpirvShader: Fix SIMD::Pointer initialization of hasDynamicOffsets by Ben Clayton · 6 years ago
  81. 4aa4fcd Avoid recompiling identical SPIR-V code by Nicolas Capens · 6 years ago
  82. 2d77aea Make VkNonDispatchableHandle POD by Alexis Hetu · 6 years ago
  83. 62bb5ed SpirvShader: Rework CFG traversal. by Ben Clayton · 6 years ago
  84. 9b4b63b Increase precision of 8 bit textures by Alexis Hetu · 6 years ago
  85. 126bd7a Warnings fix by Alexis Hetu · 6 years ago
  86. 2a25ed8 Parse 'Sample' image instruction operand by Nicolas Capens · 6 years ago
  87. 8c12f56 Fix unsigned "less than zero" comparison by Sean Risser · 6 years ago
  88. 4a10559 Process independent vertex elements by Nicolas Capens · 7 years ago
  89. 8bcd174 Fix alignment of projected vertex coordinates by Nicolas Capens · 6 years ago
  90. a430813 Fixed sRGB multisample tests by Alexis Hetu · 6 years ago
  91. f9411ce Fixed writing to a2b10g10r10 by Alexis Hetu · 6 years ago
  92. 8af8b40 Ripped out SwiftConfig by Alexis Hetu · 6 years ago
  93. 8115f1e Fix 'control reaches end of non-void function' warnings treated as errors by Ben Clayton · 6 years ago
  94. 518f438 ComputeProgram: Remove data field to fix race. by Ben Clayton · 6 years ago
  95. 9659e34 Implement input coverage mask by Chris Forbes · 6 years ago
  96. 8ac0bd6 Fix image sampling with divergent LOD by Nicolas Capens · 6 years ago
  97. 5c9e165 Remove residue of texcoord replacement by Chris Forbes · 6 years ago
  98. bb575d4 Address cubemap faces as consecutive layers by Nicolas Capens · 6 years ago
  99. 95b1db9 BuiltInPointCoord implementation by Alexis Hetu · 6 years ago
  100. 9555830 Fix initializing bits after bitfields by Nicolas Capens · 6 years ago