Vincent Lejeune
c31c0c40a4
d3d12: Fix ARGB8 swizzle and support swizzling of rtts
...
Fix harem tengoku colors.
2015-09-18 22:36:21 +02:00
Vincent Lejeune
12f00a5e16
d3d12: Fix indexed triangle fan emulation.
2015-09-18 22:36:21 +02:00
Vincent Lejeune
0da893695e
d3d12: Fix buffer upload with a base vertex.
2015-09-18 22:36:20 +02:00
Vincent Lejeune
5f08cca849
d3d12: Do not init D2DStruct if uneeded
2015-09-18 22:36:19 +02:00
Vincent Lejeune
72e5578595
d3d12: Get rid of extra garbage collection off
2015-09-18 22:36:19 +02:00
Vincent Lejeune
bf04758285
d3d12: Submit command list every draw call in debug mode
2015-09-18 22:36:18 +02:00
Vincent Lejeune
7d15cc0dfd
d3d12: Build shader in debug mode if debug output is enabled.
2015-09-18 22:36:18 +02:00
Vincent Lejeune
05c5058dfd
PPU/LLVM: Remove useless call to NotifyBlockStart
...
Likely a rebase error, with this Metal Slug can run at 60 fps again.
2015-09-16 22:39:49 +02:00
Nekotekina
91c98a9533
Fix issue #1223
2015-09-16 21:31:41 +03:00
Hykem
e86e72804b
Merge pull request #1218 from Aaahh/patch-1
...
Update README.md
2015-09-16 17:18:40 +01:00
Aaahh Ahh
34622933f3
Merge branch 'master' into patch-1
2015-09-15 23:50:32 -04:00
Vincent Lejeune
c407c786cc
PPU/LLVM: Do not notify already compiled block.
...
Also flush m_pending_address_start to avoid memory consumption
explosion.
2015-09-15 19:21:40 +02:00
Vincent Lejeune
ecb3d93918
PPU/LLVM: Remove lock in GetCompiledExecutableIfAvailable
...
This should increase performance a lot in some case.
2015-09-15 19:21:40 +02:00
Vincent Lejeune
667cb64c29
PPU/LLVM: Rename ProcessExecutionTrace to better reflect what it does.
2015-09-15 19:21:40 +02:00
Vincent Lejeune
359258c3d3
PPU/LLVM: Increase recompiler thread responsiveness.
2015-09-15 19:21:39 +02:00
Vincent Lejeune
9d18bba1df
PPU/LLVM: Propagate exceptions
...
It fixes a crash in Retro City Rampage with low (ie 10) llvm threshold.
2015-09-15 19:21:39 +02:00
Raul Tambre
8204737efa
Implement GetLicenseArea, category improvements
...
Also fixed newlines, CellSailEvent, fixed CellMusic changes, fixed
console_write, fixed L10n changes and removed the login dialog for now,
until a more proper implementation.
2015-09-13 10:26:01 +03:00
Aaahh Ahh
4622914610
Update README.md
2015-09-12 19:35:10 -04:00
Raul Tambre
ea376e7751
Implement console_write and GetHomeDataExportPath
2015-09-12 14:11:26 +03:00
Raul Tambre
cd7fbae583
Implement NetStartDialogLoadAsync, L10N additions
...
Also improved cellPadPeriphGetInfo
2015-09-10 17:13:31 +03:00
Raul Tambre
f9731de777
HddGameCheck fix and Music/Avc2 improvements
2015-09-10 16:09:31 +03:00
Nekotekina
cbe83ad8dd
Various fixes
2015-09-08 13:47:00 +03:00
Raul Tambre
4666f190db
Fix BRI instruction, fixes #1165
2015-09-07 20:14:00 +03:00
Raul Tambre
de97c8e20f
Add RPCS3 version to logging
...
Also fixed the link pointing to the RPCS3 forum.
2015-09-07 20:13:42 +03:00
Raul Tambre
09673c928c
cellVideoOut accuracy improved, logging additions
...
Now basic settings are logged in the start of every log, to help devs in
determining possible problems, when users test or try to run certain
games.
2015-09-07 20:00:58 +03:00
Raul Tambre
c923cb54d3
cellGem and cellGameExec improvements
2015-09-07 20:00:33 +03:00
Raul Tambre
218e823fdc
More cellSailFuture/Player improvements
2015-09-07 19:54:03 +03:00
Raul Tambre
5a7327492a
Various cellSailPlayer improvements
...
Added default attributes, fixed a Travis error and added currently
broken player booting that I can't figure out.
2015-09-07 19:51:38 +03:00
Raul Tambre
c9f3871c68
cellSail improvements
2015-09-07 19:47:54 +03:00
Raul Tambre
ff3bfa1ca2
Implement cellVideoOutGetGamma/SetGamma
...
Also fixed settings window being too small and some minor formatting.
2015-09-07 16:33:25 +03:00
Nekotekina
7e01c81154
SPU Recompiler fixed
2015-09-07 00:36:32 +03:00
Hykem
ab1c05aa71
Merge pull request #1199 from Nekotekina/master
...
SPU Cleanup
2015-09-02 19:04:10 +01:00
Nekotekina
817fec9684
SPU Cleanup
...
SPURecompiler improved
Old SPU decoder removed
SPU Interpreters merged
2015-09-02 00:38:44 +03:00
Vincent Lejeune
58181c5c17
PPU/LLVM: Remove indirect call completly
2015-09-01 18:58:14 +03:00
Vincent Lejeune
60d5dd40f7
PPU/LLVM: Fix unsigned/signed type comparaison warning
2015-09-01 18:58:12 +03:00
Vincent Lejeune
02a1bffc12
PPU/LLVM: Simplify trace management
2015-09-01 18:58:11 +03:00
Vincent Lejeune
f2c8db75bf
PPU/LLVM: Do not recompile blocks
2015-09-01 18:58:10 +03:00
potmdehex
665f316a3b
Replace sprintf with fmt::format
2015-08-30 20:26:16 -07:00
Raul Tambre
de7bbb5661
Merge pull request #1202 from danilaml/patch-1
...
Small appveyor fix
2015-08-29 11:54:45 +03:00
Danila Malyutin
4456d9fcf1
Small appveyor fix
...
clone depth isn't very reliable for submodules. Still waiting for appveyor to update to 2.5.0 git.
2015-08-29 01:20:19 +03:00
Nekotekina
d1f31d6fda
fmt::format fixed
2015-08-27 02:57:00 +03:00
Vincent Lejeune
5fe3ea6440
PPU/LLVM: Use a big table instead of an unordered_map to get compilation result.
...
The hashmap overhead may be really big in some case.
2015-08-26 22:22:01 +02:00
Vincent Lejeune
942f26509b
Memory: Factorize virtual memory reservation/allocation code in function
2015-08-26 21:54:40 +02:00
Vincent Lejeune
241dedef4e
PPU/LLVM: Properly print verification string
2015-08-26 21:54:40 +02:00
Vincent Lejeune
eb90e509f9
PPU/LLVM: Avoid using an indirect call for function call
2015-08-26 21:54:39 +02:00
Vincent Lejeune
b2ca9edde2
PPU/LLVM: Use ExecuteFunction in ExecuteTillReturn
2015-08-26 21:54:39 +02:00
Vincent Lejeune
f81192373f
PPU/LLVM: Replace magic number with opcode enum in GetBranchTypeFromInstruction.
2015-08-26 21:54:39 +02:00
Raul Tambre
99a9fd8505
Merge pull request #1196 from vlj/d3d12
...
D3d12/RSX: Some light improvement to program management.
2015-08-26 20:21:29 +03:00
Vincent Lejeune
e0aa74d380
D3D12: Add CELL_GCM_ZERO case to comparaison function.
2015-08-26 18:45:57 +02:00
Vincent Lejeune
095c8fa19b
RSX/D3D12: Improve shader lookup performance
2015-08-26 18:45:57 +02:00