1. ea81ab7 Move constant specialization to SpirvShader by Chris Forbes · 5 years ago
  2. 67cf8a9 32 bit safe code by Alexis Hetu · 5 years ago
  3. 3e35131 Remove Context::separateAlphaBlendEnable etc by Chris Forbes · 5 years ago
  4. 5ec0529 Now that we have swizzles forced, don't bother with channel replacement by Chris Forbes · 5 years ago
  5. 10186cb Override imageview swizzles for channel replacement edge cases by Chris Forbes · 5 years ago
  6. 4d4a190 CMakeLists: Silence pedantic MSVC warning about switch with no cases by Ben Clayton · 5 years ago
  7. cfbe537 Regres: Update test lists @ 3d7b7ea1 by SwiftShader Regression Bot · 5 years ago
  8. 3d7b7ea Implement a2b10g10r10_unorm_pack32. by Ben Clayton · 5 years ago
  9. 5bce1f4 CMake: apply the warning treatment to msvc builds by Antonio Maiorano · 5 years ago
  10. 69c3749 SpirvShader: Fixes for phis. by Ben Clayton · 5 years ago
  11. 0e976bc SpirvShader: Fixes for complex loops. by Ben Clayton · 5 years ago
  12. 40a6ed8 Regres: Update test lists @ 65b1e97d by SwiftShader Regression Bot · 5 years ago
  13. 65b1e97 Only perform attachment load/store ops for used attachments by Chris Forbes · 5 years ago
  14. 628604e Implement vk_android_native_buffer (basic) by Hernan Liatis · 5 years ago
  15. 8ef6d1f Fix interaction between Dref and explicit lod by Chris Forbes · 5 years ago
  16. 4a4c259 Implement vkCmdDispatchBase by Chris Forbes · 5 years ago
  17. a7a3755 Wire up NoPerspective to interpolation by Chris Forbes · 5 years ago
  18. a19080a third_party/llvm-7.0/BUILD.gn: Update to CMakeLists.txt's changes by Ben Clayton · 5 years ago
  19. d7ee0b8 Regres: Update test lists @ 9e4f6901 by SwiftShader Regression Bot · 5 years ago
  20. 9e4f690 Regres: Update test lists @ 4d65934f by SwiftShader Regression Bot · 5 years ago
  21. 4d65934 Fix FP blending path to not make clamping assumptions by Chris Forbes · 5 years ago
  22. b166555 Regres: Update test lists @ 8ab4053f by SwiftShader Regression Bot · 5 years ago
  23. 8ab4053 Implement Float16 formats and additional blend modes. by Ben Clayton · 5 years ago
  24. 2568cf7 SpirvShader: Implement OpImageQuerySamples by Ben Clayton · 5 years ago
  25. 2cd983d Assign the DeviceIndex builtIn (ext: SPV_KHR_device_group). by Ben Clayton · 5 years ago
  26. 4474108 SpirvShader: Fix incorrect use of getPointer() with GetPointerToData() by Ben Clayton · 5 years ago
  27. b4001ed SpirvShader: Implement OpImageQueryLevels by Ben Clayton · 5 years ago
  28. cb9bf9a Add remaining required SPIRV extension names by Chris Forbes · 5 years ago
  29. 7fe5a06 Primitive Restart implementation by Alexis Hetu · 5 years ago
  30. e228502 Size query support for uniform texel buffer by Chris Forbes · 5 years ago
  31. d084824 Allow VS-only pipeline by Chris Forbes · 5 years ago
  32. 0b8234b Regres: Update test lists @ 1bc7731e by SwiftShader Regression Bot · 5 years ago
  33. 1bc7731 Check sampling support in vkGetPhysicalDeviceImageFormatProperties by Chris Forbes · 5 years ago
  34. 60f15ec SpirvShader: Handle multiple entry points by Ben Clayton · 5 years ago
  35. 3e51144 Remove UNIMPLEMENTED on unsupported features by Chris Forbes · 5 years ago
  36. 39b0750 Accept OpExtension SPV_KHR_variable_pointers by Chris Forbes · 5 years ago
  37. 246cc50 BufferView has id in shared space with ImageViews by Chris Forbes · 5 years ago
  38. f469b67 Allow 3d <-> 2d image copies by Alexis Hetu · 5 years ago
  39. e4605da SpirvShader: Implement OpArrayLength by Ben Clayton · 5 years ago
  40. 78abf37 SpirvShader: Implement OpCopyObject by Ben Clayton · 5 years ago
  41. 3e6a971 Set up uniform texel buffers as SampledImageDescriptor by Chris Forbes · 5 years ago
  42. 3e6f60b Implement OpIAddCarry, OpISubBorrow by Chris Forbes · 5 years ago
  43. 90d251a OpenGL/compiler: Error if parameters spill max temp registers by Ben Clayton · 5 years ago
  44. 6ef1936 Add support for sampling VK_FORMAT_A2B10G10R10_UINT_PACK32 by Chris Forbes · 5 years ago
  45. 05953ef Remove the Clipper member from the Renderer class by Alexis Hetu · 5 years ago
  46. 2e4f6e8 Start untangling sw::Context from the rendering code by Alexis Hetu · 5 years ago
  47. 7a60e31 Regres: Update test lists @ ecfeede6 by SwiftShader Regression Bot · 5 years ago
  48. ecfeede SpirvShader: Implement OpControlBarrier. by Ben Clayton · 5 years ago
  49. b16c586 SpirvShader: Implement OpMemoryBarrier. by Ben Clayton · 5 years ago
  50. 895df0d Migrate ComputeProgram to using Coroutines by Ben Clayton · 5 years ago
  51. 13dcbec src/Pipeline: Refactor ComputeProgram by Ben Clayton · 5 years ago
  52. 1c82c7b Reactor (LLVM): Add support for Coroutines. by Ben Clayton · 5 years ago
  53. 45f9a93 Flatten required bits of imageview into SampledImageDescriptor by Chris Forbes · 5 years ago
  54. 0264d8e SpirvShader: Implement OpImageQuerySizeLod by Ben Clayton · 5 years ago
  55. ecd3848 SpirvShader: Implement workgroup storage. by Ben Clayton · 5 years ago
  56. 529eda3 Punt quadlayout image<->buffer copies to blitter by Chris Forbes · 5 years ago
  57. cd246af EAC fix by Alexis Hetu · 5 years ago
  58. 026ceef Support device groups with a single physical device by Alexis Hetu · 5 years ago
  59. 4ac42db Punt image->image copies requiring quadlayout awareness to blitter by Chris Forbes · 5 years ago
  60. 011744e Support selection of correct aspect for D+S input attachments by Chris Forbes · 5 years ago
  61. eddad7e Regres: Update test lists @ 208ed40a by SwiftShader Regression Bot · 5 years ago
  62. 208ed40 Reactor: Add Traits for Reference types by Ben Clayton · 5 years ago
  63. 4b94465 LLVMReactor: Always run the IR verifier. by Ben Clayton · 5 years ago
  64. 99e5719 LLVMReactor: Fix atomic loads and stores of non-scalar types. by Ben Clayton · 5 years ago
  65. d5ed0a3 External Memory Host tests should be unsupported by Alexis Hetu · 5 years ago
  66. 81404f2 Ignore VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT at pipeline creation by Alexis Hetu · 5 years ago
  67. 1300ba1 Extension check in vkCreateDescriptorSetLayout by Alexis Hetu · 5 years ago
  68. f18f0c1 vkBindImageMemory2 implementation by Alexis Hetu · 5 years ago
  69. 9219c64 Groundwork for quadlayout support in blit & copy ops by Chris Forbes · 5 years ago
  70. 52a3bba Add support for Sample image operand in OpImageRead by Chris Forbes · 5 years ago
  71. c958b17 LLVMReactor: Assert return value type matches function sig. by Ben Clayton · 5 years ago
  72. 60a6a2e Fix clamp-to-border addressing mode by Nicolas Capens · 5 years ago
  73. 8b7597e Change decompressed type of compressed RGB formats by Alexis Hetu · 5 years ago
  74. 1133c0c Regres: Update test lists @ b01f2559 by SwiftShader Regression Bot · 5 years ago
  75. b01f255 Add padding between slices by Chris Forbes · 5 years ago
  76. 583f642 Add support for spv::BuiltInSampleMask output by Chris Forbes · 5 years ago
  77. e2535df Implement 1D array image sampling by Nicolas Capens · 5 years ago
  78. 68e4141 Wait on query being available, not !active. by Chris Forbes · 5 years ago
  79. a2457f7 Allow VK_IMAGE_LAYOUT_GENERAL in vkCmdCopyImageToBuffer by Chris Forbes · 5 years ago
  80. c71c17f Plumb through Dref parameter to sampler by Chris Forbes · 5 years ago
  81. 71b58b1 Make shadow compare available in high precision path always by Chris Forbes · 5 years ago
  82. e1f51b9 Threaded Queue submit with events and fences by Alexis Hetu · 5 years ago
  83. b317d96 Cube border computation by Alexis Hetu · 5 years ago
  84. ac87334 ETC2 Image decompression and sampling by Alexis Hetu · 5 years ago
  85. bb12b0e Regres: Update test lists @ 0e14a2e3 by SwiftShader Regression Bot · 5 years ago
  86. 0e14a2e Fix broken optimization of alpha VK_BLEND_OP_REVERSE_SUBTRACT by Chris Forbes · 5 years ago
  87. 351be42 Add traits for Reactor arguments and return types by Ben Clayton · 5 years ago
  88. d1a5a89 SetupRoutine: Do not use Bool as a function return type. by Ben Clayton · 5 years ago
  89. bec21fe Reactor: Do not start the unreachable block with Unreachable by Ben Clayton · 5 years ago
  90. 97c13ad LLVMReactor: Finalize the debug info earlier by Ben Clayton · 5 years ago
  91. 7579db1 LLVMReactor: Fix the signature of a few instrinsics by Ben Clayton · 5 years ago
  92. dde010f LLVM: Fix for coroutines with array allocas by Ben Clayton · 5 years ago
  93. 8aba20f Add input attachment support for VK_FORMAT_R5G6B5_UNORM_PACK16 by Chris Forbes · 5 years ago
  94. 42d10fd Add support for sampling VK_FORMAT_D16_UNORM by Chris Forbes · 5 years ago
  95. dcc9fd7 Add input attachment support for VK_FORMAT_A2B10G10R10_UINT_PACK32 by Chris Forbes · 5 years ago
  96. b0f3716 Add support for VK_FORMAT_A2B10G10R10_UINT_PACK32 render targets by Chris Forbes · 5 years ago
  97. 15bf1ef Fix blitter clears of 2D views of 3D textures by Chris Forbes · 5 years ago
  98. 4fe8eb3 Regres: Update test lists @ 10f7befc by SwiftShader Regression Bot · 5 years ago
  99. 10f7bef Fix overwriting of filter factor by Nicolas Capens · 5 years ago
  100. c57ec6f Add support for sampling VK_FORMAT_B10G11R11_UFLOAT_PACK32 by Chris Forbes · 5 years ago