1. 98e6b96 Adjust matrix addressing to account for RowMajor/ColMajor by Chris Forbes · 6 years ago
  2. 1ba5ba7 Capture RowMajor/ColMajor decorations by Chris Forbes · 6 years ago
  3. e6419ad Fix handling of loads/stores of explicitly-laid-out objects by Chris Forbes · 6 years ago
  4. 09591b8 Pass descriptor sets to SPIR-V compilation by Nicolas Capens · 6 years ago
  5. 82eb22e Propagate descriptor decorations to access-chain and load results by Nicolas Capens · 6 years ago
  6. 8448cc5 SpirvShader: Handle DecorationRelaxedPrecision decorations by Ben Clayton · 6 years ago
  7. fc77af1 SpirvShader: Implement GLSLstd450Frexp by Ben Clayton · 6 years ago
  8. 50e6493 Implement pack/unpack extended instructions by Chris Forbes · 6 years ago
  9. 3d49738 src/Pipeline: Add SIMD::Pointer by Ben Clayton · 6 years ago
  10. 620f708 SpirvShader: Implement OpTranspose by Ben Clayton · 6 years ago
  11. 3ee5299 SpirvShader: Implement OpOuterProduct by Ben Clayton · 6 years ago
  12. 16ab9e9 SpirvShader: Add type field to GenericValue by Ben Clayton · 6 years ago
  13. 6b51134 SpirvShader: Implement descriptor set arrays by Ben Clayton · 6 years ago
  14. 484e08e SpirvShader: Rework pointer types by Ben Clayton · 6 years ago
  15. 4774761 SpirvShader: Make value names more consistent by Ben Clayton · 6 years ago
  16. 0e3d328 SpirvRoutine: Verify create functions are called once per id by Ben Clayton · 6 years ago
  17. 225a130 Implement dynamic buffer offsets. by Ben Clayton · 6 years ago
  18. 97e9589 Add support for OpKill by Chris Forbes · 6 years ago
  19. 459453a Eliminate Intermediate::replace() by Nicolas Capens · 6 years ago
  20. ff1cede SpirvShader: Improve docs on IsStorageInterleavedByLane() by Ben Clayton · 6 years ago
  21. 513ed1d SpirvShader: Fixes for complex loops. by Ben Clayton · 6 years ago
  22. fe3f013 SpirvShader: Handle dead code branches. by Ben Clayton · 6 years ago
  23. 51562f1 Add support for OpMatrixTimesMatrix by Chris Forbes · 6 years ago
  24. a563dd8 Add support for OpVectorTimesMatrix by Chris Forbes · 6 years ago
  25. 06f4ed7 Add support for OpMatrixTimesVector by Chris Forbes · 6 years ago
  26. e747b3c SpirvShader: Implement loops by Ben Clayton · 6 years ago
  27. 213a8ce SpirvShader: Implement OpSwitch by Ben Clayton · 6 years ago
  28. 9fd02e0 SpirvShader: Implement OpBranchConditional, OpPhi, ... by Ben Clayton · 6 years ago
  29. c0cf68b SpirvShader: Add EmitState by Ben Clayton · 6 years ago
  30. 3246ca2 SpirvShader: Add Intermediate::replace() by Ben Clayton · 6 years ago
  31. 64f78f5 SpirvShader: Add flow control info to Block. by Ben Clayton · 6 years ago
  32. 86509d9 Implement atomic load/store memory ordering by Nicolas Capens · 6 years ago
  33. af26cfe SpirvShader: Minor changes for ASSERTs by Ben Clayton · 6 years ago
  34. 80c796b Rename Intermediate::emplace() to move() by Nicolas Capens · 6 years ago
  35. 2909085 Refactor variable type lookup by Nicolas Capens · 6 years ago
  36. 5851ef4 Don't treat SIMD::Float preferentially by Nicolas Capens · 6 years ago
  37. a30de54 Add support for push constants by Chris Forbes · 6 years ago
  38. 00424c1 Reintroduce "VkDebug: Update macros to address issues in b/127433389" by Ben Clayton · 6 years ago
  39. 62758f5 Compute: WorkgroupSize decorations take precedence over LocalSize by Ben Clayton · 6 years ago
  40. 01c03fd Revert "VkDebug: Update macros to address issues in b/127433389" by Ben Clayton · 6 years ago
  41. faed9d3 Add support for OpVectorInsertDynamic, OpVectorExtractDynamic by Chris Forbes · 6 years ago
  42. 49d8158 SpirvRoutine: Add activeLaneMask to conditionally load / store per lane. by Ben Clayton · 6 years ago
  43. 3641121 VkDebug: Update macros to address issues in b/127433389 by Ben Clayton · 6 years ago
  44. e37ce61 SpirvShader: Implement OpBranch by Ben Clayton · 6 years ago
  45. 9b15661 SpirvShader: Split instructions into blocks. by Ben Clayton · 6 years ago
  46. af973b6 SpirvShader: ObjectID -> Object::ID, TypeID -> Type::ID. by Ben Clayton · 6 years ago
  47. 9b62c5e SpirvShader: Replace Intermediate::operator[] with typed getters. by Ben Clayton · 6 years ago
  48. 093be46 SpirvShader: Overload Intermediate::emplace for Int and UInt. by Ben Clayton · 6 years ago
  49. 868ed90 Add support for remaining GLSL builtin geometric functions by Chris Forbes · 6 years ago
  50. 856ebf8 Add support for OpVectorTimesScalar by Chris Forbes · 6 years ago
  51. 0785f69 Add support for OpAny, OpAll by Chris Forbes · 6 years ago
  52. 6532107 Collect Offset,MatrixStride,ArrayStride decorations by Chris Forbes · 6 years ago
  53. 9667a5b Start support for OpExtInst by Chris Forbes · 6 years ago
  54. 831db96 SpirvShader: Add PhysicalPointers by Ben Clayton · 6 years ago
  55. 952d273 Fix windows build by Ben Clayton · 6 years ago
  56. bf943f6 SpirvShader: Implement OpSelect by Ben Clayton · 6 years ago
  57. 76e9bc0 Plumb PipelineLayouts down to SpirvRoutine by Ben Clayton · 6 years ago
  58. 2b287cc Add support for OpDot by Chris Forbes · 6 years ago
  59. 6fae32c SpirvShader: Add debug checks on Intermediate. by Ben Clayton · 6 years ago
  60. dd1e37e SpirvShader: Begin unary and binary ops. by Ben Clayton · 6 years ago
  61. dfc0f3b SpirvShader: Move emit() instructions to their own functions by Ben Clayton · 6 years ago
  62. d4e4c66 SpirvShader: Debug print human readable opcode names by Ben Clayton · 6 years ago
  63. 0bb83b8 SpirvShader: Move type declaration out to its own function by Ben Clayton · 6 years ago
  64. d073d8e SpirvShader: Add support for DescriptorSet and Binding decorations by Ben Clayton · 6 years ago
  65. 24ea515 SpirvShader: Add SIMD namespace. by Ben Clayton · 6 years ago
  66. 9638b94 Add complex type walker for literal indexes by Chris Forbes · 6 years ago
  67. d30b5ac Add GenericValue wrapper for either an Intermediate or a constant by Chris Forbes · 6 years ago
  68. 928dfee Return newly-created value from SpirvRoutine::createIntermediate by Chris Forbes · 6 years ago
  69. 9a16248 SpirvShader: Decouple SPIR-V type attributes from object representation by Ben Clayton · 6 years ago
  70. ab51bbf Strongly type object / type identifiers. by Ben Clayton · 6 years ago
  71. 1ca8acd Implement proper handling of constants by Chris Forbes · 6 years ago
  72. c61271e Add epilog pass to copy outputs out to pipeline by Chris Forbes · 6 years ago
  73. 64be7c7 Remove needless unique_ptr wrapping from inputs/outputs by Chris Forbes · 6 years ago
  74. e4ef5f7 Separate intermediate values from lvalues by Chris Forbes · 6 years ago
  75. e205d34 SpirvShader: Split objects from types. by Ben Clayton · 6 years ago
  76. e7b8020 Add SpirvRoutine::getValue helper by Chris Forbes · 6 years ago
  77. 38f85b3 Implement some common forms of OpAccessChain by Chris Forbes · 6 years ago
  78. e9f8f5b Implement some common forms of OpLoad by Chris Forbes · 6 years ago
  79. b8fb08a Templatize PopulateInterface & friends by Chris Forbes · 6 years ago
  80. 49d664d Split out decoration application helpers to avoid some iterator noise by Chris Forbes · 6 years ago
  81. a71b8e9 Add analysis pass support for OpLoad and OpAccessChain by Chris Forbes · 6 years ago
  82. 93f70b3 Correctly determine whether we need to compute centroids by Chris Forbes · 6 years ago
  83. 7e6fff2 Wire VS interfaces onto spirv shader by Chris Forbes · 6 years ago
  84. d5aed49 Start building up code generation by Chris Forbes · 6 years ago
  85. 049ff38 Split Object::Kind::Variable by Chris Forbes · 6 years ago
  86. 1c65823 Adjust interface extraction to account for split types by Chris Forbes · 6 years ago
  87. ef4ab0f drop c++ version for cmake build to 11 by Chris Forbes · 6 years ago
  88. 840809a Split types from other kinds of definitions by Chris Forbes · 6 years ago
  89. bde3408 Add support for builtin blocks by Chris Forbes · 6 years ago
  90. bc3a0ee Add minimal support for integer constants by Chris Forbes · 6 years ago
  91. 5839dcf Collect input/output interfaces by Chris Forbes · 6 years ago
  92. c25b807 Add support for SPIRV decorations by Chris Forbes · 6 years ago
  93. 8b0a281 Add builtin interface to spirv shader by Chris Forbes · 6 years ago
  94. 2e7f35b Move AttribType enum to SpirvShader by Chris Forbes · 6 years ago
  95. 739a7fb Add size calculation for spirv types by Chris Forbes · 6 years ago
  96. 4a979dc Formatting-only change: conform better with swiftshader style by Chris Forbes · 6 years ago
  97. 296aa25 Collect type and variable definitions from SPIRV shader by Chris Forbes · 6 years ago
  98. af4ed53 Initial stub implementation of SpirvShader by Chris Forbes · 6 years ago