1
0
mirror of https://github.com/RPCS3/ps3autotests.git synced 2024-11-08 11:52:58 +01:00
Commit Graph

18 Commits

Author SHA1 Message Date
Alexandro Sánchez Bach
08816ee901 Test added: cpu/spu_alu
* cpu/spu_alu: Arithmetic/logic instructions. Shift/rotate instructions.
Compare instructions.
2014-04-10 13:11:07 +02:00
Alexandro Sánchez Bach
2d1f3bbe3e Test added: cpu/spu_fpu 2014-04-10 05:00:49 +02:00
Alexandro Sánchez Bach
2953d8b8e1 Tests added: rsx/rsx_fp_dynamic
I don't know if these tests will be useful at all. They are just the
same as the rsx_fp_static tests, but the fragment shader receives
parameters such as the elapsed time (float iGlobalTime) and a pointer
controlled by the gamepad (float2 iGamePad). That allows the shader to
draw different things on each frame so images do not make a lot of sense
when it comes to comparing results. So, at the moment this folder is
nothing but just eye candy.
2014-03-30 17:56:10 +02:00
Alexandro Sánchez Bach
763d903919 Tests added: rsx/rsx_fp_static
The fragment shader draws something static on a fullscreen quad (two
triangles). The results from a real PS3 are saved in *.expected.png. The
source code of the fragment shader is saved in the *.cg files.
2014-03-30 17:22:42 +02:00
Alexandro Sánchez Bach
62b653e7d2 Tests updated: cpu/ppu_gpr and cpu/ppu_fpu
* cpu/ppu_gpr: Updated *.elf and *.expected files after Bigpet's commit.
* cpu/ppu_fpu: Fixed some issues reported by InoriRus.
2014-03-24 19:56:53 +01:00
Peter Tissen
1efbd77356 add tests with the carry bit set and unset also uncomment subfme and subfze 2014-03-20 00:06:46 +01:00
Alexandro Sánchez Bach
cd5876f390 Test updated: cpu/ppu_gpr (Added new instructions) 2014-03-18 22:57:01 +01:00
Alexandro Sánchez Bach
11971c0857 Files renamed: [.c -> .cpp] and [.self -> .elf] 2014-03-11 01:41:51 +01:00
Alexandro Sánchez Bach
874c5b6f86 Test added: cpu/ppu_gpr 2014-03-11 01:36:29 +01:00
Alexandro Sánchez Bach
3470ef3770 Test updated: cpu/ppu_fpu (Added .expected file) 2014-03-07 19:45:13 +01:00
Alexandro Sánchez Bach
3fda09aba2 Test added: cpu/ppu_fpu 2014-03-05 14:21:38 +01:00
Alexandro Sánchez Bach
e5914b9ef0 Script added: PS3 Logs -> .expected file 2014-03-05 01:10:42 +01:00
Alexandro Sánchez Bach
99498c7400 Test updated: cpu/ppu_vpu (Added .expected file) 2014-03-04 00:42:39 +01:00
Alexandro Sánchez Bach
8d7817a481 Test updated: cpu/ppu_vpu 2014-03-03 23:37:19 +01:00
Alexandro Sánchez Bach
f181107495 Test added: cpu/ppu_vpu 2014-03-03 03:06:10 +01:00
Alexandro Sánchez Bach
a36000e202 Test added: cpu/hello_world 2014-03-03 02:58:27 +01:00
Alexandro Sánchez Bach
69aef39c36 README.md updated 2014-03-02 00:22:12 +01:00
DHrpcs3
593c68929a Initial commit 2014-03-01 04:24:48 -08:00