1. ccc4ead Separate allocation alignment from offset alignment by Nicolas Capens · 1 year, 9 months ago
  2. 39787ac Increase minImportedHostPointerAlignment to 4096 by Nicolas Capens · 1 year, 9 months ago
  3. 2f0654a Report the maximum buffer offset alignment requirement by Nicolas Capens · 1 year, 9 months ago
  4. 8dd53ab Rename getDepthValue to readDepth by Nicolas Capens · 1 year, 9 months ago
  5. e8c074d Refactor float to fixed-point conversion by Nicolas Capens · 1 year, 9 months ago
  6. 8493ddf Regres: Update test lists @ 1739966f by SwiftShader Regression Bot · 1 year, 9 months ago
  7. e726b1e Expose shaderUniformTexelBufferArray* indexing by Sean Risser · 1 year, 10 months ago
  8. 54bae6e Expose uniformBufferArray dynamic indexing by Sean Risser · 1 year, 10 months ago
  9. 1739966 Regres: Update test lists @ b6ddcf33 by SwiftShader Regression Bot · 1 year, 9 months ago
  10. b6ddcf3 Expose float preserve capability by Sean Risser · 1 year, 10 months ago
  11. 161e7cb Regres: Update test lists @ 16e026a9 by SwiftShader Regression Bot · 1 year, 9 months ago
  12. 16e026a Regres: Update test lists @ 1d6a1036 by SwiftShader Regression Bot · 1 year, 10 months ago
  13. 1d6a103 Always perform depth test using floating point values by Alexis Hetu · 1 year, 10 months ago
  14. 488cb63 Regres: Update test lists @ 7987bda0 by SwiftShader Regression Bot · 1 year, 10 months ago
  15. 7987bda Compute vertex clip flags using scalable SIMD by Nicolas Capens · 1 year, 10 months ago
  16. d1116fa Replace sw::SIMD aliases of 4-wide vectors with rr::SIMD types by Nicolas Capens · 1 year, 10 months ago
  17. 7e96068 Temporarily support xyzw component swizzling for SIMD types by Nicolas Capens · 1 year, 10 months ago
  18. 0e34c25 Implement SIMD helper functions using 128-bit operations by Nicolas Capens · 1 year, 10 months ago
  19. 0ed3fa6 Implement 128-bit insert/extract by Nicolas Capens · 1 year, 10 months ago
  20. afdb512 Use SIMD types throughout graphics and compute pipelines by Nicolas Capens · 1 year, 10 months ago
  21. fcce95b Replace static SIMD::Width asserts with dynamic ones by Nicolas Capens · 1 year, 10 months ago
  22. cb0b3c6 Make shader math functions SIMD width agnostic by Nicolas Capens · 1 year, 10 months ago
  23. 43183d8 Omit dynamic checks for equal or sequential pointer offsets by Nicolas Capens · 1 year, 10 months ago
  24. 942c639 Construct SIMD pointers from an std::vector instead of array by Nicolas Capens · 1 year, 10 months ago
  25. 01e4180 Move rr::Pointer4 to SIMD source and header files by Nicolas Capens · 1 year, 10 months ago
  26. 1c8155a Avoid broadcasting data fields to 4-wide vectors by Nicolas Capens · 1 year, 10 months ago
  27. 25dda39 Regres: Update test lists @ 90fdde38 by SwiftShader Regression Bot · 1 year, 10 months ago
  28. 3b4beb7 Prevent recompiling programs on changes to compareMask or writeMask by Alexis Hetu · 1 year, 10 months ago
  29. 90fdde3 Support printing of SIMD types by Nicolas Capens · 1 year, 10 months ago
  30. 44f9469 Implement lane-independent SIMD operations by Nicolas Capens · 1 year, 10 months ago
  31. 442e25b Refactor scalarized vector processing by Nicolas Capens · 1 year, 10 months ago
  32. 4e7d310 Wrap shuffle and constant construction values by Nicolas Capens · 1 year, 10 months ago
  33. 3b0ad20 Implement minimal SIMD::Int functionality by Nicolas Capens · 1 year, 11 months ago
  34. 1144d58 Support VK_SUBGROUP_FEATURE_QUAD_BIT by Sean Risser · 1 year, 10 months ago
  35. ec31f54 Fix stale SPIRV_SHADER_DBG statements by Alexis Hetu · 1 year, 10 months ago
  36. 603af61 Fix warning on Linux by Alexis Hetu · 1 year, 10 months ago
  37. 05b368b Regres: Update test lists @ 5cb6a639 by SwiftShader Regression Bot · 1 year, 10 months ago
  38. 5cb6a63 Add StorageTexelBufferArrayDynamicIndexing by Sean Risser · 1 year, 10 months ago
  39. e78a7dd Regres: Update test lists @ ff535623 by SwiftShader Regression Bot · 1 year, 10 months ago
  40. ff53562 Expose Vulkan 1.3 by sugoi1 · 2 years, 3 months ago
  41. 0eb3b10 Fix workgroup builtins size by Nicolas Capens · 1 year, 11 months ago
  42. e05e6db Revert "Patch regression in FSR tests" by Nicolas Capens · 1 year, 10 months ago
  43. 74c7113 Expose Wayland only when enabled by Nicolas Capens · 1 year, 10 months ago
  44. f5829c6 Regres: Update test lists @ f833544f by SwiftShader Regression Bot · 1 year, 10 months ago
  45. f833544 Expose bufferDeviceAddress support by Alexis Hetu · 2 years, 2 months ago
  46. 71ec98e Handle spv::StorageClassPhysicalStorageBuffer by Alexis Hetu · 1 year, 11 months ago
  47. a4c2e9b Implement descriptor indexing for texel buffers by Sean Risser · 2 years ago
  48. d6dd61c Allow subzero to cast pointers to integer types by Alexis Hetu · 1 year, 10 months ago
  49. 0df01aa Adapt for LLVM 15 coroutine change by Nicolas Capens · 1 year, 10 months ago
  50. da978d8 Load and Store functions for pointers by Alexis Hetu · 1 year, 11 months ago
  51. 393c297 Implement SPIR-V OpBitcast for pointers by Alexis Hetu · 1 year, 11 months ago
  52. dd26f34 Allow Operand objects to contain pointers by Alexis Hetu · 1 year, 11 months ago
  53. 2b79b2f Avoid clamping uninitialized values when clearing depth images by Alexis Hetu · 1 year, 10 months ago
  54. cfcb443 Fix the linear-to-sRGB conversion on SRGB storage image writes by Antto Mäkinen · 1 year, 11 months ago
  55. f60f805 Patch regression in FSR tests by Nicolas Capens · 1 year, 11 months ago
  56. c582db2 OpTypeForwardPointer support by Alexis Hetu · 1 year, 11 months ago
  57. e411501 bufferDeviceAddress: opaqueCaptureAddress support by Alexis Hetu · 2 years, 2 months ago
  58. 20c0452 GN: Wayland build overrides by Antonio Caggiano · 1 year, 11 months ago
  59. bea8d24 Missing libs for win32 builds by Dan Field · 1 year, 11 months ago
  60. 94c7362 Eliminate multiplication operators on SIMD::Pointer by Nicolas Capens · 1 year, 11 months ago
  61. 278fbb8 Roll dEQP to version 1.3.2 merged into main by Nicolas Capens · 1 year, 11 months ago
  62. d68d367 Regres: Update test lists @ f1a62bb4 by SwiftShader Regression Bot · 1 year, 11 months ago
  63. f1a62bb OpSelect implementation for pointers by Alexis Hetu · 1 year, 11 months ago
  64. da08cb2 Implement descriptor indexing for storage buffers by Sean Risser · 2 years, 1 month ago
  65. 1178eb9 GN: Fix wayland import check by Antonio Caggiano · 1 year, 11 months ago
  66. afbfd35 Do not assume drm card is card0 by Eric Curtin · 1 year, 11 months ago
  67. 47c2246 OpPtrAccessChain implementation by Alexis Hetu · 1 year, 11 months ago
  68. f54df11 GN: Expose Wayland surface extension on Linux by Antonio Caggiano · 1 year, 11 months ago
  69. a88d056 Dynamically detect libwayland-client by Antonio Caggiano · 1 year, 11 months ago
  70. 2624389 Regres: Update test lists @ 19e3080d by SwiftShader Regression Bot · 1 year, 11 months ago
  71. 19e3080 Move SIMD::Pointer to rr::Pointer4 by Sean Risser · 1 year, 11 months ago
  72. 11fff6d Remove unused allocateZero function by Alexis Hetu · 1 year, 11 months ago
  73. b96e5c7 Merge changes I988caf15,I62185327 by Alexis Hétu · 1 year, 11 months ago
  74. d3b44fe Fix early fragment tests by Alexis Hetu · 1 year, 11 months ago
  75. 354f735 Compute occlusion sample count early when using earlyFragmentTests by Alexis Hetu · 1 year, 11 months ago
  76. 7d4afed Write stencil early when using earlyFragmentTests by Alexis Hetu · 1 year, 11 months ago
  77. 28695fc PixelRoutine::stencilOperation() refactor by Alexis Hetu · 1 year, 11 months ago
  78. f729750 Return value refactor for stencilOperation() by Alexis Hetu · 1 year, 11 months ago
  79. ee0d0b4 Extend SIMD::Pointer to use multiple full pointers by Sean Risser · 2 years ago
  80. 1bf3ae2 Fix border comparison with depth 16 by Alexis Hetu · 1 year, 11 months ago
  81. 771e76a Update SPIR-V Tools to b930e734e by Nicolas Capens · 1 year, 11 months ago
  82. 0405b63 Squashed 'third_party/SPIRV-Tools/' changes from 82d91083c..b930e734e by Nicolas Capens · 1 year, 11 months ago
  83. 466e443 Make vk_pipeline dependent on Reactor by Sean Risser · 1 year, 11 months ago
  84. 55dd5e7 Optimize SPIR-V matrix operations using FMA by Nicolas Capens · 1 year, 11 months ago
  85. 51c43dc Regres: Update test lists @ d070309f by SwiftShader Regression Bot · 1 year, 11 months ago
  86. d070309 Add a pragma option to zero-initialize Reactor local variables by Nicolas Capens · 1 year, 11 months ago
  87. 11e432d Provide access to TLS variables for origin tracking by Nicolas Capens · 2 years ago
  88. dd53d56 Regres: Update test lists @ 5ca5b0ae by SwiftShader Regression Bot · 1 year, 11 months ago
  89. 9bb8b35 Merge changes I10d8c713,Ib474fd28 by Nicolas Capens · 1 year, 11 months ago
  90. e885694 Fix SpirvShader::Interpolate() for Centroid without multisampling by Alexis Hetu · 1 year, 11 months ago
  91. 617d341 Update SPIR-V Tools to 82d91083c by Nicolas Capens · 1 year, 11 months ago
  92. 9d25207 Squashed 'third_party/SPIRV-Tools/' changes from 7014be600c..82d91083cb by Nicolas Capens · 1 year, 11 months ago
  93. 5ca5b0a Only zero-initialize device memory for non-MSan GN builds by Nicolas Capens · 1 year, 11 months ago
  94. c167893 Set linear tiling format features as a subset of optimal tiling by Nicolas Capens · 2 years, 4 months ago
  95. 39495e4 Fix SpirvShader::Interpolate() not handling noperspective by Alexis Hetu · 1 year, 11 months ago
  96. b29b3ba Remove redundant MemorySanitizerInstrumentation pragma uses by Nicolas Capens · 1 year, 11 months ago
  97. b5cb037 Regres: Update test lists @ 73679602 by SwiftShader Regression Bot · 2 years ago
  98. e07da52 Adjust {min,max}ImageExtent to {0,0} and 4K by Peng Huang · 2 years ago
  99. 7367960 Regres: Update test lists @ 2933d312 by SwiftShader Regression Bot · 2 years ago
  100. 82bbd6f Revert workaround for MemorySanitizer scalar SSE false positives by Nicolas Capens · 2 years ago