aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/spirv/Section.zig
AgeCommit message (Expand)Author
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-04-09spirv: overhaul constant loweringRobin Voetter
2023-04-09spirv: more fixes and improvementsRobin Voetter
2023-04-09spirv: make IdResultType and IdRef weak aliases of IdResultRobin Voetter
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-12-17std.builtin: rename Type.UnionField and Type.StructField's field_type to typer00ster91
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-11-23spirv: assemblerRobin Voetter
2022-07-04stage2: disable unit tests when building with stage1Andrew Kelley
2022-04-27std: replace usage of std.meta.bitCount() with @bitSizeOf()Isaac Freund
2022-01-28spirv: spir-v dedicated type systemRobin Voetter
2022-01-28spirv: new moduleRobin Voetter
2022-01-28spirv: model spir-v section as separate typeRobin Voetter