Commit Graph
45601 Commits
Author SHA1 Message Date
Henrik Rydgård 15bc4faa6e Merge pull request #17112 from HR1025/master
[chore][gpu] Fix some clerical errors for GLQueueRunner but not effect logic
2023-03-14 09:24:10 +01:00
haoruiwang dae11c4ea6 [chore][gpu] Fix some clerical errors for GLQueueRunner but not effect logic 2023-03-14 14:22:13 +08:00
Henrik Rydgård 4e9db4d34b Merge pull request #17106 from hrydgard/translation-fixes
Add translation strings for dark theme and "Scoped Storage"
2023-03-13 16:58:57 +01:00
Henrik Rydgård a592971209 Add translation strings for dark theme and "Scoped Storage" 2023-03-13 16:51:07 +01:00
Henrik Rydgård 09a3bca6a6 Merge pull request #17104 from hrydgard/uastc-support
basis_universal support (WIP)
2023-03-13 13:16:44 +01:00
Henrik Rydgård 32e8ab3b5d Import all of basisu_transcoder, set up build 2023-03-13 12:37:43 +01:00
Henrik Rydgård 7df51c3d06 Merge pull request #17103 from hrydgard/replacement-dds-mipmaps
Texture replacement: Load DDS mipmaps
2023-03-13 09:58:32 +01:00
Henrik Rydgård dc4190ebf0 Merge pull request #17105 from unknownbrackets/headless-assets
Headless: Use more consistent logic to find assets
2023-03-13 09:58:10 +01:00
fp64 3a6e48a9b3 Merge branch 'master' into vfpu-sincos 2023-03-12 22:08:49 -04:00
Unknown W. Brackets 9f04d09fb4 Headless: Use a single method for assets paths.
There were multiple ways and this likely makes more sense.
2023-03-12 16:46:51 -07:00
Unknown W. Brackets 2a20c5757f Build: Fix build on Visual Studio 2019. 2023-03-12 16:46:19 -07:00
Henrik Rydgård c32e3f89f1 D3D11 mipmap stride fix 2023-03-12 23:31:51 +01:00
Henrik Rydgård 1860a73d58 Address feedback from previous PR 2023-03-12 23:15:09 +01:00
Henrik Rydgård caab66bc18 Merge pull request #17100 from lvonasek/compat_openxr_ssx_stereo
OpenXR - World unit scale for SSX defined
2023-03-12 23:06:10 +01:00
Henrik Rydgård f88633b696 Add support for loading multiple mipmaps from DDS files. 2023-03-12 23:05:45 +01:00
Henrik Rydgård b1b8fc65cf Error handling fixes (close the file). 2023-03-12 23:05:45 +01:00
Henrik Rydgård 4b73672b79 Merge pull request #17102 from unknownbrackets/headless
Fix automated test assets access on Windows
2023-03-12 22:30:25 +01:00
Unknown W. Brackets c127ff47a3 Headless: Load assets from parent dir on Windows.
This is the default debug setting in our MSVC project, so make it easy.
2023-03-12 13:34:41 -07:00
Unknown W. Brackets 7e910b7d65 Headless: Allow @listfile to run multiple.
Just for easy debugging of a long list of tests.
2023-03-12 13:34:10 -07:00
Henrik Rydgård da17e85b5d Merge pull request #17101 from unknownbrackets/unittest-avx
unittest: Prevent assert running without AVX
2023-03-12 21:18:29 +01:00
Unknown W. Brackets 5ce48a51c1 unittest: Prevent assert running without AVX.
Running unittests shouldn't require the host to have AVX.
2023-03-12 13:01:08 -07:00
Lubos b2c5c7845a OpenXR - World unit scale for SSX defined 2023-03-12 19:22:31 +01:00
Henrik Rydgård 9eb0e49765 Merge pull request #17097 from hrydgard/d3d9-dds
Texture Replacement: Support compressed textures in D3D9 as well
2023-03-12 18:44:24 +01:00
Henrik Rydgård b595a1dc4d Prepare LoadLevelData for loading multiple mips. 2023-03-12 16:18:49 +01:00
Henrik Rydgård aaa83897fe Some code moving, tweaks 2023-03-12 16:18:49 +01:00
Henrik Rydgård a4b5641f11 Add compressed texture format support checks 2023-03-12 16:18:46 +01:00
Henrik Rydgård 3feaa78c1c Merge pull request #17098 from lvonasek/feature_openxr_pitch_offset
OpenXR - Enable user to switch between topdown and fps camera
2023-03-12 16:12:46 +01:00
Lubos 983f8176dd OpenXR - Enable user to switch between topdown and fps camera 2023-03-12 14:41:17 +01:00
fp64 d9e5c45e80 Merge branch 'vfpu-sincos' of https://github.com/fp64/ppsspp into vfpu-sincos 2023-03-12 08:22:43 -04:00
fp64 38fc21a2c0 Implement load-on-demand of vfpu tables 2023-03-12 08:21:15 -04:00
fp64 c49c45a106 Add VFS registration during unittest 2023-03-12 08:21:15 -04:00
fp64 0619572f97 Fix CMakeLists.txt 2023-03-12 08:21:15 -04:00
fp64 d3be0ee654 Fix tabs vs spaces, tweak comments, error on BE 2023-03-12 08:21:15 -04:00
fp64 67bb17eba3 Add more vfpu_*, move tables to assets 2023-03-12 08:21:15 -04:00
fp64 ee98603fe7 Fix the sign of cos(2*n+1)
Also fix the license text.
2023-03-12 08:21:14 -04:00
fp64 3661bb27ce Implement sin/cos as per #16946 2023-03-12 08:21:13 -04:00
Henrik Rydgård c04acaf5c1 Add new translation string 2023-03-12 12:28:02 +01:00
Henrik Rydgård ddab8fc0db langtool: Update, fix clippy warnings, just because 2023-03-12 12:26:26 +01:00
Henrik Rydgård 25fbfd7a89 Finish up OpenGL compressed texture format checks. Show in dev screen 2023-03-12 12:20:10 +01:00
Henrik Rydgård b44e879d21 Support DXT1/3/5 (BC1,2,3) in D3D9 2023-03-12 11:37:17 +01:00
Henrik Rydgård 5b711d1ade Merge pull request #17096 from hrydgard/d3d11-bgra-fix
Change BGRA to be a texture-specific flag. Fixes R/B swap in DDS textures in D3D11.
2023-03-12 11:06:58 +01:00
Henrik Rydgård f2673c8f7b Change BGRA to be a texture-specific flag. Fixes R/B swap in DDS textures in D3D11. 2023-03-12 10:19:12 +01:00
fp64 098e07fc33 Implement load-on-demand of vfpu tables 2023-03-12 05:11:59 -04:00
Henrik Rydgård d843f51802 Merge pull request #17095 from hrydgard/more-tex-replacement
More tex replacement work
2023-03-12 09:53:37 +01:00
Henrik Rydgård b687f1bba8 Implement basic block compression support for OpenGL (without feature checks so far) 2023-03-12 00:14:06 +01:00
Henrik Rydgård 7e4dc23bcc Fix BC textures in D3D11 - except that they're red/blue swapped. Ugh. 2023-03-11 23:55:43 +01:00
Henrik Rydgård 95ae2d91f9 Couple of more GL enums 2023-03-11 21:51:39 +01:00
Henrik Rydgård d95cd73c2c Address a round of feedback 2023-03-11 21:46:01 +01:00
Henrik Rydgård f32d0c2d69 Merge pull request #17083 from hrydgard/dds-support
DDS texture support in texture replacer
2023-03-11 12:52:45 +01:00
Henrik Rydgård 996b685294 Fix BC7 textures 2023-03-11 12:34:08 +01:00