Dan Glastonbury
Dan Glastonbury
#### 65c34c81e7b1424a28ffe6266becda3876f0b37f [WebGL] Calculate correct image transfer size from ArrayBufferView https://bugs.webkit.org/show_bug.cgi?id=243819 rdar://98347913 Reviewed by NOBODY (OOPS!). Validation was being skipped when pixels was null, which is an optimization instead of...
#### 546656f923e358be61cf043b0c734f2877a34049 [ANGLE] Create extension to allow MTLEvents to be signalled from Metal backend https://bugs.webkit.org/show_bug.cgi?id=243529 rdar://83207470 Reviewed by NOBODY (OOPS!). * Source/ThirdParty/ANGLE/changes.diff: Output of update-angle --regenerate-change-diff * Source/ThirdParty/ANGLE/extensions/EGL_ANGLE_sync_mtl_shared_event.txt: Boilerplate description...
#### 7deca01aab70ed11a8fb98b3b4aa48138571cf42 [WGSL] Implement parsing for array types and callable array constructors. https://bugs.webkit.org/show_bug.cgi?id=244792 rdar://99557526 Reviewed by NOBODY (OOPS!). * Source/WebGPU/WGSL/AST/TypeDecl.h: (WGSL::AST::TypeDecl::isArray const): Add kind and predicate for array types. *...
#### 64d9ef360c25d12b89412a85dbc416609e940d1c [WGSL] Prefix AST files to avoid name clashes https://bugs.webkit.org/show_bug.cgi?id=246561 rdar://problem/101198489 WebGPU project has two headers named ShaderModule.h which causes issues with headermap header inclusion. Using example set by...
#### 661476129311bfcef43147aa52b9ef619363de0c [WebXR] Use ANGLE extension to signal compositor completion event https://bugs.webkit.org/show_bug.cgi?id=246589 rdar://problem/101212895 Reviewed by NOBODY (OOPS!). Use MTLSharedEvent, provided by WebXR system compositor, that signals when scene rendering is...
#### 1034429da15f57bfae50d476a61b25531e1b1ade [WebXR] WIP Enable foveated rendering Need the bug URL (OOPS!). Include a Radar link (OOPS!). Reviewed by NOBODY (OOPS!). *** THIS CODE IS UNTESTED *** Refactor setup logic...
I'm a complete novice when it comes to relocations. Working with `test.ll`: ``` define void @foo(i32 %arg, i32 %arg1) { bb: %tmp = icmp ult i32 %arg, 4 %tmp2 =...
#### a24a67e168c387286ec235c58fdb767c781aa941 [WebGL] Log KHR_debug messages to system console https://bugs.webkit.org/show_bug.cgi?id=274197 rdar://128107146 Reviewed by NOBODY (OOPS!). To aid debugging WebGL apps, surface debug messages generated by the KHR_debug extension for the...
#### 2b740c0f69106423ea94ec1b6b8c2670260e0a26 [WebXR] Implicitly clear WebXROpaqueFramebuffer https://bugs.webkit.org/show_bug.cgi?id=274136 rdar://128041214 Reviewed by NOBODY (OOPS!). The performance panel of GPU debugger shows 3.5ms spent just clearing and writing render targets at the start...