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