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
Age
Commit message (
Expand
)
Author
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-05-21
spirv: error when execution mode is set more than once
Ali Cheraghi
2025-05-21
spirv: super basic composite int support
Ali Cheraghi
2025-05-21
spirv: write error value in an storage buffer
Ali Cheraghi
2025-05-21
spirv: unroll all vector operations
Ali Cheraghi
2025-03-19
spirv: Assemble OpTypeRuntimeArray.
dan
2025-03-18
spirv: require int8/int16 capabilities
Ali Cheraghi
2025-03-18
spirv: packed struct init + field val access
Ali Cheraghi
2025-03-17
spirv/target: arbitrary_precision_integers feature support
Ali Cheraghi
2025-03-17
spirv: lower more types in assembler
Ali Cheraghi
2025-03-17
target: split `addresses` and `physical_storage_buffer` features
Ali Cheraghi
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-02-24
spirv: get rid of function_types cache
Robin Voetter
2025-02-24
spirv: replace some unreachables with compile errors
Ali Cheraghi
2025-02-18
spirv: extend supported `c` constraint values
Ali Cheraghi
2025-02-18
spirv: ziggify and remove unknown spirv features
Ali Cheraghi
2025-02-18
spirv: respect cpu features
Ali Cheraghi
2025-02-18
spirv: cache more types & merge constructX functions
Ali Cheraghi
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-11-08
spirv: assembler hacky constant placeholders
Robin Voetter
2024-11-08
spirv: track global OpVariables properly in assembler
Robin Voetter
2024-11-01
spirv: Uniform/PushConstant variables
Ali Cheraghi
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-06-16
spirv: add support for workItemId, workGroupId, workGroupSize
Robin Voetter
2024-06-10
spirv: new vectorization helper
Robin Voetter
2024-04-06
spirv: yeet cache
Robin Voetter
2024-04-06
spirv: remove cache usage from assembler
Robin Voetter
2024-04-06
spirv: remove cache usage for types
Robin Voetter
2024-04-06
spirv: remove cache usage for constants
Robin Voetter
2024-04-06
spirv: id range helper
Robin Voetter
2024-04-06
spirv: implement `@mulWithOverflow`
Ali Chraghi
2024-04-06
spirv: OpExtInstImport in assembler
Ali Chraghi
2024-04-06
spirv: implement `@divFloor`, `@floor` and `@mod`
Ali Chraghi
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 assembler with new spec
Robin Voetter
2024-03-18
spirv: update spec to SPIRV-Headers/8b246ff
Robin Voetter
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-02-15
spirv: add capability to compile with x86_64 backend
Ali Chraghi
2024-02-15
spirv: use extended instructions whenever possible
Ali Chraghi
2024-02-09
spirv: make rusticl the primary testing implementation
Ali Chraghi
2024-02-05
spirv: support enum integer values in Assembler
Ali Chraghi
2024-02-05
spirv: emit vectors whenever we can
Ali Chraghi
2024-02-05
spirv: basic shader support
Ali Chraghi
2023-11-24
spirv: structured control flow
Robin Voetter
2023-11-24
spirv: always emit mask constants even if no bits are set
Robin Voetter
2023-11-24
spirv: fix memory leak in SpvModule
Robin Voetter
2023-10-23
Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs""
Robin Voetter
[next]