This repository was archived by the owner on Jan 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 193
Pull requests: gfx-rs/naga
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
wgsl-errors: Reverse "old" and "new" sides of diff output.
#2590
by jimblandy
was closed Oct 26, 2023
Loading…
[wgsl-in] Miscellaneous cleanups to construction lowering
#2585
by jimblandy
was merged Oct 23, 2023
Loading…
[wgsl-in] Fix expected min arg count of
textureLoad
#2584
by teoxoy
was merged Oct 23, 2023
Loading…
[wgsl-in] Let lowering contexts point to a Function directly.
#2580
by jimblandy
was merged Oct 24, 2023
Loading…
Give front::wgsl::Error::InitializationTypeMismatch named fields.
#2579
by jimblandy
was merged Oct 23, 2023
Loading…
[wgsl-in] Generate no code for trivial vector/matrix construction.
#2576
by jimblandy
was merged Oct 23, 2023
Loading…
Don't use layout qualifiers to allow for GLSL 140 support
#2575
by Zoxc
was merged Oct 24, 2023
Loading…
[wgsl-in] Turn
Error::Other
into Error::Internal
, to help devs.
#2574
by jimblandy
was merged Oct 23, 2023
Loading…
[wgsl-in] Clean up swizzle/component access type.
#2573
by jimblandy
was merged Oct 23, 2023
Loading…
[wgsl-in] Delete Input formats for conversion
kind: refactor
Making existing function faster or nicer
lang: WGSL
WebGPU shading language
reborrow
methods in favor of Rust's built-in reborrowing of &mut
references.
area: front-end
#2572
by jimblandy
was merged Oct 23, 2023
Loading…
[wgsl-in] consolidate type resolution logic in a few macros
#2571
by teoxoy
was merged Oct 19, 2023
Loading…
Make validation reject 64-bit floating-point literals.
#2567
by jimblandy
was merged Oct 19, 2023
Loading…
[wgsl-in] Abstract out ExpressionContext::as_const_evaluator.
#2566
by jimblandy
was merged Oct 19, 2023
Loading…
[refactor] make use of
resolve_type
wherever possible
#2565
by teoxoy
was merged Oct 18, 2023
Loading…
[glsl-in, glsl-out] Fix warnings about redundant doc link targets.
#2564
by jimblandy
was merged Oct 17, 2023
Loading…
[valid] avoid OOM with large sparse resource bindings
#2561
by teoxoy
was merged Oct 16, 2023
Loading…
Split
UnaryOperator::Not
into UnaryOperator::LogicalNot
& UnaryOperator::BitwiseNot
#2554
by teoxoy
was merged Oct 16, 2023
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.