mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #1244] [MERGED] Initial support of Geometry shaders #2013
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2013
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/1244
Author: @psucien
Created: 10/5/2024
Status: ✅ Merged
Merged: 10/5/2024
Merged by: @raphaelthegreat
Base:
main← Head:feature/geometry_shader📝 Commits (2)
3403e5avideo_core: initial GS support097a68afix for components mapping; missing prim type📊 Changes
40 files changed (+942 additions, -266 deletions)
View changed files
📝
CMakeLists.txt(+5 -0)📝
src/shader_recompiler/backend/spirv/emit_spirv.cpp(+50 -1)📝
src/shader_recompiler/backend/spirv/emit_spirv_context_get_set.cpp(+28 -1)📝
src/shader_recompiler/backend/spirv/emit_spirv_instructions.h(+4 -2)📝
src/shader_recompiler/backend/spirv/emit_spirv_special.cpp(+8 -0)📝
src/shader_recompiler/backend/spirv/spirv_emit_context.cpp(+61 -0)📝
src/shader_recompiler/backend/spirv/spirv_emit_context.h(+3 -0)➕
src/shader_recompiler/frontend/copy_shader.cpp(+65 -0)➕
src/shader_recompiler/frontend/copy_shader.h(+21 -0)📝
src/shader_recompiler/frontend/opcodes.h(+19 -0)📝
src/shader_recompiler/frontend/translate/data_share.cpp(+0 -6)📝
src/shader_recompiler/frontend/translate/scalar_alu.cpp(+0 -8)➕
src/shader_recompiler/frontend/translate/scalar_flow.cpp(+75 -0)📝
src/shader_recompiler/frontend/translate/translate.cpp(+18 -27)📝
src/shader_recompiler/frontend/translate/translate.h(+1 -0)📝
src/shader_recompiler/frontend/translate/vector_memory.cpp(+34 -15)📝
src/shader_recompiler/info.h(+3 -2)📝
src/shader_recompiler/ir/attribute.cpp(+0 -8)📝
src/shader_recompiler/ir/attribute.h(+10 -2)📝
src/shader_recompiler/ir/ir_emitter.cpp(+10 -2)...and 20 more files
📄 Description
Missing features (haven't been observed so far):
Also, this implementation doesn't include a fallback pass for platforms w\o support of GS (sorry, squidbus)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.