Panda3DS/tests
Wunk 5284109fd4
Implement shader-interpreter relative MOVA addressing (#471)
* Add shader uniform-read unit test

* Add unit test f24 vector formatter

* Add Address Register Offset shader unit test

* Implement float-uniform out-of-bound return value

In the case that the resulting float-uniform index is greater than the 96 slots that it has, a result of `{1,1,1,1}` is to be returned.

* Implement shader relative addressing

Fails on the negative unit tests at the moment but passes all of the
others.

* Fix `MOVA` source register indexing
2024-03-22 18:48:03 +02:00
..
AppCpuTimeLimit Proper handling of SetApplicationCpuTimeLimit with invalid parameters (#353) 2023-12-18 20:45:57 +02:00
DetectEmulator Add test ROMs for detecting emulators 2023-08-03 11:56:55 +03:00
HelloWorldSVC Fix submodules for realsies 2022-09-28 17:25:35 +03:00
ImmediateModeTriangles [Test ROMs] Add Immediate Mode triangle test 2023-04-11 19:04:52 +03:00
SimplerTri Add test ROMs for detecting emulators 2023-08-03 11:56:55 +03:00
shader.cpp Implement shader-interpreter relative MOVA addressing (#471) 2024-03-22 18:48:03 +02:00