mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #175] [MERGED] Additional GnmDriver functions #1364
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#1364
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/175
Author: @psucien
Created: 6/8/2024
Status: ✅ Merged
Merged: 6/8/2024
Merged by: @georgemoralis
Base:
main← Head:missing_gnm_calls📝 Commits (5)
9230d04common: slot_vector moved into common9ca083elibs: gnmdriver: map compute queueedaeee1libs: gnmdriver: get tessellation ring factor addresse9679f8address_space: Don't reserve space againd902339gnmdriver:sceGnmDrawInitDefaultHardwareState175added📊 Changes
11 files changed (+126 additions, -30 deletions)
View changed files
📝
CMakeLists.txt(+1 -1)📝
src/common/slot_vector.h(+0 -0)📝
src/core/address_space.cpp(+30 -5)📝
src/core/address_space.h(+2 -0)📝
src/core/libraries/error_codes.h(+7 -0)📝
src/core/libraries/gnmdriver/gnmdriver.cpp(+72 -14)📝
src/core/libraries/gnmdriver/gnmdriver.h(+7 -4)📝
src/core/memory.cpp(+1 -4)📝
src/core/memory.h(+4 -0)📝
src/video_core/texture_cache/texture_cache.h(+1 -1)📝
src/video_core/texture_cache/types.h(+1 -1)📄 Description
These changes add suppport for:
sceGnmGetTheTessellationFactorRingBufferBaseAddresssceGnmMapComputeQueuesceGnmMapComputeQueueWithPrioritysceGnmDrawInitDefaultHardwareState175🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.