- Dec 04, 2024
- Dec 03, 2024
-
-
Elizabeth Figura authored
-
Elizabeth Figura authored
-
Elizabeth Figura authored
-
Elizabeth Figura authored
-
Feifan He authored
-
Feifan He authored
-
Feifan He authored
-
Feifan He authored
-
Feifan He authored
-
Feifan He authored
-
Feifan He authored
-
Feifan He authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
This changes the return code, and some tests start passing as a result.
-
Giovanni Mascellani authored
-
Giovanni Mascellani authored
-
Giovanni Mascellani authored
-
Giovanni Mascellani authored
-
Giovanni Mascellani authored
Most I/O registers are already described by the shader signatures. The registers that are not do not have any property other then being used by the program or not, so they can be collectively described with a bitmap.
-
Giovanni Mascellani authored
The register storage class is now represented in vkd3d_register_builtins, so the spirv_compiler_emit_io_register() doesn't need to know it from the caller.
-
Elizabeth Figura authored
Instead of returning nonsense (such as, currently, a type with zero size). In practice this improves error reporting for shaders such as the following: void func(float x[]) { float y[] = {x}; } Currently this outputs a nonsense test.hlsl:1:19: E5002: Implicit size arrays not allowed in function parameters. test.hlsl:3:7: E5002: Implicit size arrays need to be initialized. With this patch the second warning is removed.
-
Elizabeth Figura authored
-
Elizabeth Figura authored
-
Elizabeth Figura authored
-
Elizabeth Figura authored
-
Giovanni Mascellani authored
Some test programs, particularly the shader runner, are built from many different files nowadays, and a line number is relatively cumbersome to use if you don't know which file that line comes from.
-
Giovanni Mascellani authored
The context already gives the location in the .shader_test file.
-
- Dec 02, 2024
-
-
Henri Verbeet authored
These are redundant either because we already have a broader tag like "sm<6", or because the tests are never executed with the GLSL runner in the first place.
-
Elizabeth Figura authored
-
Elizabeth Figura authored
-