- 0b39270 GLSL: move entry point handling to CanonicalizeEntryPointIO transform. by Stephen White · 3 years ago
- e2f35ba GLSL: clean up GLSL output whitespace generation. by Stephen White · 3 years ago chromium/4856 chromium/4857
- c8c0e2e GLSL: standardize layout() formatting (whitespace change). by Stephen White · 3 years ago
- 8e01c45 GLSL: add location layout qualifier before in/out variables. by Stephen White · 3 years ago
- 671d970 GLSL samples: add empty entry point if needed. by Stephen White · 3 years ago
- 01e4b6f wgsl: Replace [[decoration]] with @decoration by Ben Clayton · 3 years ago
- 6b1e5f5 wgsl: Do not require a semicolon after a struct by James Price · 3 years ago
- 3cbb136 Re-allow dynamic indexing of 'let' arrays and matrices by Ben Clayton · 3 years ago
- c1faee9 Add new GLSL test expectations. by Stephen White · 3 years ago
- 9943de6 Fix FXC compile errors on modulo by zero by Antonio Maiorano · 3 years, 1 month ago chromium/4783 chromium/4784 chromium/4785
- 821f9bb Fix FXC compile errors on divide by zero by Antonio Maiorano · 3 years, 1 month ago
- a5d3986 tests: Stop using the [[block]] attribute by James Price · 3 years, 1 month ago
- c7c80c0 glsl: Always emit structures by James Price · 3 years, 1 month ago
- 81b3948 resolver: Implement element inference of vecN and matNxM by Ben Clayton · 3 years, 1 month ago
- f91b02b test: Add vector constructor tests by Ben Clayton · 3 years, 1 month ago
- e306927 test: Add matrix constructor tests that take a vector by Ben Clayton · 3 years, 1 month ago
- cf09c23 test: Shuffle matrix constructor tests by Ben Clayton · 3 years, 1 month ago
- cc05d89 writer/msl: Replace use of 'auto' with actual return type by Ben Clayton · 3 years, 1 month ago
- 1704fe5 GLSL: implement inf, nan. by Stephen White · 3 years, 2 months ago chromium/4714 chromium/4715 chromium/4716 chromium/4718 chromium/4719 chromium/4720 chromium/4721 chromium/4722 chromium/4723 chromium/4724
- 2fe0f4b GLSL: add .expected.glsl files for all tests. by Stephen White · 3 years, 2 months ago
- e548db9 msl: Handle buffer variables in transform by James Price · 3 years, 3 months ago
- 7103f51 writer/msl: Fix swizzling on packed vectors by Ben Clayton · 3 years, 3 months ago
- 85d2e44 msl: Overload matrix-vector arithmetic operators by James Price · 3 years, 5 months ago
- 11c6fcd spirv: Use generic transform to process shader IO by James Price · 3 years, 5 months ago
- a5d73ce transform/shader_io: Generate a wrapper function by James Price · 3 years, 5 months ago
- d388bc9 Restore "MSL writer: make signed int overflow defined behaviour" by Antonio Maiorano · 3 years, 5 months ago
- 9bdf2dc MSL: fix i32 INT_MIN literal emitted as `long` instead of `int` by Antonio Maiorano · 3 years, 5 months ago
- e33b0ba Revert "MSL writer: make signed int overflow defined behaviour" by Corentin Wallez · 3 years, 6 months ago
- e5dbe24 MSL writer: make signed int overflow defined behaviour by Antonio Maiorano · 3 years, 6 months ago
- 64dfcd2 writer/hlsl: Support bitcast of vectors by Ben Clayton · 3 years, 6 months ago
- 81d4ed0 Fix operator% for f32 and vecN<f32> by Ben Clayton · 3 years, 6 months ago
- 33afd6c Revert "writer/hlsl: Special case negative zero" by Ben Clayton · 3 years, 6 months ago
- efceb83 writer/hlsl: Special case negative zero by Ben Clayton · 3 years, 6 months ago
- 595b054 writer[spirv,hlsl]: Call UnwrapRef() for splats by Ben Clayton · 3 years, 6 months ago
- b85099a test: Split binary_expressions into separate tests by Ben Clayton · 3 years, 6 months ago
- 5d922d0 Revert "writer/hlsl: Special case negative zero" by Ben Clayton · 3 years, 6 months ago
- 26b6edc writer/hlsl: Special case negative zero by Ben Clayton · 3 years, 6 months ago
- 692fc20 [writer/hlsl,msl] Correctly generate inf and nan literals by Ben Clayton · 3 years, 6 months ago
- 4135ea5 writer/hlsl: Don't wrap arrays in structures by Ben Clayton · 3 years, 6 months ago
- 2bb4538 writer/hlsl: Zero initialize with (T) 0 by Ben Clayton · 3 years, 6 months ago
- 65cb20c test: Move 'splat' tests to expressions, split up by Ben Clayton · 3 years, 7 months ago
- fd75bd0 test: Add test cases for zero value constructors by Ben Clayton · 3 years, 7 months ago
- c932b55 Implement bitwise complement operator by James Price · 3 years, 7 months ago
- 5d2f34e writer/hlsl: Simplify emission logic, clean up output by Ben Clayton · 3 years, 7 months ago
- 851b18b writer/msl: Emit field designators for structures by James Price · 3 years, 7 months ago
- 0895c23 Fix integer vector bitwise ops not being allowed by Antonio Maiorano · 3 years, 7 months ago
- 42220ba writer/msl: Hoist array and struct initializers by James Price · 3 years, 7 months ago
- c91f8f2 Implement addition and subtraction of float matrices by Antonio Maiorano · 3 years, 7 months ago
- eaed2b6 Add support for binary arithmetic expressions with mixed scalar and vector operands by Antonio Maiorano · 3 years, 8 months ago