Sign in
dawn
/
dawn
/
65ab83568b1f3b9bd684dc178e8629a47e18da61
/
src
7ab964a
Tint: consider subgroup_size used in compute stage as uniform
by Jiang
· 10 months ago
d87ca7e
[tint] Mark operator bool() as explicit
by Ben Clayton
· 10 months ago
01ef49d
[tint][ir] Add error handling to the binary decoder
by Ben Clayton
· 10 months ago
41f06ff
Tint: parse @input_attachment_index
by Le Hoang Quyen
· 10 months ago
98ee9df
[tint][ir] Fix unit test expected output
by Ben Clayton
· 10 months ago
5fc8c9e
[ir] Add FunctionParam::SetType()
by James Price
· 10 months ago
24e2de2
Metal: Handle use_tint_ir toggle
by James Price
· 10 months ago
06f9dbc
[msl] Support handle types in ModuleScopeVars
by James Price
· 10 months ago
12d5c4d
Tint: Resolve @input_attachment_index.
by Le Hoang Quyen
· 10 months ago
1b0266e
[tint][ir] Add Decode() overload that takes a protobuf structure
by Ben Clayton
· 10 months ago
efa2c60
[tint][type] Move private validity checks to static member functions
by Ben Clayton
· 10 months ago
f403412
[tint] Add constant::Invalid
by Ben Clayton
· 10 months ago
aadd6b7
OpenGL: clean up firstInstance handling.
by Stephen White
· 10 months ago
chromium/6499
981b1f4
[wgpu-headers] Introduce 2nd userdata to async pipeline callbacks.
by Loko Kung
· 10 months ago
a6788bd
[tint][core] Test that OOB Splat::Index() returns nullptr
by Ben Clayton
· 10 months ago
e4e4613
Tint: Add input_attachment as builtin type.
by Le Hoang Quyen
· 10 months ago
736650a
d3d11: rename builtin uniform buffer
by Peng Huang
· 10 months ago
59eb7f3
Tint: Add input_attachment_index attribute class and def in core.def
by Le Hoang Quyen
· 10 months ago
81da611
Make textureDimensions(texture_external) use the visible size.
by Corentin Wallez
· 10 months ago
4e043e9
[msl] Add ArrayLengthFromUniform transform
by James Price
· 10 months ago
494b6ae
Add validations on the `Src1` blend factors against fragment output
by Jiawei Shao
· 10 months ago
0d7751b
Fix fuzzer error when an error texture is used with implicit MSAA
by Le Hoang Quyen
· 10 months ago
chromium/6497
chromium/6498
f08e194
Fix the computation of the output range in DualSourceBlendTests
by Jiawei Shao
· 10 months ago
6cbdd1d
[ir] Track the index of a function parameter
by James Price
· 10 months ago
9af2b6f
Tint: add InputAttachment type class & definition in wgsl.def.
by Le Hoang Quyen
· 10 months ago
7f081d8
Skip ChromeOS volteer end2end failures
by Brian Sheedy
· 10 months ago
3624a7a
[wgpu-headers] Introduce 2nd userdata to onSubmittedWorkDone callback.
by Loko Kung
· 10 months ago
97b837a
Place guard for tint_executable outside of definition
by Ryan Harrison
· 10 months ago
f9a9918
Tint: add chromium_internal_input_attachments extension to wgsl.def
by Le Hoang Quyen
· 10 months ago
73aed87
vulkan: Request VK_GOOGLE_display_timing if supported
by Corentin Wallez
· 10 months ago
9e6f04e
ExternalTextureTests: Factor the quad drawing code.
by Corentin Wallez
· 10 months ago
985b81ea
Reuse one uniform buffer for ApplyClearWithDraw
by Peng Huang
· 10 months ago
chromium/6496
7e9f1a6
[tint][ir] Wrap SymbolTable and type::Manager once
by Ben Clayton
· 10 months ago
7603051
[tint][core] Assert that Splat and Composite type matches values
by Ben Clayton
· 10 months ago
e4076ac
[tint] Use templated types for Composite() where possible
by Ben Clayton
· 10 months ago
fb7ee3d
[tint][core] Splat: Infer count from type
by Ben Clayton
· 10 months ago
4bb76d0
SwapChainVk: Fix missed FIFO_RELAXED_KHR handling.
by Corentin Wallez
· 10 months ago
052a54f
Remove dawn::native::Instance setters no longer used.
by Corentin Wallez
· 10 months ago
48360ea
[tint][ir] Use CheckOperandsMatchTarget() for exit instructions
by Ben Clayton
· 10 months ago
6654d1f
[tint][ir] Validate next_iteration value types match body block parameters
by Ben Clayton
· 10 months ago
fac459a
[tint][ir] Validate continue value types match continuing block parameters
by Ben Clayton
· 10 months ago
c951b86
[tint][ir] Validate break_if value types match body block parameters / loop results
by Ben Clayton
· 10 months ago
c7d4205
Add generating Tint IR fuzzer corpus
by Ryan Harrison
· 10 months ago
chromium/6495
4736612
Tint/Inspector: Add blend_src to entry points
by Jiawei Shao
· 10 months ago
6e647fb
[dawn][fuzzers] Add override for requestAdapterF/2 for fuzzers.
by Loko Kung
· 10 months ago
75557e9
Fix DawnWireServerFuzzer
by Austin Eng
· 10 months ago
chromium/6494
f46acc5
[tint][ir] Move terminator validation to CheckTerminator()
by Ben Clayton
· 10 months ago
94ef15d
[tint][ast][fuzz] Skip MultiplanarExternalTexture fuzzer if builtins are shadowed
by Ben Clayton
· 10 months ago
b6bff7f
[tint][ast][fuzz] Replace Options DI with Context
by Ben Clayton
· 10 months ago
6167f1b
Fix fuzzer error when ExpandResolveTexture is used on error texture
by Le Hoang Quyen
· 10 months ago
64f1a70
webgpu.h: Return wgpu::Status enums
by Austin Eng
· 10 months ago
9293ed7
Dawn fuzzer: delete instance to call all callbacks
by Shrek Shao
· 10 months ago
04c9b16
Fix validating resolved compat texture binding view dimension
by Shrek Shao
· 10 months ago
162516d
Remove ExternalTextureDescriptor::flipY
by Corentin Wallez
· 10 months ago
7ffb6e9
Do not report Vulkan Loader warnings.
by Corentin Wallez
· 10 months ago
59de175
Skip DepthSamplingTest on Win/UHD 770
by Brian Sheedy
· 11 months ago
47fddc2
[msl] Emit struct name before constructors
by James Price
· 11 months ago
61d4d88
Rework the ExternalTexture computations slightly for clarity.
by Corentin Wallez
· 11 months ago
chromium/6486
459f836
[tint] Remove exit(1) from ICE handler
by James Price
· 11 months ago
4507cef
[Vulkan] Have YCbCrVkDescriptor::vkChromaFilter be FilterMode
by Colin Blundell
· 11 months ago
d526879
[wgpu-headers] Introduce 2nd userdata to requestDevice callback.
by Loko Kung
· 11 months ago
chromium/6485
9851be8
[Vulkan] Populate YCbCr info in SharedTextureMemory::GetProperties()
by Colin Blundell
· 11 months ago
ddcf3f8
[dawn][WGPUFutures] Adds conversion helpers for ChainedStruct.
by Loko Kung
· 11 months ago
01275eb
Suppress Linux/UHD 770 dawn_end2end_tests failures
by Brian Sheedy
· 11 months ago
a5fe7b9
[msl] Move BuiltinPolyfill transform
by dan sinclair
· 11 months ago
935b50f
[msl] Emit min and max builtins
by James Price
· 11 months ago
de73431
[msl] Handle pointers in printer
by James Price
· 11 months ago
73f5495
[msl] Add ModuleScopeVars transform
by James Price
· 11 months ago
47d4869
[ir] Add non-const DependencyOrderedFunctions()
by James Price
· 11 months ago
608c355
Support multiple attachments with LoadOp::ExpandResolveTexture.
by Le Hoang Quyen
· 11 months ago
724dd78
tint: Add generating IR protobufs to CLI
by Ryan Harrison
· 11 months ago
chromium/6484
c0aa29b
Rename MultisampleStateExpandResolveTextureDawn
by Le Hoang Quyen
· 11 months ago
55be626
[Vulkan] Rename STMVkProperties to STMAHBProperties
by Colin Blundell
· 11 months ago
5c20a19
Accept StencilFaceState with Undefined when there is not stencil.
by Corentin Wallez
· 11 months ago
d4d6d18
Add explanation of why RAW_PTR_EXCLUSIONs are safe.
by Corentin Wallez
· 11 months ago
chromium/6483
a5a82bd
Remove `adapterReference()` in DawnLPMFuzzer
by Jiawei Shao
· 11 months ago
3dd0c8f
Remove GL hang suppressions after using EGL fences
by Shrek Shao
· 11 months ago
254a9bd
Include objects and structures required by ART (Android Run Time) library
by Jim Blackler
· 11 months ago
f472906
[glsl] Cleanup CombineSamplers data
by dan sinclair
· 11 months ago
1486f20
Validate 3d texture view cannot be resolve targets
by Hao Li
· 11 months ago
c3a2680
Reland "Remove deprecated `APIReference()`"
by Jiawei Shao
· 11 months ago
8c6c803
d3d11: Drop D3D11 native resources in DestroyImpl
by Sunny Sachanandani
· 11 months ago
f686692
[msl] Remove unused fields from printer
by James Price
· 11 months ago
chromium/6482
f738181
[msl] Emit binding point attributes on parameters
by James Price
· 11 months ago
230657c
[ir] Allow access to extract pointers from structs
by James Price
· 11 months ago
780bbd6
Vulkan: Better reflect Surface capabilities.
by Corentin Wallez
· 11 months ago
98146bc
[dawn][native] Move deprecation count for testing to instance.
by Loko Kung
· 11 months ago
edd2305
[msl] Validate generated MSL in writer unit tests
by James Price
· 11 months ago
1d948c6
[msl] Print functions in dependency order
by James Price
· 11 months ago
35944ab
[ir] Add Module::DependencyOrderedFunctions()
by James Price
· 11 months ago
3b120c0
Not resolving compat texture binding view on error
by Shrek Shao
· 11 months ago
a4e7c43
[dawn][fuzzer] Skip setting Vulkan debug name when device is destroyed.
by Loko Kung
· 11 months ago
c9aad95
[wgpu-headers] Introduce 2nd userdata to popErrorScope callback.
by Loko Kung
· 11 months ago
c5f6bda
Use the max signaled value of pending fences in BeginAccess
by Austin Eng
· 11 months ago
7a0d4c5
[msl] const-qualify many things in printer
by James Price
· 11 months ago
aa39095
[tint][ast] Fix DirectVariableAccess with uncalled function ptr params
by Ben Clayton
· 11 months ago
ee69c8f
Add MultisampleStateExpandResolveTextureDawn chained struct.
by Le Hoang Quyen
· 11 months ago
011c266
Remove ASSERT that encoding only produces validation errors
by Corentin Wallez
· 11 months ago
f03cc94
Fixup doxygen issues
by dan sinclair
· 11 months ago
ff133c0
OpenGL: fix spurious EGLSync on queue destruction.
by Stephen White
· 11 months ago
Next »