rpcsx/rpcs3/Emu/RSX/Program
kd-11 39815801aa rsx: Implement proper decoding for some obscure fragment instructions
PK4UBG and UP4UBG were dropped from the NV_fragment_program spec in 2002.
Not much information about them remains but seems pretty straightforward.
2021-06-05 21:02:14 +03:00
..
CgBinaryFragmentProgram.cpp rsx: Refactor program texture state handling to be persistent across shader swaps 2021-05-15 23:51:12 +03:00
CgBinaryProgram.h rsx: Refactor program texture state handling to be persistent across shader swaps 2021-05-15 23:51:12 +03:00
CgBinaryVertexProgram.cpp rsx: Refactor program texture state handling to be persistent across shader swaps 2021-05-15 23:51:12 +03:00
FragmentProgramDecompiler.cpp rsx: Implement proper decoding for some obscure fragment instructions 2021-06-05 21:02:14 +03:00
FragmentProgramDecompiler.h rsx: Implement proper decoding for some obscure fragment instructions 2021-06-05 21:02:14 +03:00
GLSLCommon.cpp rsx: Implement proper decoding for some obscure fragment instructions 2021-06-05 21:02:14 +03:00
GLSLCommon.h rsx: Refactor program texture state handling to be persistent across shader swaps 2021-05-15 23:51:12 +03:00
GLSLTypes.h rsx: Implement proper decoding for some obscure fragment instructions 2021-06-05 21:02:14 +03:00
program_state_cache2.hpp Replace gsl::span for std::span (c++20) (#7531) 2021-05-30 17:10:46 +03:00
program_util.cpp rsx: Refactor program texture state handling to be persistent across shader swaps 2021-05-15 23:51:12 +03:00
program_util.h Fixup 2021-05-15 23:51:12 +03:00
ProgramStateCache.cpp types.hpp: implement min_v<>, max_v<>, SignedInt, UnsignedInt, FPInt concepts 2021-05-23 19:43:51 +03:00
ProgramStateCache.h Replace gsl::span for std::span (c++20) (#7531) 2021-05-30 17:10:46 +03:00
RSXFragmentProgram.h rsx: Refactor program texture state handling to be persistent across shader swaps 2021-05-15 23:51:12 +03:00
RSXVertexProgram.h rsx: Refactor program texture state handling to be persistent across shader swaps 2021-05-15 23:51:12 +03:00
ShaderInterpreter.h rsx: Refactor program texture state handling to be persistent across shader swaps 2021-05-15 23:51:12 +03:00
ShaderParam.h rsx: Refactor program texture state handling to be persistent across shader swaps 2021-05-15 23:51:12 +03:00
VertexProgramDecompiler.cpp types.hpp: implement min_v<>, max_v<>, SignedInt, UnsignedInt, FPInt concepts 2021-05-23 19:43:51 +03:00
VertexProgramDecompiler.h rsx: Refactor program texture state handling to be persistent across shader swaps 2021-05-15 23:51:12 +03:00