aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glasm
AgeCommit message (Expand)Author
2023-11-26Merge branch 'master' into ssbo-alignAmeer J
2023-11-18shader_recompiler: Fix spelling of "derivate" (#12067)mainline-0-1625Ameer J
2023-10-31shader_recompiler: Align SSBO offsets in GlobalMemory functionsAmeer J
2023-10-02ci: fix new codespell errorsLiam
2023-08-18Shader Recomnpiler: implement textuzreGrad 3D emulation constant propagationFernando Sahmkow
2023-06-25emit_glasm: Fix lmem size computationameerj
2023-01-29emit_glasm_image: Fix TXQ with MSAA texturesameerj
2023-01-29Merge pull request #9694 from ameerj/txq-mipsliamwhite
2023-01-28Merge pull request #9687 from ameerj/ogl-shader-msbunnei
2023-01-28shader_recompiler: TXQ: Skip QueryLevels when possibleameerj
2023-01-27glasm: Add MS sampler typesameerj
2023-01-25shader_recompiler: Remove S32 IR typeameerj
2023-01-04Video_core: Address feedbackFernando Sahmkow
2022-11-18Merge pull request #9253 from vonchenplus/attr_layerliamwhite
2022-11-17shader: Implement miss attribute layerFengChen
2022-11-07video_core: Fix few issues in Tess stageFengChen
2022-11-04video_core: Fix SNORM texture buffer emulating error (#9001)Feng Chen
2022-11-03Merge pull request #8858 from vonchenplus/mipmapbunnei
2022-10-22CMakeLists: Disable C4100 and C4324Morph
2022-10-02shader_recompiler: add extended LDC to GLASM backendLiam
2022-09-23chore: fix some typosAndrea Pappacoda
2022-09-20video_core: Generate mipmap texture by drawingFengChen
2022-08-25video_code: support rectangle textureFengChen
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-20shader_recompiler: Reduce unused includesameerj
2022-01-29shaders: Add U64->U32x2 Atomic fallback functionsameerj
2022-01-03Merge pull request #7629 from ameerj/nv-driver-fixesFernando S
2021-12-29shader: Add integer attribute get optimization passameerj
2021-12-24emit_glasm_context_get_set: Fix GetAttribute return value type.ameerj
2021-12-05glasm: Move implemented instructions from not_implemented.cppameerj
2021-12-05shader_recompiler: Adjust emit_context includesameerj
2021-12-05shader_recompiler: Rename backend emit_context filesameerj
2021-11-16shader: Properly scale image reads and add GL SPIR-V supportReinUsesLisp
2021-11-16glsl/glasm: Pass and use scaling parameters in shadersReinUsesLisp
2021-11-16gl_graphics_pipeline: Add downscale factor to shader uniformsameerj
2021-11-16shader: Add IsTextureScaled opcodeReinUsesLisp
2021-11-16shader: Add integer division opcodesReinUsesLisp
2021-11-16shader: Add resolution down factor opcodeReinUsesLisp
2021-11-02Shader Cahe: Fix Phi Nodes on GLASM.Fernando Sahmkow
2021-07-26emit_glasm: Fix LINESS_ADJACENCY typo in InputPrimitive()Lioncash
2021-07-22shader: Avoid usage of C++20 ranges to build in clangReinUsesLisp
2021-07-22shader_recompiler, video_core: Resolve clang errorslat9nq
2021-07-22shader: GCC fmt 8.0.0 fixeslat9nq
2021-07-22opengl: Implement LOP.CCameerj
2021-07-22glasm: Add passthrough geometry shader supportReinUsesLisp
2021-07-22shader: Rework varyings and implement passthrough geometry shadersReinUsesLisp
2021-07-22shader: Remove IAbs64ReinUsesLisp
2021-07-22shader: Move loop safety tests to code emissionReinUsesLisp
2021-07-22glasm: Implement SetAttribute ViewportMaskameerj
2021-07-22shader: Split profile and runtime info headersReinUsesLisp