dan sinclair

Results 149 issues of dan sinclair

Currently, to see your try results you have to scroll all the way to the bottom of the patch sets. It would be nice if the try's were shown up...

enhancement

If try jobs are running, it would be nice if the UI auto-updated the job status so we don't have to reload the entire screen to see the results.

enhancement

When implementing the code in the book, at the point where the normal for the sphere is calculated I substituted a call to normalize the Vec3 instead of what the...

In https://github.com/RayTracing/raytracing.github.io/commit/44717c5e6f7048f0a11c069f35ac64530d9fa2c5#diff-07a8e2f6f94449c02a84af2decab2819d20e1d24e694d4327e40fad7ac2c0fccL2542 the size of the inner glass sphere was changed from `-0.45` to `-0.4`. In my renders locally this makes the generated image not match what is presented in...

Would there be any objection to adding a clang-format file and running the formatter? I'd recommend something as simple as possible like: ``` # http://clang.llvm.org/docs/ClangFormatStyleOptions.html BasedOnStyle: Chromium ```

enhancement
Infrastructure

With DXC being release, there is a viable HLSL -> SPIR-V conversion path provided for HLSL. DXC is actively supported and seems like it will have a more up to...

The `GLSLANG_WEB` build configuration was added early in the WebGPU lifetime. The WGSL spec has changed since it was added so there is a good chance it is no longer...

Add an NDK build on the kokoro bots which produces artifacts which include all the bits needed to test the tools on Windows.

buildbot

There have been a few requests to Amber (github.com/google/amber) to add an export option to GAPID to generate an AmberScript file which reproduces a rendering issue found in GAPID. I'm...

enhancement
P4

Currently an IMAGE can only be initialized with a FILL or SERIES command. It would be useful to be able to provide a DATA initializer to an IMAGE so the...

amberscript