1. caf6031 Vulkan: Always call the object's destructor before deallocation. by Ben Clayton · 6 years ago
  2. b781489 Reimplement sw::Resource with modern C++ primitives by Ben Clayton · 6 years ago
  3. e29e7ba System: Replace concurrent types with std versions where possible by Ben Clayton · 6 years ago
  4. c228c99 SpirvShader: Restore the current block ID after emitting loop blocks by Ben Clayton · 6 years ago
  5. c77a18a System/Synchronization.hpp: Remove unlock() call before notify_one() by Ben Clayton · 6 years ago
  6. b54838a System/Synchronization.hpp: Add file documentation and warning. by Ben Clayton · 6 years ago
  7. 1573745 VkQueue: Embed the sw::Renderer into the vk::Queue. by Ben Clayton · 6 years ago
  8. 7e0a036 VkQueue: Destruct the object. by Ben Clayton · 6 years ago
  9. 8546d4e VkQueue: Use a sw::WaitGroup for waitIdle() by Ben Clayton · 6 years ago
  10. bd0ab1b Pass around sw::TaskEvents* instead of vk::Fence*. by Ben Clayton · 6 years ago
  11. 6d33e8c System/Synchronization.hpp: Add the sw::TaskEvents interface by Ben Clayton · 6 years ago
  12. 6779e5e Reimplement VkFence using sw::WaitGroup and sw::Event. by Ben Clayton · 6 years ago
  13. 6cd63a2 Add sw::WaitGroup to System/Synchronization.hpp by Ben Clayton · 6 years ago
  14. 50c6690 Move sw::Event to System/Synchronization.hpp by Ben Clayton · 6 years ago
  15. 8458639 Regres: Update test lists @ cae8cde7 by SwiftShader Regression Bot · 6 years ago
  16. cae8cde Add missing semi-colon in Android code by Hernan Liatis · 6 years ago
  17. c42b220 SpirvShader: Use an atomic instead of a volatile int for serialCounter by Ben Clayton · 6 years ago
  18. bc0cbb9 Reactor: Fix printing of strings with escape characters by Ben Clayton · 6 years ago
  19. 0dbe4ca Renderer: Fix deadlock when calling Renderer::draw() with a count of 0. by Ben Clayton · 6 years ago
  20. 183b8ad Simplify sw::Chan by Ben Clayton · 6 years ago
  21. ed01f2c Move Chan out of VkQueue.hpp and into System/Synchronization.hpp by Ben Clayton · 6 years ago
  22. f448d8e Make REACTOR_EMIT_DEBUG_INFO work on Windows and add "print on emit" support by Antonio Maiorano · 6 years ago
  23. 829ad4c Add minimal boost install for boost::backtrace by Antonio Maiorano · 6 years ago
  24. 9a4dab8 Also return extension function pointers from GIPA by Chris Forbes · 6 years ago
  25. 352791e Only expose device extension functions that are enabled by Alexis Hetu · 6 years ago
  26. be02e2f Regres: Update test lists @ f4d2a446 by SwiftShader Regression Bot · 6 years ago
  27. e797219 Fix typo in Vector lerp() by Nicolas Capens · 6 years ago
  28. f4d2a44 Add gn files for Vulkan Swiftshader by Saman Sami · 6 years ago
  29. a453ba4 Regres: Update test lists @ 9e2844fa by SwiftShader Regression Bot · 6 years ago
  30. 9e2844f SpirvShader: Fixes for GLSLstd450Modf / GLSLstd450ModfStruct by Ben Clayton · 6 years ago
  31. 1d2ebed Regres: Update test lists @ 7ab65834 by SwiftShader Regression Bot · 6 years ago
  32. 7ab6583 Regres: Update test lists @ 977a0a43 by SwiftShader Regression Bot · 6 years ago
  33. 977a0a4 Implement OpImageQueryLod by Nicolas Capens · 6 years ago
  34. f4f427a Use custom normalization for SNORM formats in sampler by Chris Forbes · 6 years ago
  35. 23da073 CMake: add C4471 warning as error for MSVC: enum forward declare must have underlying type by Antonio Maiorano · 6 years ago
  36. 626a016 Regres: Update test lists @ f7d78f74 by SwiftShader Regression Bot · 6 years ago
  37. f7d78f7 Fix lod plumbing for Fetch by Chris Forbes · 6 years ago
  38. c0c6ccf Recognize more structs in vkGetPhysicalDeviceFeatures2 by Chris Forbes · 6 years ago
  39. 62c8b1e Update third_party/llvm-7.0/Android.bp to match BUILD.gn by Hernan Liatis · 6 years ago
  40. 19a0081 Fix cubemap sampling at (0, 0, 0) division by zero by Nicolas Capens · 6 years ago
  41. 8d548b6 Allow four texture coordinates by Nicolas Capens · 6 years ago
  42. 2f3d8f5 Fix OpImageSampleProjDref by Nicolas Capens · 6 years ago
  43. b188cf9 Fix baseMipLevel usage by Nicolas Capens · 6 years ago
  44. 1e32223 Fix mismatched alloc/free in Swapchain by Hernan Liatis · 6 years ago
  45. 94e3e4a VkPhysicalDevice should use Instance allocation scope by Hernan Liatis · 6 years ago
  46. 35993b2 [fuchsia] Disable build warning. by Fabrice de Gans-Riberi · 6 years ago
  47. 036cc9a Unnormalized texture coordinates by Alexis Hetu · 6 years ago
  48. 62ad1ee Allow ImageView to cast compressed texture into other formats by Alexis Hetu · 6 years ago
  49. 327e488 LLVMReactorDebugInfo: Fix warning that function may end without return. by Ben Clayton · 6 years ago
  50. dae9792 CMakeLists: Allow the sanitizers to be enabled for GCC by Ben Clayton · 6 years ago
  51. cd707e6 Kokoro: Build macOS builds with debug info by Ben Clayton · 6 years ago
  52. 2047de1 Fix warning treated as error by Ben Clayton · 6 years ago
  53. 8da5253 Don't process unused texture coordinates by Nicolas Capens · 6 years ago
  54. 0559bc4 Check for rest of interactions between usage bits and format features by Chris Forbes · 6 years ago
  55. 18ebb45 Regres: Update test lists @ ab1e2b49 by SwiftShader Regression Bot · 6 years ago
  56. ab1e2b4 Unbreak some synchronization edge cases by Chris Forbes · 6 years ago
  57. 6cf65f6 Various fixes for VS-only pipeline by Chris Forbes · 6 years ago
  58. ab3c36b Remove asserts blocking atomic load/store in Image storage class by Chris Forbes · 6 years ago
  59. d47ca87 Whitelist supported capabilities by Chris Forbes · 6 years ago
  60. 3ff0e8c Use provided VkPipelineLayout in BindDescriptorSets by Chris Forbes · 6 years ago
  61. 54b6303 Avoid RValue<SIMD::Int>(int) by Chris Forbes · 6 years ago
  62. cd28044 SpirvShader: Precision fixes for GLSLstd450Ldexp by Ben Clayton · 6 years ago
  63. a1c28d0 Regres: Update test lists @ d61595f3 by SwiftShader Regression Bot · 6 years ago
  64. d61595f Have final present function perform a VkQueueWaitIdle() by Hernan Liatis · 6 years ago
  65. e2242e5 Fix negation of unsigned value warning treated as error by Nicolas Capens · 6 years ago
  66. 558df92 Fix color blend state handling for multiple attachments by Chris Forbes · 6 years ago
  67. ea81ab7 Move constant specialization to SpirvShader by Chris Forbes · 6 years ago
  68. 67cf8a9 32 bit safe code by Alexis Hetu · 6 years ago
  69. 3e35131 Remove Context::separateAlphaBlendEnable etc by Chris Forbes · 6 years ago
  70. 5ec0529 Now that we have swizzles forced, don't bother with channel replacement by Chris Forbes · 6 years ago
  71. 10186cb Override imageview swizzles for channel replacement edge cases by Chris Forbes · 6 years ago
  72. 4d4a190 CMakeLists: Silence pedantic MSVC warning about switch with no cases by Ben Clayton · 6 years ago
  73. cfbe537 Regres: Update test lists @ 3d7b7ea1 by SwiftShader Regression Bot · 6 years ago
  74. 3d7b7ea Implement a2b10g10r10_unorm_pack32. by Ben Clayton · 6 years ago
  75. 5bce1f4 CMake: apply the warning treatment to msvc builds by Antonio Maiorano · 6 years ago
  76. 69c3749 SpirvShader: Fixes for phis. by Ben Clayton · 6 years ago
  77. 0e976bc SpirvShader: Fixes for complex loops. by Ben Clayton · 6 years ago
  78. 40a6ed8 Regres: Update test lists @ 65b1e97d by SwiftShader Regression Bot · 6 years ago
  79. 65b1e97 Only perform attachment load/store ops for used attachments by Chris Forbes · 6 years ago
  80. 628604e Implement vk_android_native_buffer (basic) by Hernan Liatis · 6 years ago
  81. 8ef6d1f Fix interaction between Dref and explicit lod by Chris Forbes · 6 years ago
  82. 4a4c259 Implement vkCmdDispatchBase by Chris Forbes · 6 years ago
  83. a7a3755 Wire up NoPerspective to interpolation by Chris Forbes · 6 years ago
  84. a19080a third_party/llvm-7.0/BUILD.gn: Update to CMakeLists.txt's changes by Ben Clayton · 6 years ago
  85. d7ee0b8 Regres: Update test lists @ 9e4f6901 by SwiftShader Regression Bot · 6 years ago
  86. 9e4f690 Regres: Update test lists @ 4d65934f by SwiftShader Regression Bot · 6 years ago
  87. 4d65934 Fix FP blending path to not make clamping assumptions by Chris Forbes · 6 years ago
  88. b166555 Regres: Update test lists @ 8ab4053f by SwiftShader Regression Bot · 6 years ago
  89. 8ab4053 Implement Float16 formats and additional blend modes. by Ben Clayton · 6 years ago
  90. 2568cf7 SpirvShader: Implement OpImageQuerySamples by Ben Clayton · 6 years ago
  91. 2cd983d Assign the DeviceIndex builtIn (ext: SPV_KHR_device_group). by Ben Clayton · 6 years ago
  92. 4474108 SpirvShader: Fix incorrect use of getPointer() with GetPointerToData() by Ben Clayton · 6 years ago
  93. b4001ed SpirvShader: Implement OpImageQueryLevels by Ben Clayton · 6 years ago
  94. cb9bf9a Add remaining required SPIRV extension names by Chris Forbes · 6 years ago
  95. 7fe5a06 Primitive Restart implementation by Alexis Hetu · 6 years ago
  96. e228502 Size query support for uniform texel buffer by Chris Forbes · 6 years ago
  97. d084824 Allow VS-only pipeline by Chris Forbes · 6 years ago
  98. 0b8234b Regres: Update test lists @ 1bc7731e by SwiftShader Regression Bot · 6 years ago
  99. 1bc7731 Check sampling support in vkGetPhysicalDeviceImageFormatProperties by Chris Forbes · 6 years ago
  100. 60f15ec SpirvShader: Handle multiple entry points by Ben Clayton · 6 years ago