Dr. Chat
53be87f6ba
Merge master
2018-05-05 17:13:09 -05:00
Dr. Chat
30f8fe7bb0
[GPU] Use log2 when calculating mip offset
2018-05-05 10:45:39 -05:00
Dr. Chat
289a24820f
Update Travis link to xenia-project/xenia
2018-05-04 19:20:43 -05:00
Dr. Chat
93b4c7133b
[Vulkan] Update to Vulkan 1.1
2018-05-04 17:40:21 -05:00
Dr. Chat
1b006707f4
[UI] Correct the order of mips in the icon
2018-05-04 17:35:29 -05:00
Dr. Chat
00a64d543c
[HID] Fix HID demo linkage
2018-05-04 17:12:12 -05:00
Dr. Chat
61e47167c0
[Vulkan] Replace vulkan-loader with volk
2018-05-04 16:49:46 -05:00
Dr. Chat
e971e38cdb
[HID] Swap the HID demo over to the vulkan backend
2018-05-04 13:55:32 -05:00
Dr. Chat
88729e2ac4
[GPU] Initial (and possibly incorrect) texture size calculation for 1D and 3D
2018-05-04 12:10:26 -05:00
Dr. Chat
040d8d1ade
[GL4] Farewell, GL4 backend
2018-05-04 11:54:33 -05:00
Dr. Chat
f54ac240a4
[Vulkan] Stupid hack to fix ABGR4 formats.
2018-05-04 09:45:42 -05:00
Dr. Chat
7a3d0b683b
[Vulkan] Fix block pitch calculation of mips
2018-05-04 00:18:45 -05:00
Dr. Chat
8ecadd49d2
[GPU] Further fix mip address calculations with really skewed aspect ratios
2018-05-04 00:18:22 -05:00
Dr. Chat
198cc9b9b9
[CPU] Print a message and crash if the CPU does not support AVX.
2018-05-03 22:12:36 -05:00
Dr. Chat
926b133a0f
Merge branch 'Xephorium-master'
2018-05-03 21:22:24 -05:00
Dr. Chat
0ed99660c4
Add in (proper) ico file
2018-05-03 21:22:13 -05:00
Dr. Chat
c9127c5729
Merge branch 'master' of git://github.com/Xephorium/xenia into Xephorium-master
2018-05-03 20:56:33 -05:00
Dr. Chat
92ac9e00b5
Add Discord to the readme in place of IRC
2018-05-03 19:58:37 -05:00
Dr. Chat
911588e9dc
[GPU] Fix mip size calculation for compressed textures
2018-05-03 18:34:23 -05:00
Dr. Chat
f45cd398ef
[Vulkan] Handle MIPs with non-power-of-two dimensions
2018-05-03 17:54:09 -05:00
Dr. Chat
04748b4a0d
[GPU] TextureInfo::GetMipLocation - calculate packed mip offset
2018-05-03 16:04:11 -05:00
Dr. Chat
5e4b696782
[SPIR-V] Reset writes_depth_
2018-05-03 14:15:53 -05:00
Dr. Chat
f885b89a03
[Vulkan] Make image views cover all mips
...
Align texture dimensions to 1 block minimum (for uploading mips)
2018-05-03 14:15:36 -05:00
Dr. Chat
c9d4cfe6d0
[GPU] MIPs > 16 pixels are stored in their own individual tiles
2018-05-03 12:01:50 -05:00
DrChat
1f157f35f4
[Vulkan] Initial support for mipmaps
2018-05-03 10:02:07 -05:00
Christopher Cruzen
c083ef8e89
Restore Original Icon Credit
2018-05-02 22:35:26 -05:00
Christopher Cruzen
a9b6e23a99
Add Xephorium's Icon
2018-05-02 22:31:48 -05:00
DrChat
f7c7cc54ed
[GPU] TextureInfo::GetMaxMipLevels
2018-04-30 11:01:46 -05:00
Dr. Chat
62bee78edd
[SPIR-V] Declare DepthReplacing if we replace depth
2018-04-29 18:43:31 -05:00
Dr. Chat
87bfad1f74
[GPU] PM4_EVENT_WRITE_EXT destination is /not/ aligned (to 16 bytes)
2018-04-29 18:26:36 -05:00
Dr. Chat
ef3577e45c
[Vulkan UI] Fix minor bug in specifying size of queue priorities array
2018-04-29 18:25:56 -05:00
Dr. Chat
efc36e50be
Use the same python as the currently executing python to run scripts
2018-04-28 20:15:16 -05:00
Justin Moore
6209c4a931
Merge pull request #1108 from bwrsandman/memory_tests
...
Memory tests
2018-04-21 08:54:56 -05:00
Sandy Carter
24e7bb5293
[Memory] Fix alignment to 16 bytes
...
Fix segmentation fault happening on linux when `src` or `dst` is not aligned to
16 bytes.
Assert against use of `src_ptr` and `dest_ptr` which are not unaligned to 16
bits.
2018-04-20 18:50:40 -07:00
Sandy Carter
1681ebfdcb
[Base Tests] Add tests for all cases in memory.cc
2018-04-20 18:50:39 -07:00
Sandy Carter
b6dc70ea5a
[Base Tests] Move base tests to their own subdir
2018-04-20 17:08:28 -07:00
DrChat
86f387ed42
[SPIR-V] Fix 1D texture fetches. Fixes #1124
2018-04-20 15:25:07 -05:00
DrChat
2b66a1b68f
[Vulkan] Emulate Xenos behavior with copy dest at a negative offset
...
It appears the Xenos starts copying pixel data at the first encountered visible destination pixel, rather than texture mapping the source texture onto the destination polygon
2018-04-17 15:35:24 -05:00
DrChat
0cff91692e
[Vulkan] Propagate errors in the render cache
2018-04-16 22:09:23 -05:00
DrChat
521b9eb5c5
[Vulkan] Fix window scale and offset calculation
2018-04-16 18:27:23 -05:00
DrChat
27c840fa91
[Vulkan] Fixup window offset calculation
2018-04-16 15:44:52 -05:00
DrChat
18d9efc93b
[Vulkan] Bump down BufferCache alignment
2018-04-16 13:02:05 -05:00
DrChat
b90465e2e5
[Vulkan] Halve the viewport dimensions when viewport scaling is disabled (10240 -> 5120)
...
The negative part of the viewport is unused, so hijack the 2 unused parameters of the window scale to use as an offset
2018-04-16 12:54:50 -05:00
DrChat
25f93a171c
[Vulkan] Support optional vertex window offset
2018-04-16 11:08:24 -05:00
DrChat
6ca771d26f
[Vulkan] Handle window scissor window_offset_disable
2018-04-14 17:51:57 -05:00
DrChat
f8319ec12f
[Base] Support sign-extension in bitfield
2018-04-14 17:34:21 -05:00
DrChat
d914791afe
[SPIR-V] Fix SetTextureLOD
2018-04-14 15:39:48 -05:00
DrChat
303539af22
[SPIR-V] Fix incorrect dst implementation (incorrect extraction indices)
2018-04-14 15:32:18 -05:00
DrChat
0f0d600a5b
Fix Travis
2018-04-13 21:45:47 -05:00
DrChat
f02f192f2b
[Xboxkrnl] Document a couple parameters in VdInitializeEngines
2018-04-13 21:10:50 -05:00