mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
shader: Implement BFI
This commit is contained in:
parent
bd2d3ba758
commit
b44b5a7468
3 changed files with 57 additions and 16 deletions
|
@ -60,6 +60,7 @@ add_library(shader_recompiler STATIC
|
|||
frontend/maxwell/program.cpp
|
||||
frontend/maxwell/program.h
|
||||
frontend/maxwell/translate/impl/bitfield_extract.cpp
|
||||
frontend/maxwell/translate/impl/bitfield_insert.cpp
|
||||
frontend/maxwell/translate/impl/common_encoding.h
|
||||
frontend/maxwell/translate/impl/floating_point_add.cpp
|
||||
frontend/maxwell/translate/impl/floating_point_conversion_integer.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue