Nekotekina
5928b85ec1
cellAudio fix (forgotten functions)
2015-01-10 00:04:17 +03:00
Nekotekina
70ee62f43f
cellAudioAdd(2/6ch)Data fixed
2015-01-09 23:11:21 +03:00
Nekotekina
056f93f3e4
Linux fixes
2015-01-09 01:17:26 +03:00
Nekotekina
bd71c1200e
CB_FUNC/SC_FUNC fixed
2015-01-07 19:44:47 +03:00
Nekotekina
a1b1f6be63
Compilation fix 2
2015-01-07 05:31:17 +03:00
Nekotekina
5f27e9b6e7
Compilation fix
2015-01-07 05:27:35 +03:00
Nekotekina
3f44e07b7c
vm::stackvar (experimental)
...
Should be convenient for small allocations which would be done on stack
on real console
2015-01-07 05:14:00 +03:00
Hykem
5ffc6ffca5
Merge pull request #954 from Nekotekina/master
...
PKG installer fix + experimental optimization
2015-01-05 16:41:52 +00:00
Nekotekina
181854fc35
cellSaveData reorganized a bit
2015-01-05 02:07:46 +03:00
Nekotekina
92c9a0a9aa
Damned fix for damned terraria
2015-01-05 01:45:09 +03:00
Nekotekina
6069071e4d
Code moved, attempt to make SIGSEGV handler
2015-01-05 00:46:31 +03:00
raven02
12edfeb216
RSX : last few cmd refactoring
2015-01-05 04:08:26 +08:00
Nekotekina
27cfdc897b
PKG installer improved
...
Now it doesn't attempt to delete existing directory and overwrites only
existing files. It should fix installing updates.
2015-01-04 19:44:54 +03:00
Nekotekina
22497757e9
Prefix decoding improved
2015-01-04 18:33:25 +03:00
Nekotekina
896097da0d
Experimental RawSPU MMIO implementation
2015-01-04 15:35:47 +03:00
raven02
ec7b351cf0
RSX disable front face
2015-01-04 06:38:06 +08:00
Raul Tambre
fc97e3d2b8
Merge pull request #949 from Nekotekina/master
...
Sync primitives fix
2015-01-03 21:17:42 +02:00
raven02
d2e6f6fef0
RSX : few more cmd refactoring
2015-01-04 01:00:56 +08:00
Nekotekina
d8664c8da4
Bugfix
2015-01-02 19:02:31 +03:00
Nekotekina
318d7276c0
Warning fix
2015-01-02 18:29:57 +03:00
Nekotekina
658079af55
Compilation fix 2
2015-01-02 15:32:54 +03:00
Nekotekina
b61bcb6ad6
Compilation fix
2015-01-02 14:53:55 +03:00
raven02
fffadb975b
RSX : inline fragment naming as vertex shader
2015-01-02 08:06:42 +08:00
Nekotekina
f3cd908d5c
Sync primitives reworked
...
(rwlock rewritten)
2015-01-02 02:41:29 +03:00
raven02
8616d340bb
RSX: create depth buffer only when required
2015-01-01 22:54:46 +08:00
Raul Tambre
9873d909d0
Implement cellPadPeriphGetInfo
...
Also minor fixes
2015-01-01 12:25:37 +02:00
raven02
a7ca705552
RSX: add alpha func/ref , depth func/mask and bug fix
2015-01-01 12:31:40 +08:00
B1ackDaemon
944b9f3ae6
Merge pull request #942 from tambry/SubDisplay
...
Implement cellSubDisplayGetRequiredMemory
2014-12-31 12:23:31 +02:00
Raul Tambre
29c1dc2c07
Implement cellSubDisplayGetRequiredMemory
2014-12-30 22:15:00 +02:00
raven02
3e3665a13b
RSX: refactor glEnable cmd
2014-12-30 23:44:08 +08:00
raven02
d66825515d
Fix compiling #1
2014-12-30 10:57:12 +08:00
raven02
669ebc594c
Fix compiling
2014-12-30 06:26:41 +08:00
raven02
1b87f9312b
RSX : add ClearColor() / ClearStencil() / ClearDepth() / ClearSurface()
2014-12-30 03:37:58 +08:00
raven02
85d23e2c32
format fix
2014-12-29 06:53:31 +08:00
raven02
19e1631697
change to log_warning
2014-12-29 06:43:29 +08:00
raven02
24a19a0dd9
format fix
2014-12-29 06:42:08 +08:00
raven02
51c107656f
Temporary disable BRI instruction
2014-12-29 06:39:00 +08:00
raven02
06907cb942
format fix
2014-12-29 06:37:32 +08:00
raven02
b81e0f9e4c
Remove duplicate code
2014-12-29 06:22:54 +08:00
raven02
4907dedf69
RSX: Implement LIT instruction
2014-12-29 06:21:34 +08:00
Nekotekina
f16ec62b4a
Bugfix
2014-12-28 18:53:02 +03:00
Nekotekina
1636531d4a
Conflicts fixed
2014-12-28 16:52:04 +03:00
Nekotekina
6cd2665e12
Conflicts fixed
2014-12-28 16:29:01 +03:00
B1ackDaemon
4b8d617364
Merge pull request #936 from tambry/FPImprovements
...
Fragment Program improvements and additions
2014-12-28 15:17:42 +02:00
Nekotekina
d11bdfedb6
GSFrame caption fixed
2014-12-28 16:15:53 +03:00
Nekotekina
653db28675
removed excessive stuff
2014-12-28 16:15:22 +03:00
raven02
4701affbf9
minor changes
2014-12-28 21:01:30 +08:00
raven02
63a559310c
case range switch
2014-12-28 21:00:20 +08:00
Raul Tambre
108e879266
Fragment Program improvements and additions
...
+ Added TODOs for REFL, LIT, LRP, BEM, TEXBEM and TXPBEM
- Removed the warning message about TEX_SRB texture projection being
used
* Implemented packSnorm2x16, unpackSnorm2x16, packSnorm4x8 and
unpackSnorm4x8. All need more testing to be confirmed as working
2014-12-28 09:53:01 +02:00
raven02
b610155956
one more cmd
2014-12-28 08:46:50 +08:00