1. 3a50a43 SpirvShaderDebugger: Implement scope nesting by Ben Clayton · 5 years ago
  2. 7d09824 SpirvShader: Silence warnings of unexpected opcodes by Ben Clayton · 5 years ago
  3. b8bae18 SpirvShaderDebugger: Add flag for printing opcodes as they're executed by Ben Clayton · 5 years ago
  4. b2d7dff SpirvShaderDebugger: Make Function extend Scope by Ben Clayton · 5 years ago
  5. 2fecfc5 SpirvShaderDebugger: Add string helper for debug kinds by Ben Clayton · 5 years ago
  6. da38401 SpirvShader: Implement OpenCLDebugInfo100DebugInfoNone by Ben Clayton · 5 years ago
  7. 041fa9e SpirvShaderDebugger: Stub UNIMPLEMENTED() opcodes by Ben Clayton · 5 years ago
  8. 875d98b SpirvShader: Implement OpenCLDebugInfo100DebugInlinedAt by Ben Clayton · 5 years ago
  9. 77b43d6 Document single-level YCbCr image assumption by Nicolas Capens · 5 years ago
  10. 5c37208 Clarify the PointCoord calculation by Nicolas Capens · 5 years ago
  11. b44162f Support for the largePoints feature in Vulkan by Marc-Antoine Desroches · 5 years ago
  12. da659b3 Fix ANGLE standalone build by Nicolas Capens · 5 years ago
  13. e162b02 Add SPIRV-Tools headers dependency by Nicolas Capens · 5 years ago
  14. d51e82e Add SPIR-Tools include headers path for src/Pipeline by Nicolas Capens · 5 years ago
  15. bdfcfe9 Update SPIRV-Tools to 8910ea5f1 by Ben Clayton · 5 years ago
  16. 1ee36c9 VK_EXT_shader_stencil_export support by Alexis Hetu · 5 years ago
  17. 3cfba7f Revert "VK_EXT_shader_stencil_export support" by Alexis Hétu · 5 years ago
  18. f9881ba VK_EXT_shader_stencil_export support by Alexis Hétu · 5 years ago
  19. 74d3f37 Array length fix by Alexis Hetu · 5 years ago
  20. 2883de9 Fix sRGB conversion precision issues by Nicolas Capens · 5 years ago
  21. 349b1a3 Change SpirvShaderInstructions.inc extension to .inl by Ben Clayton · 5 years ago
  22. 683bad8 Don't use std::initializer_list for array views. by Ben Clayton · 5 years ago
  23. 54d16b8 SpirvShaderDebugger: Ignore non-statements by Ben Clayton · 5 years ago
  24. 25e06e0 Debugging: Merge VkDebug into System/Debug by Ben Clayton · 5 years ago
  25. dd0e600 Associate bug IDs with unimplemented functionality by Nicolas Capens · 5 years ago
  26. 7a53cb6 SpirvShaderDebugger: Expose builtins in HLSL / GLSL. by Ben Clayton · 5 years ago
  27. 153a537 SpirvShaderDebugger: Fix double nesting of struct members by Ben Clayton · 5 years ago
  28. 34e16df Revert "VK_EXT_shader_stencil_export support" by Alexis Hétu · 5 years ago
  29. b9fc42d Sample location fix by Alexis Hetu · 5 years ago
  30. 23b26ef VK_EXT_shader_stencil_export support by Alexis Hetu · 5 years ago
  31. 44bd43a Use UNIMPLEMENTED() for missing functionality we claim support for by Nicolas Capens · 5 years ago
  32. 865f889 Replace all UNIMPLEMENTED() with UNSUPPORTED() by Nicolas Capens · 5 years ago
  33. c514ab0 Evaluate interpolants at pixel center when multisampling disabled by Nicolas Capens · 5 years ago
  34. 177d85d Use pixel centers for non-multisampled rasterization by Nicolas Capens · 5 years ago
  35. f324fe1 Improve 565 and 5551 precision by Alexis Hetu · 5 years ago
  36. 8fff8c3 Don't use VK_TRUE comparisons by Nicolas Capens · 5 years ago
  37. b766e5e Support more 10_10_10_2 formats as vertex attributes by Alexis Hetu · 5 years ago
  38. 11cb891 Rename multiSampledBresenham to enableMultiSampling by Nicolas Capens · 5 years ago
  39. 0405ba0 Take advantage of return value optimization by Nicolas Capens · 5 years ago
  40. 2cb1db0 SpirvShaderDebugger: Implement OpenCL.Debug.100 by Ben Clayton · 5 years ago
  41. 6346808 Refactor binary group operations by Nicolas Capens · 5 years ago
  42. e572088 Replace positive/negative_inf() with infinity() by Nicolas Capens · 5 years ago
  43. cd55f05 SpirvShader: Stub OpenCL.DebugInfo.100 by Ben Clayton · 5 years ago
  44. b380590 SpirvShaderDebugger: Add flag for printing opcodes by Ben Clayton · 5 years ago
  45. 8842c8f SpirvShader: 2-way imported extensions lookup by Ben Clayton · 5 years ago
  46. 9d9f30d Rename NonNormalized to Unnormalized by Nicolas Capens · 5 years ago
  47. b0ca2a8 Pipeline: Implement the SpirvShader debugger. by Ben Clayton · 5 years ago
  48. c236b57 Removed a few parentheses for slightly better clang formatting by Alexis Hetu · 5 years ago
  49. b8a61bf A2R10G10B10 Support by Alexis Hetu · 5 years ago
  50. f6a6a41 SpirvShader: Move extension list out of for loop. by Ben Clayton · 5 years ago
  51. 8a7067d Pipeline/SpirvShader: Move setActiveLaneMask() by Ben Clayton · 5 years ago
  52. b36dbbe Pipeline/SpirvShader: Support more OpExtInsts by Ben Clayton · 5 years ago
  53. 9c8823a Pipeline/SpirvShader: Process OpString instructions by Ben Clayton · 5 years ago
  54. 0771f9b Pipeline/SpirvShader: Add Impl struct by Ben Clayton · 5 years ago
  55. f97fb9d Enable B10G11R11_UFLOAT blending by Alexis Hetu · 5 years ago
  56. 57977c1 Add storage image support for R16G16_{UINT,SINT,SFLOAT} by Chris Forbes · 5 years ago
  57. 7d0ce41 Vulkan: Plumb the debug context down to SpirvShader by Ben Clayton · 5 years ago
  58. 19b43a6 IDs: Move inline impls below class. by Ben Clayton · 5 years ago
  59. 5beaef9 Pipeline: Store builtins on SpirvRoutine... by Ben Clayton · 5 years ago
  60. 3716c20 Improve 1010102 blend precision by Alexis Hetu · 5 years ago
  61. 10a900e Add assert in GenericValue constant access by Chris Forbes · 5 years ago
  62. 21be09d Enable samplerAnisotropy by Alexis Hetu · 5 years ago
  63. bc1c067be clang-format the src/Pipeline directory by Ben Clayton · 5 years ago
  64. 81bc9d9 Remove spaces after control statements keywords by Nicolas Capens · 5 years ago
  65. 53f2a7a Make use of vec<T, N> vector broadcasts by Nicolas Capens · 5 years ago
  66. 9e5d547 Replace vector() and replicate() with float4 constructors by Nicolas Capens · 5 years ago
  67. 24c49dd R11G11B10F support by Alexis Hetu · 5 years ago
  68. 71af593 Tweaks to make clang-format produce better code by Ben Clayton · 5 years ago
  69. 157ba26 Do not indent C++ namespace contents by Nicolas Capens · 5 years ago
  70. 5346cf5 Accept ImageCubeArray SPIRV capability by Chris Forbes · 5 years ago
  71. 4cf92db Vulkan/Debug: Add ID by Ben Clayton · 5 years ago
  72. 7a15cef Cubemap array support by Alexis Hetu · 5 years ago
  73. 18c6a78 SpirvShader: Use struct for MemoryVisitor callback. by Ben Clayton · 5 years ago
  74. c166eb7 Reactor: Rename Blend() to Shuffle() by Ben Clayton · 5 years ago
  75. 8701dc4 Reactor: Switch swizzles over to 16-bit hex codes by Ben Clayton · 5 years ago
  76. b9f03f4 [vulkan] Add VK_SUBGROUP_FEATURE_ARITHMETIC_BIT support by David 'Digit' Turner · 5 years ago
  77. f6a128b Vulkan: Optimize shaderClipDistance and shaderCullDistance by Ben Clayton · 6 years ago
  78. 9ad035b Vulkan: Implement shaderClipDistance and shaderCullDistance by Ben Clayton · 6 years ago
  79. bbd0694 Remove Common/Types.hpp include from SpirvShader by Chris Forbes · 5 years ago
  80. fb7ca1d SpirvShaderEnumNames: Use spirv-tools' spvOpcodeString() by Ben Clayton · 5 years ago
  81. 72e6f39 Rename SpirvShader_dbg.cpp -> SpirvShaderEnumNames.cpp by Ben Clayton · 5 years ago
  82. cc8ee00 SpirvShader: Remove now unused includes by Ben Clayton · 5 years ago
  83. 474dba4 SpirvShader: Move arithmetic ops to new cpp file by Ben Clayton · 5 years ago
  84. 5e51cfc SpirvShader: Move image handling to new cpp file by Ben Clayton · 5 years ago
  85. ee58972 SpirvShader: Move spec ops to new cpp file by Ben Clayton · 5 years ago
  86. a5ca6da SpirvShader: Move group ops to new cpp file by Ben Clayton · 5 years ago
  87. f3e2cc2 SpirvShader: Move memory ops to new cpp file by Ben Clayton · 5 years ago
  88. b427400 SpirvShader: Move control flow handling to new cpp file by Ben Clayton · 5 years ago
  89. 22f954e SpirvShader: Move GLSLstd450 handling to new cpp file by Ben Clayton · 5 years ago
  90. 284953f Pipeline: Move utility functions to ShaderCore by Ben Clayton · 5 years ago
  91. 8a6dcf7 Support sample image instruction operand by Alexis Hetu · 5 years ago
  92. d34bb29 Remove quadLayout by Alexis Hetu · 5 years ago
  93. 0d0ed6f Remove unused depth buffer quad layout logic by Alexis Hetu · 5 years ago
  94. 2377845 Reactor: Move print apis out of core reactor header. by Ben Clayton · 5 years ago
  95. b87324f Pipeline: Add custom debug printers for SamplerFunction. by Ben Clayton · 6 years ago
  96. a683328 Reactor: Change the signature of PrintValue::Ty by Ben Clayton · 6 years ago
  97. 102fd19 PixelRoutine: const-qualify reference parameters by Antonio Maiorano · 5 years ago
  98. 90df527 Negative baseVertex support by Alexis Hetu · 5 years ago
  99. 3713167 Blend mode fix for 565 format by Alexis Hetu · 5 years ago
  100. 2366802 Relax descriptor set index assert at descriptor point of definition by Chris Forbes · 6 years ago