- f50ae68 [tint] Replace ASSERT_TRUE() in lambda with ADD_FAILURE by Ben Clayton · 1 year, 6 months ago
- 5ed5cc4 [tint] Pass Program by reference, not pointer. by Ben Clayton · 1 year, 6 months ago
- 6950208 [ir] Move image_write intrinsic to builtin for SPIR-V by dan sinclair · 1 year, 6 months ago
- 86d4f3b [ir] Move image sample intrinsics to builtins for SPIR-V by dan sinclair · 1 year, 6 months ago
- 39aef37 [ir] Comment MultiplanarExternalTexture properly by James Price · 1 year, 6 months ago chromium/6023
- 0a7aa0c [tint] Rename core::Builtin to BuiltinType by Ben Clayton · 1 year, 6 months ago
- 9dce1d6 [tint] Rename spirv::ir::Function to spirv::BuiltinFn by Ben Clayton · 1 year, 6 months ago
- d9766dc [tint] Rename core::Function to BuiltinFn by Ben Clayton · 1 year, 6 months ago
- 62d9848 [tint] Move bits of core.def to common.def by Ben Clayton · 1 year, 6 months ago
- 16cb4bd [ir] Add ability to clone in the IR. by dan sinclair · 1 year, 6 months ago
- eea786f hlsl-writer: support subgroupBroadcast by David Neto · 1 year, 6 months ago
- 2eae44a [ir] Dump before validating, when dumping by James Price · 1 year, 6 months ago chromium/6022
- 5b3ae14 msl-writer: support subgroupBroadcast by David Neto · 1 year, 6 months ago
- 7d8ee4a [tint] Move ZeroValue() to constant::Manager by James Price · 1 year, 6 months ago
- cd6422f [tint] Add missing include for type::Manager usage by James Price · 1 year, 6 months ago
- 4dcbdda [tint] Simplify custom hash-code implementations by Ben Clayton · 1 year, 6 months ago
- 02b56ad [spirv-reader] use sem::Load to translate atomics by James Price · 1 year, 6 months ago
- 8fade13 [ir] Validate store instructions by James Price · 1 year, 6 months ago
- 4650ca1 [tint][ir] Rename UserCall::Func() -> Target() by Ben Clayton · 1 year, 6 months ago
- 47fe0f5 [tint][ir] Make Builder insertion point logic more flexible. by Ben Clayton · 1 year, 6 months ago chromium/6020
- 7b4ec6e [ir] Move `image_query_size` and `image_query_size_lod` over to spirv builtins. by dan sinclair · 1 year, 6 months ago
- 57bfe82 [ir] Move `image_dref_gather` and `image_gather` over to spirv builtins. by dan sinclair · 1 year, 6 months ago
- 4fcfbbc spir-v writer support for subgroupBroadcast by David Neto · 1 year, 6 months ago
- 1165389 [tint] Move WGSL-exclusive enums back to lang/wgsl by Ben Clayton · 1 year, 6 months ago
- 9f1bd72 [ir] Move `image_fetch` and `image_read` over to spirv builtins. by dan sinclair · 1 year, 6 months ago
- c06e49c subgroupBroadcast sourceLaneIndex should be unsigned by David Neto · 1 year, 6 months ago
- 5ca21ed [ir] Move `sampled_image` over to spirv builtins. by dan sinclair · 1 year, 6 months ago chromium/6018
- 3472b80 Resolve subgroupBroadcast by David Neto · 1 year, 6 months ago
- 21d23ec [ir][spirv-writer] Scalarize quantizeToF16 by James Price · 1 year, 6 months ago
- 7264388 [ir][spirv-writer] Emit NonReadable and NonWritable by James Price · 1 year, 6 months ago
- 757dd56 [ir][spirv-writer] Emit vertex point size builtin by James Price · 1 year, 6 months ago
- fef9988 [ir][spirv-writer] Support dual-source blending by James Price · 1 year, 6 months ago
- 0c1f1c9 [ir] Support subgroup builtin inputs by James Price · 1 year, 6 months ago
- d69b6f3 [ir] Strip interpolation attributes when invalid by James Price · 1 year, 6 months ago
- 86f780d [ir][spirv-writer] Emit shader IO without structs by James Price · 1 year, 6 months ago
- b27bce4 D3D12: Replace deprecated IDxcCompiler with IDxcCompiler3 by Jiawei Shao · 1 year, 6 months ago
- 01956b6 [tint] Add missing headers by Ben Clayton · 1 year, 6 months ago
- f72919f Add subgroupBroadcast to intrinsics.def by David Neto · 1 year, 6 months ago
- 11bc1b0 [ir][spirv-writer] Fix OpPhi incoming blocks by James Price · 1 year, 6 months ago chromium/6010
- 1f236ba [tint] Header-build fixes by Ben Clayton · 1 year, 6 months ago
- 0e1a335 tint: Add inspection of pixel_local var member types. by Corentin Wallez · 1 year, 6 months ago
- d6f6f00 tint/hlsl: fix RemoveContinueInSwitch transform to handle nested switch statements by Antonio Maiorano · 1 year, 6 months ago
- 932aa8d [fuzzers] Do not fuzz IR->MSL yet by James Price · 1 year, 6 months ago
- fd8a4fd [fuzzers] Skip clamp_frag_depth + push constants by James Price · 1 year, 6 months ago
- 94a6a81 [ir] Validate builtin return types by James Price · 1 year, 6 months ago
- 26c29b7 [tint][msl] Support pixel_local attachments by Ben Clayton · 1 year, 6 months ago
- 538b3b5 [tint][wgsl/writer] Print even on diagnostic errors by Ben Clayton · 1 year, 6 months ago
- a4ad8e7 Compat: Make vertex_index/instance_index take an attribute by Gregg Tavares · 1 year, 6 months ago
- 0a9d536 [ir] Make Robustness ICE for ignored bindings by James Price · 1 year, 6 months ago
- 6367c8c [ir] Disable runtime-sized array clamping by James Price · 1 year, 6 months ago
- 4e6f10f [ir] Add robustness for texture builtins by James Price · 1 year, 6 months ago
- 18e089f [ir] Add Robustness transform by James Price · 1 year, 6 months ago
- 797063c tint: Move inspection of workgroup_storage_size to the entry point. by Corentin Wallez · 1 year, 6 months ago
- ecd5620 tint: remove the unused Inspector::GetStorageSize method. by Corentin Wallez · 1 year, 6 months ago
- 6562555 [tint] Add BUILD.bazel files for Tint by Ben Clayton · 1 year, 6 months ago
- 4e800c4 [tint] More tightly constrain pixel_local use by Ben Clayton · 1 year, 6 months ago
- 56e31f9 [tint] Remove redundant 'case' statement by Ben Clayton · 1 year, 6 months ago chromium/6004
- 4604ea8 [tint][msl] Add validation support for 2.3 by Ben Clayton · 1 year, 6 months ago
- 7541f3b [tint] Rename tint_enable_local_storage_extension -> tint_enable_pixel_local_extension by Ben Clayton · 1 year, 6 months ago
- f7c0ede [ir] Move select over to spirv builtins. by dan sinclair · 1 year, 6 months ago
- 669edf7 [ir] Move dot over to spirv builtins. by dan sinclair · 1 year, 6 months ago
- e9fe772 [ir] Move atomics over to spirv builtins. by dan sinclair · 1 year, 6 months ago
- 721f638 [ir] Move array_length intrinsic to a builtin by dan sinclair · 1 year, 6 months ago
- 18909c6 Add tint.natvis to CMake and fix outdated visualizers by Antonio Maiorano · 1 year, 6 months ago
- e1c1f0d [ir][spirv-writer] Handle storage texture loads by James Price · 1 year, 6 months ago
- ddffd5e [ir] Move matrix and vector intrinsics to builtins by dan sinclair · 1 year, 6 months ago
- 759dfc6 [tint] Polyfill bgra8unorm textureLoad results by James Price · 1 year, 6 months ago
- 51db5cf VarForDynamicIndex: Skip unevaluated expressions by James Price · 1 year, 6 months ago
- b88e1c7 [ir] Validate spirv builtin calls by dan sinclair · 1 year, 6 months ago
- 65a1831 [tint] Support sparse .def files by Ben Clayton · 1 year, 6 months ago
- c7d7031 [tint] Validate 'pixel_local' pipeline stages by Ben Clayton · 1 year, 6 months ago
- 14500bc Tint/Dawn: SPIRV AST writer to support experimental subgroup UCF by Zhaoming Jiang · 1 year, 6 months ago
- 3b4b3fd [ir] Remove the build ir flags by dan sinclair · 1 year, 6 months ago
- 8d733d3 Move intrinsic table methods to free functions. by dan sinclair · 1 year, 6 months ago
- d305da9 [tint] Move GLSL AST transforms to lang/glsl/writer/ast_raise by Ben Clayton · 1 year, 6 months ago
- f52f569 [tint] Move MSL AST transforms to lang/msl/writer/ast_raise by Ben Clayton · 1 year, 6 months ago
- c706b4b [ir] Move spirv.def file. by dan sinclair · 1 year, 6 months ago
- 774b6a4 [ir] Add a SPIRV BuiltinCall instruction by dan sinclair · 1 year, 6 months ago
- d8a06ae [ir] Use FriendlyName for instructions by dan sinclair · 1 year, 6 months ago
- 3047f88 [tint] Move SPIR-V AST transforms to lang/spirv/writer/ast_lower by Ben Clayton · 1 year, 6 months ago
- 815d5db [tint] Move SPIR-V AST transforms to lang/spirv/writer/ast_raise by Ben Clayton · 1 year, 6 months ago
- 7a5f54ea [tint] Move HLSL AST transforms to lang/hlsl/writer/ast_raise by Ben Clayton · 1 year, 6 months ago
- 032c140 [ir] Move SPIR-V IntrinsicCall to out of ir by dan sinclair · 1 year, 6 months ago
- 1997409 [tint] Validate 'pixel_local' data types by Ben Clayton · 1 year, 6 months ago
- 6cd15d2 [tint] Add 'pixel_local' address space by Ben Clayton · 1 year, 6 months ago
- 59f4888 [tint][cmake] Fix TINT_BENCHMARK_EXTERNAL_SHADERS_HEADER by Ben Clayton · 1 year, 6 months ago
- 6a56e27 [tint][ir] Validate builtin calls with the intrinsic table by Ben Clayton · 1 year, 6 months ago
- d1368d7 tint: workaround DXC bug with splatted vector constant storage buffer args by Antonio Maiorano · 1 year, 6 months ago
- a985f73 [tint] Reflect missing writer options by James Price · 1 year, 6 months ago
- f3bcd41 [tint][hlsl] Fix validation on unix by Ben Clayton · 1 year, 6 months ago
- 89b9828 [tint][build] Link CoreGraphics for metal validation by Ben Clayton · 1 year, 6 months ago
- 6c3d888 [tint][cmake] Error if building fuzzers without Clang by Ben Clayton · 1 year, 6 months ago
- 4ebed9d [tint][ir] Move Validator class definition into cc file by Ben Clayton · 1 year, 6 months ago
- 62ce292 [tint][glsl] Use CheckSupportedExtensions() in writer by Ben Clayton · 1 year, 6 months ago
- 74688c9 [tint] Add 'chromium_experimental_pixel_local' extension by Ben Clayton · 1 year, 6 months ago
- b6f4548 [tint][utils] Remove pointless nullptr check in vector Free() by Ben Clayton · 1 year, 6 months ago
- b6ef527 tint/fuzzers: Move specializations out of class scope by Ben Clayton · 1 year, 6 months ago
- ba982f2 clang-format codebase by Ben Clayton · 1 year, 6 months ago
- 3851553 tint/spirv/writer: Disable GCC false-positive warning by Ben Clayton · 1 year, 6 months ago
- 7981507 spirv-reader: support OpSRem by David Neto · 1 year, 7 months ago