- 9eeb7b1 Add ID to Instruction. by dan sinclair · 4 months ago
- 4ce6f5a [tint][ir][fuzz] Prevent fuzzer from crashing on malformed vars by Ryan Harrison · 5 months ago
- 3cc267f [ir] Remove `IOAttributes` from `core/ir/var.h` by James Price · 5 months ago
- c224131 Tint: Add inputAttachmentLoad to core.def, wgsl.def, IR by Le Hoang Quyen · 7 months ago
- dff1707 [tint][ir] Use Operand() instead of indexing operands_ directly by Ben Clayton · 7 months ago
- 0880e06 Rename @index -> @blend_src by Corentin Wallez · 11 months ago
- 7f9721d [tint][ir] Serialize var instructions and pointer types. by Ben Clayton · 1 year ago
- ead8a04 [tint][ir] Add 'const' accessors by Ben Clayton · 1 year, 1 month ago
- cc2516a Relicense Dawn to BSD 3-Clause by Austin Eng · 1 year, 2 months ago
- 16cb4bd [ir] Add ability to clone in the IR. by dan sinclair · 1 year, 3 months ago
- 86f780d [ir][spirv-writer] Emit shader IO without structs by James Price · 1 year, 3 months ago
- d8a06ae [ir] Use FriendlyName for instructions by dan sinclair · 1 year, 3 months ago
- c1942cf [tint] Move headers from include/tint to src/tint/api by Ben Clayton · 1 year, 4 months ago
- 6f138fe [ir] Move ir to `tint::core:ir` namespace by dan sinclair · 1 year, 4 months ago
- 7f369a3 [tint] Remove ir::BindingPoint by James Price · 1 year, 4 months ago
- cd52f38 [tint] Move tint/lang/core/builtin to tint/lang/core by Ben Clayton · 1 year, 4 months ago
- bae54e7 [shuffle] Remove the `utils::` namespace. by dan sinclair · 1 year, 5 months ago chromium/5917
- 97c3727 [shuffle] Move ir/ to new structure. by dan sinclair · 1 year, 5 months ago[Renamed (90%) from src/tint/ir/var.h]
- 352f8c8 [shuffle] Rename lang/base by dan sinclair · 1 year, 5 months ago
- 22b4dd2 [shuffle] Move utils to new structure. by dan sinclair · 1 year, 5 months ago
- e7a88d2 [shuffle] Move type to new structure. by dan sinclair · 1 year, 5 months ago
- b14a778 [shuffle] Move builtin to new structure. by dan sinclair · 1 year, 5 months ago
- 91b68cd [shuffle] Move utils to new structure. by dan sinclair · 1 year, 5 months ago
- 4bf1d07 [ir][validation] Add instruction friendly names by dan sinclair · 1 year, 5 months ago
- c8f0708 [tint][ir] Make ControlInstructions regular instructions by Ben Clayton · 1 year, 6 months ago
- 0d80c3d [ir] Sever instruction and value. by dan sinclair · 1 year, 6 months ago
- 525b6f5 [ir] Add Result objects into the instructions by dan sinclair · 1 year, 6 months ago
- 4934dc0 [ir] Update `Value` parameters. by dan sinclair · 1 year, 6 months ago
- a5268df [ir] Unconst most of the IR. by dan sinclair · 1 year, 6 months ago
- d2e30d0 [tint][ir] Change Var::Type() to return type::Pointer* by Ben Clayton · 1 year, 6 months ago
- ae8a9f9 [ir] Add OperandInstruction class by James Price · 1 year, 6 months ago
- eefa7fe [ir] Add guardrails to IR classes. by dan sinclair · 1 year, 6 months ago
- 0df9b03 [ir] Add binding point to global vars. by dan sinclair · 1 year, 7 months ago
- 0f203b1 [ir] Cleanup deleted methods by dan sinclair · 1 year, 7 months ago chromium/5788
- 24cb811 [ir] Shift back to accessors. by dan sinclair · 1 year, 7 months ago
- 9fc46dc [ir] Drop address space and access from ir::Var. by dan sinclair · 1 year, 7 months ago
- 9f83fa1 tint/ir: Remove 'type' field from Instruction by Ben Clayton · 1 year, 7 months ago
- 42de29e tint/ir: Add an initializer field to Var by Ben Clayton · 1 year, 7 months ago
- a8236a5 tint/ir: Remove value id field. by Ben Clayton · 1 year, 7 months ago
- 146b67e tint/ir: Replace getter with raw fields for more classes by Ben Clayton · 1 year, 7 months ago
- e964f51 [ir] Update type display in disassembly, remove string methods. by dan sinclair · 1 year, 7 months ago
- c970e80 [ir] Emit `var` and `let` into the IR by dan sinclair · 1 year, 7 months ago chromium/5748