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

23 Commits

Author SHA1 Message Date
Alexandro Sánchez Bach
48b3c59971 Tests updated: rsx_fp_static 2 and 4 (fmod issue)
These scripts were wrongly translated since mod (GLSL) != fmod (CG).
This is now fixed and the .cg/.elf/.expected files have been updated.
Thanks @nohbdy for spotting this.
2014-04-25 00:28:12 +02:00
InoriRus
e67aaa10b2 Test added: cpu/spu_generic 2014-04-12 23:26:37 +02:00
Alexandro Sánchez Bach
1f452713fb Handle *.expected files as binary files
That fixes the LF -> CRLF issue on git.
2014-04-12 23:19:03 +02:00
Alexandro Sánchez Bach
3a5f2603cf Test updated: cpu/spu_alu
* Fixed missing entries in *.expected file (which contained '?'s).
* Fixed shufb instruction.
* Fixed immediate values in ceqbi, cgtbi, clgtbi.
2014-04-11 00:55:59 +02:00
Alexandro Sánchez Bach
a3c7bf2fe6 Tests updated: cpu/spu_alu and cpu/spu_fpu
* Updated spu_fpu.spu.cpp and it's ELF file in order to printf the
immediate value in the conversion instructions.

* Added *.expected files: Note that a few entries in spu_alu.expected
contain "???????? ???????? ???????? ????????" as value. That's because a
problem happened while printf'ing the value from the PS3. This will be
fixed in the future.
2014-04-10 13:26:47 +02:00
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