Age | Commit message (Collapse) | Author |
|
|
|
OpenGL: Fixes and workaround updates for AMD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These formats are unsupported by mobile GPUs so they need to be emulated in shaders instead.
|
|
|
|
|
|
|
|
|
|
|
|
Adreno drivers will crash compiling geometry shaders if the input position is not wrapped in a gl_in struct.
|
|
|
|
|
|
SubgroupLocalInvocationId
|
|
|
|
shader: Implement miss attribute layer
|
|
|
|
|
|
|
|
|
|
|
|
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
|
|
|
|
Needed for compilation with older libc++ releases
|
|
|
|
|
|
|
|
Found by static analysis with PVS-Studio. Original check wasn't actually checking for OOB and would segfault in case of it.
|
|
|
|
|
|
|