dan sinclair

Results 149 issues of dan sinclair

Is this repo still in use, or can we archive it?

technical debt
needs prioritization

Can we transition this repo to using `main` as the primary branch name? Do we know if there are processes outside of this repository that refer to the branch name?...

technical debt
needs prioritization

This Cl enables the InsertBraces clang-format option and runs the formatter over the entire code base.

A number of constructs in the grammar were only a single entry, or only used once (or both). This CL inlines many of these single entry constructs to the place...

This Cl changes the builtin functions to use titles sections and code blocks instead of tables. This spaces things out a bit more and fixes issues where there was wrapping...

With the decision in https://github.com/gpuweb/gpuweb/issues/4624 an override that is unused but set is allowed. There is no way to test that the value was set correctly due to it not...

wgsl

For historical reasons Amber was setup using `DEPS` and `tools/git-sync-deps`. The Chromium project has been moving to submodules from DEPS, which is where Amber picked up using DEPS from. Should...

refactoring
infra

Should we limit the maximum value that `@align` will accept? For backends like GLSL we need to insert padding members into the structure in order to fill out the alignment,...

wgsl

In WGSL the comma is not used to join multiple expressions together. Statements that have multiple expressions separated with commas can often be written in a different way without the...

wgsl

Using GLSL with Vulkan requires checking both the GLSL spec and then verifying with the GL_KHR_vulkan_glsl extension what is available. Would it be possible to create a new version of...