index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codegen
/
spirv
/
spec.zig
Age
Commit message (
Expand
)
Author
2024-03-18
spirv: make generic globals invocation-local
Robin Voetter
2024-03-18
spirv: add zig-specific ext inst
Robin Voetter
2024-03-18
spirv: make IdResult an enum
Robin Voetter
2024-03-18
spirv: update spec to SPIRV-Headers/8b246ff
Robin Voetter
2024-02-05
spirv: basic shader support
Ali Chraghi
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-04-09
spirv: make IdResultType and IdRef weak aliases of IdResult
Robin Voetter
2022-11-23
spirv: assembler
Robin Voetter
2022-02-24
spirv spec: do not align packed struct fields
Veikka Tuominen
2022-01-28
spirv: regenerate spec
Robin Voetter
2021-09-01
stage2: update for new usingnamespace semantics
Andrew Kelley
2021-06-14
add ast-check flag to zig fmt, fix found bugs
Veikka Tuominen
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-14
SPIR-V: Re-generate spec.zig
Robin Voetter
2021-04-15
stage2: improvements aimed at std lib integration
Andrew Kelley
2021-01-19
SPIR-V: Add generated specification
Robin Voetter