Age | Commit message (Expand) | Author |
2021-07-22 | glsl: Add Shader_GLSL logging | ameerj |
2021-07-22 | glsl: Add stubs for sparse queries and variable aoffi when not supported | ameerj |
2021-07-22 | glsl: Minor cleanup | ameerj |
2021-07-22 | glsl: Address more feedback. Implement indexed texture reads | ameerj |
2021-07-22 | glsl: Reorganize backend code, remove unneeded [[maybe_unused]] | ameerj |
2021-07-22 | glsl: Implement image atomics and set layer | ameerj |
2021-07-22 | glsl: Fix image gather logic | ameerj |
2021-07-22 | glsl: Use textureGrad fallback when EXT_texture_shadow_lod is unsupported | ameerj |
2021-07-22 | emit_glsl_image: Use immediate offsets when possible | ameerj |
2021-07-22 | glsl: Cleanup and address feedback | ameerj |
2021-07-22 | glsl: Implement Load/WriteGlobal | ameerj |
2021-07-22 | glsl: Implement Images | ameerj |
2021-07-22 | glsl: Implement ImageGradient and other texture function variants | ameerj |
2021-07-22 | glsl: Use NotImplemented macro with function name output | ameerj |
2021-07-22 | glsl: Implement gl_ViewportIndex | ameerj |
2021-07-22 | glsl: Rework variable allocator to allow for variable reuse | ameerj |
2021-07-22 | glsl: Implement more instructions used by SMO | ameerj |
2021-07-22 | glsl: minor cleanup | ameerj |
2021-07-22 | glsl: Implement TXQ and other misc changes | ameerj |
2021-07-22 | glsl: TLD4 implementation | ameerj |
2021-07-22 | glsl: Implement TLD instruction | ameerj |
2021-07-22 | glsl: Implement TEXS | ameerj |
2021-07-22 | glsl: Cleanup texture functions | ameerj |
2021-07-22 | shader_recompiler: GCC fixes | lat9nq |
2021-07-22 | glsl: Implement TEX depth functions | ameerj |
2021-07-22 | glsl: Implement TEX ImageSample functions | ameerj |
2021-07-22 | glsl: SSBO access fixes and wip SampleExplicitLod implementation. | ameerj |
2021-07-22 | glsl: Fix bindings, add some CC ops | ameerj |
2021-07-22 | glsl: remove unused headers | ameerj |
2021-07-22 | glsl: Implement derivatives and YDirection | ameerj |
2021-07-22 | glsl: textures wip | ameerj |
2021-07-22 | glsl: Implement some attribute getters and setters | ameerj |
2021-07-22 | glsl: Initial backend | ameerj |