Triang3l
26c24b4726
[CPU] Move saturating add/sub to base/math.h
2019-07-19 23:12:11 +03:00
Triang3l
808d6d6025
Merge branch 'master' into d3d12
2019-07-19 08:22:59 +03:00
Triang3l
2b411f4c8b
[CPU] Saturating VectorSub: fix typo in last commit
2019-07-19 08:22:30 +03:00
Triang3l
2c2808ce00
Merge branch 'master' into d3d12
2019-07-19 08:19:03 +03:00
Triang3l
f14f44e729
[CPU] Saturating VectorAdd/Sub of constants without DID_SATURATE yet
2019-07-19 08:17:55 +03:00
emoose
5df5ec022b
[Kernel] Return device type in XamContentGetDeviceData
2019-07-19 01:47:20 +01:00
gibbed
23c9341642
Merge remote-tracking branch 'origin/master' into d3d12
2019-07-18 18:39:17 -05:00
gibbed
0bed6e565b
[Base/GPU] Fix some usage of xe::find_base_path.
2019-07-18 18:37:47 -05:00
gibbed
887609ba44
[Base] Only attempt to create non-empty base paths in CreateParentFolder.
2019-07-18 18:32:04 -05:00
gibbed
706c810a3a
[Base] Fix find_base_path returning original string with no separator is found.
2019-07-18 18:31:21 -05:00
gibbed
48b04d186b
Merge remote-tracking branch 'origin/master' into d3d12
2019-07-18 18:02:01 -05:00
gibbed
0d3039f5ba
[VFS] Fix an outdated commit of OpenFile that somehow slipped through.
2019-07-18 17:49:15 -05:00
gibbed
9a8d77137c
[Base] Fix Windows CreateFolder so it creates the entire path properly.
2019-07-18 17:47:25 -05:00
gibbed
324d28adba
[VFS] Fix comment.
2019-07-18 17:24:44 -05:00
gibbed
bf989f0aae
[Kernel/VFS] Maybe fix creation of directories. See #1403 .
2019-07-18 17:15:57 -05:00
Radosław Gliński
53eb95d33c
Added support for Altivec: vavgsb
...
Also little size adjustments for vavgsh
2019-07-18 21:22:42 +02:00
gibbed
e024cbc3f0
Merge remote-tracking branch 'origin/master' into d3d12
2019-07-18 12:33:52 -05:00
gibbed
e14639c6c0
[CPU] Fix lzx_decompress misuse of xe::bit_count. Fixes #1402 .
2019-07-18 12:33:16 -05:00
Margen67
d285fbd639
[Travis] Use newer clang+llvm and libvulkan, remove outdated comments
...
macOS/OS X support isn't happening any time soon..
Add periods to the end of sentences in documentation for consistency, and remove empty spaces.
clang/llvm-8 wasn't used due to requiring a libav rebase.
2019-07-18 01:59:13 -07:00
Rick Gibbed
c1f5bf71d8
Merge pull request #1400 from Margen67/fix-typo
...
Fix typo in xenia-build.
2019-07-17 21:10:28 -05:00
Margen67
efdc78ee22
Fix typo in xenia-build
2019-07-17 17:52:01 -07:00
gibbed
1e5fa61030
Merge remote-tracking branch 'origin/master' into d3d12
2019-07-17 17:56:48 -05:00
gibbed
c213f7d7a3
[CPU] Properly clear LZX window.
2019-07-17 17:53:59 -05:00
gibbed
29665ae79c
[CPU] Minor LZX code cleanup.
2019-07-17 17:51:36 -05:00
Rick Gibbed
6eed93c720
Merge pull request #1399 from emoose/lzxdelta-fix
...
[CPU] Use window size for LZX ref_data_size, fixes some problematic XEXP patches.
2019-07-17 17:40:41 -05:00
emoose
71780838f0
[CPU] Use window size for LZX ref_data_size
2019-07-17 22:53:39 +01:00
Triang3l
7a88789ebd
[D3D12] RB_STENCILREFMASK_BF and stencil constants cleanup
2019-07-14 23:49:30 +03:00
Triang3l
f393c621d7
[D3D12] Fix typos in shader_compiler_main
2019-07-14 00:18:37 +03:00
Triang3l
4825e69fda
[D3D12] Cleanup primitive types and front/back facing
2019-07-13 22:25:03 +03:00
Triang3l
a16a746432
Merge branch 'master' into d3d12
2019-07-13 22:22:42 +03:00
Triang3l
1cc06ea3e7
[GPU] VGT major mode info, swap IsPrimitiveTwoFaced arguments
2019-07-13 22:18:06 +03:00
Triang3l
863217217e
Merge branch 'master' into d3d12
2019-07-13 15:33:45 +03:00
Triang3l
244f5d4f1c
[GPU] xenos.h: Add IsPrimitiveTwoFaced
2019-07-13 15:30:14 +03:00
Triang3l
929ecfa15c
[D3D12] ROV: Fix stencil test result being ignored for depth
2019-07-13 12:27:15 +03:00
ObsidianNA
ccfe911567
Recent Files List
...
Overview:
Added a Pop-up menu named 'Open Recent' under the 'File' menu bar item that lists 10 recently opened files.
- It stores the paths of opened games inside a file named 'recent.txt' in the same folder where the xenia.exe is located.
- If the file doesn't exits, the program creates it, then paths are stored when a new file is opened.
- Each time a file is opened, the program compares stored paths with the new one, if it exists then the path is moved to the top of the list to indicate that it is the most recent file opened.
- 'Open Recent' entries are refreshed once xenia is re-started.
2019-07-11 23:07:52 -04:00
Triang3l
35c8b66c93
[D3D12] Add forgotten shader implicit early Z check
2019-07-11 10:15:33 +03:00
Triang3l
6672997108
[D3D12] ROV early Z and full rewrite, shader scalar optimizations
2019-07-11 09:31:58 +03:00
Triang3l
db44eaf2e4
Merge branch 'master' into d3d12
2019-07-11 09:26:57 +03:00
Dr. Chat
3238fae758
Merge branch 'Margen67-xenia-build-fixes'
2019-06-30 17:07:26 -05:00
Margen67
d9ace8a923
[xenia-build] Update old link and fix VS Preview not being found
...
-prerelease allows preview/prerelease versions of VS to work in xb.
https://github.com/microsoft/vswhere/issues/185#issuecomment-499962802
2019-06-30 17:06:53 -05:00
Rick Gibbed
b38dfca482
Merge pull request #1389 from CookiePLMonster/fix-vswhere-output
...
[xenia-build] Make vswhere.exe output in UTF-8
2019-06-29 09:02:40 -05:00
Silent
17924bc945
[xenia-build] Make vswhere.exe output in UTF-8 so Python doesn't fail to parse regional characters in output
2019-06-29 13:08:54 +02:00
Margen67
aea0d8d6b3
[third_party] Update capstone to latest stable
2019-06-24 23:15:28 -07:00
Triang3l
f7199f6903
Merge pull request #1377 from Margen67/patch-1
...
[AppVeyor] Use proper MSBuild version
2019-06-16 16:09:15 +03:00
Margen67
9f86500af4
[AppVeyor] Use proper MSBuild version
2019-06-15 20:14:32 -07:00
Triang3l
f7ea93148a
Merge branch 'master' into d3d12
2019-05-25 23:03:21 +03:00
Rick Gibbed
87932ca196
Merge pull request #1374 from Margen67/patch-1
...
[AppVeyor] Update to VS2019.
2019-05-25 08:39:01 -05:00
Margen67
4d1588d36a
[AppVeyor] Update to VS2019
2019-05-24 20:11:13 -07:00
Rick Gibbed
74bef5eb86
Add FUNDING.yml.
2019-05-23 11:27:01 -05:00
gibbed
8afb93e2d9
[PPC] Fix trailing comment in ppc_opcode_disasm.h.
2019-05-13 00:59:40 -05:00