Age | Commit message (Expand) | Author |
2023-12-20 | emit_glsl_image: Use inlined texelFetch offsets | Ameer J |
2023-11-18 | shader_recompiler: Fix spelling of "derivate" (#12067)mainline-0-1625 | Ameer J |
2023-09-01 | shader_recompiler: fix emulation of 3D textureGrad | Liam |
2023-08-18 | Shader Recomnpiler: implement textuzreGrad 3D emulation constant propagation | Fernando Sahmkow |
2023-04-08 | shader_recompiler: Add subpixel offset for correct rounding at `ImageGather` | Wollnashorn |
2023-01-29 | emit_glsl_image: Implement TXQ with MSAA textures | ameerj |
2023-01-29 | Merge pull request #9694 from ameerj/txq-mips | liamwhite |
2023-01-28 | shader_recompiler: TXQ: Skip QueryLevels when possible | ameerj |
2023-01-28 | emit_glsl_image: Fix ImageFetch for MSAA textures | ameerj |
2022-08-25 | video_code: support rectangle texture | FengChen |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph |
2021-12-05 | shader_recompiler: Adjust emit_context includes | ameerj |
2021-11-16 | shader: Properly scale image reads and add GL SPIR-V support | ReinUsesLisp |
2021-11-16 | glsl/glasm: Pass and use scaling parameters in shaders | ReinUsesLisp |
2021-11-16 | shader: Add IsTextureScaled opcode | ReinUsesLisp |
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 |