| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Adheres to GL_ARB_separate_shader_objects requirements
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Silences the following warnings-turned-errors:
-Wsign-conversion
-Wunused-private-field
-Wbraced-scalar-init
-Wunused-variable
And some other errors
|
| |
|
| |
|
| |
|
|
|
|
| |
account for the fact that program.*memory_size is in units of bytes.
|
|
|
|
| |
Used by MH:Rise
|
| |
|
| |
|
|
|
|
|
|
| |
Put all varyings into a single std::bitset with helpers to access it.
Implement passthrough geometry shaders using host's.
|
|
|
|
| |
This ensures the original operand values are not overwritten when being used in the overflow detection.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes rendering in Devil May Cry without regressing Ori and the Blind Forest.
|
|
|
|
| |
Fixes shader compilation in Okami HD
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes Ori and the blind forest title screen
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
plus some minor refactoring of implementations
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
and wip nv thread shuffle impl
|
| |
|
| |
|
|
|
|
| |
Fix for SULD.D
|
| |
|
| |
|
| |
|
|
|
|
| |
along with some more cleanup/oversight fixes
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
and more cleanup
|
| |
|
| |
|
|
|
|
| |
needed for HW:AoC.
|
|
|
|
| |
along with some other misc changes and fixes
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
and add some more separation in the shader for better debugability when dumped
|
| |
|
| |
|
|
|
|
| |
and implement misc getters
|
| |
|
| |
|
|
|
|
| |
SSBU now working
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
and missed a diff in emit_glsl relating to var alloc ref counting
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes font rendering issues as these were used to index into the ssbos
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to fix Loop control flow.
|
| |
|
| |
|
|
|
|
| |
plus some other misc additions/changed
|
|
|
|
| |
and many other misc implementations
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Logic for ordered/unordered ops was wrong.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
based on glasm with some tweaks
|
|
|