Age | Commit message (Collapse) | Author |
|
|
|
ChristopheClaustre/bugfix_shader_compile_spirv_from_source
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix uniform array alignment to fix a bug
|
|
`print_error()` should generally not be used directly. Also,
falling back is best done by printing a warning message instead
of an error message.
|
|
|
|
|
|
|
|
|
|
AMD FidelityFX Super Resolution
|
|
|
|
volumetric fog on MoltenVK.
|
|
|
|
|
|
|
|
|
|
Fix Depth-Prepass transparency mode
|
|
Fix transparency state initialization
|
|
Add mising bits of implementation and ensure depth-prepass objects are
only rendered in the transparency pass.
|
|
Add SHADER_IS_SRGB define to Vulkan renderer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
was always returning an unusable bytecode (because errored)
|
|
|
|
|
|
|
|
This is consistent with other constants that include `NO`,
such as `PROPERTY_HINT_COLOR_NO_ALPHA`.
|
|
|
|
|
|
|
|
|
|
|
|
Repair mistyped of 'threshold' on several files.
|
|
Add OpenGL renderer (squashed)
|
|
|
|
- Rename OpenGL to GLES3 in the source code per community feedback.
- The renderer is still exposed as "OpenGL 3" to the user.
- Hide renderer selection dropdown until OpenGL support is more mature.
- The renderer can still be changed in the Project Settings or using
the `--rendering-driver opengl` command line argument.
- Remove commented out exporter code.
- Remove some OpenGL/DisplayServer-related debugging prints.
|