Henrik Rydgård
44bcfd3774
Merge pull request #16768 from hrydgard/kernelheap-minor
...
Add 2 nids of SysMemForKernel (#16308 by sum2012)
2023-01-10 11:09:03 +01:00
Henrik Rydgård
0a6d226ddc
Remove the unused bool utilities
2023-01-10 10:25:41 +01:00
Henrik Rydgård
00c44ea799
Get rid of the bool, not worth it.
2023-01-10 10:23:29 +01:00
sum2012
2d8aaaac5e
Change to if (!heap) first in all function
...
As unknown feedback 2
2023-01-10 10:22:59 +01:00
sum2012
57c474cce7
Add 2 nids of SysMemForKernel
...
Find in #16297
Address unknown feedback 1
2023-01-10 10:18:36 +01:00
Henrik Rydgård
07114c6aaf
Remove return value from axis functions in API
2023-01-10 10:12:37 +01:00
Henrik Rydgård
a3a949f5e6
Remove touch() return values from screen hierarchy
2023-01-10 10:12:37 +01:00
Henrik Rydgård
fdfc4cbe40
Android: Remove return value from touch event functions
2023-01-10 10:12:33 +01:00
Henrik Rydgård
7df9545195
Fix D3D9 uniform update
2023-01-10 09:42:54 +01:00
Henrik Rydgård
5022ddc4fc
D3D9 bool constants have a separate register space, oops.
2023-01-10 09:42:54 +01:00
Henrik Rydgård
d4ce134292
Shader generator: Move FS_TEX_ALPHA to a uniform bool.
...
Part of #16567
2023-01-10 09:42:54 +01:00
Henrik Rydgård
e2a9abaf5c
Merge pull request #16760 from unknownbrackets/mem-access-size
...
Core: Add range checks to some helpers and similar
2023-01-10 09:11:41 +01:00
Unknown W. Brackets
dea9cac16c
Core: Add range checks to some helpers and similar.
2023-01-09 16:56:18 -08:00
Unknown W. Brackets
e9ce0d0b5e
HLE: Add size checks to replace funcs.
2023-01-09 16:53:25 -08:00
Unknown W. Brackets
c44d787df4
Mpeg: Check memory access range on GetPointer().
2023-01-09 16:53:10 -08:00
Henrik Rydgård
fb0ed6e165
Merge pull request #16765 from sum2012/mpeg-patch
...
Trying to improve sceMpegAvcDecode
2023-01-10 00:58:54 +01:00
sum2012
d02a79400d
Trying to improve sceMpegAvcDecode
...
Close #16727
2023-01-09 21:41:57 +08:00
Henrik Rydgård
0f528204fd
Merge pull request #16759 from hrydgard/better-pipeline-descriptions
...
Better pipeline descriptions
2023-01-09 11:42:00 +01:00
Henrik Rydgård
7672556e5c
Better pipeline descriptions in shader viewer (shorter in overview, longer after click)
2023-01-09 11:22:35 +01:00
Henrik Rydgård
c8a71894e3
Add "SetDrawTextFlags" to Choice to allow specifying DYNAMIC_ASCII
2023-01-09 11:22:35 +01:00
Henrik Rydgård
77c84f78aa
Merge pull request #16762 from hrydgard/pipeline-clearing-fixes
...
Vulkan: Fix pipeline cache clearing.
2023-01-09 10:08:38 +01:00
Henrik Rydgård
cf52324e9e
Vulkan: Fix pipeline cache clearing.
...
Extracted from #16759 and bugfixed. Fixes a leak of Vulkan pipelines.
I guess another way would be to queue the variants for destruction at
the same time as we queue the callback, but I like this better.
2023-01-09 09:49:55 +01:00
Henrik Rydgård
6c95a9d55b
Merge pull request #16761 from unknownbrackets/shader-errors
...
GLES: Avoid GLSL redefinition error
2023-01-09 08:10:26 +01:00
Unknown W. Brackets
a37ed84b31
GLES: Avoid clip distance error in ANGLE.
2023-01-08 22:50:39 -08:00
Unknown W. Brackets
f09c09caa8
GLES: Avoid GLSL redefinition error.
2023-01-08 22:30:15 -08:00
Henrik Rydgård
10625a6e00
Merge pull request #16757 from unknownbrackets/truncate-verts
...
GLES: Apply vertex limit only to GLES2
2023-01-08 22:37:44 +01:00
Henrik Rydgård
49e42f59c7
Merge pull request #16758 from unknownbrackets/softgpu-neon
...
GPU: Use NEON for vector length/normalize
2023-01-08 22:37:22 +01:00
Henrik Rydgård
10d7b2d410
Merge pull request #16756 from unknownbrackets/replace-stride
...
Replacement: Always return w/h from GetMipSize()
2023-01-08 22:34:50 +01:00
Unknown W. Brackets
d90aec6f63
GPU: Use NEON for vector length/normalize.
...
This is a bit less accurate for normalize, but it's faster.
2023-01-08 12:32:55 -08:00
Unknown W. Brackets
1f91993e7d
GLES: Apply vertex limit only to GLES2.
2023-01-08 11:06:35 -08:00
Unknown W. Brackets
0f92afb0c1
Replacement: Check replaceValid before load.
2023-01-08 10:20:52 -08:00
Unknown W. Brackets
26aedbe2f5
Replacement: Always return w/h from GetMipSize().
2023-01-08 10:12:04 -08:00
Henrik Rydgård
8acd855eac
Merge pull request #16755 from NoGoat/patch-1
...
Added StartupWMClass
2023-01-08 18:32:26 +01:00
NoGoat
3042d5328f
Added StartupWMClass
...
This is a minor one but what it basically does is that in a setup like KDE, instead of adding a second icon to the taskbar, it groups it with the PPSSPP icon, which looks better.
2023-01-08 22:49:31 +05:30
Henrik Rydgård
25e41aebc1
Merge pull request #16753 from unknownbrackets/softgpu-neon
...
Use NEON intrinsics in software renderer
2023-01-08 12:36:41 +01:00
Henrik Rydgård
51e440e78e
Merge pull request #16751 from unknownbrackets/headless-leaks
...
Fix a few leaks detected in headless
2023-01-08 12:35:32 +01:00
Unknown W. Brackets
1215714240
softgpu: Use NEON for lighting.
2023-01-07 19:06:35 -08:00
Unknown W. Brackets
62fe03dcb4
softgpu: Use NEON for texture blending.
2023-01-07 19:06:35 -08:00
Unknown W. Brackets
587a322207
softgpu: Use NEON SIMD for alpha blending, etc.
2023-01-07 19:06:34 -08:00
Unknown W. Brackets
b55dbdab7f
softgpu: Use NEON for some color conv.
2023-01-07 19:06:34 -08:00
Unknown W. Brackets
e0ed080d8b
softgpu: Use NEON more in triangle rasterization.
...
Some of these places weren't getting converted well.
2023-01-07 19:06:34 -08:00
Henrik Rydgård
9d3dfab267
Merge pull request #16750 from stv-beep/master
...
Update Catalan translation
2023-01-07 17:31:17 +01:00
stv-beep
dc852e1a14
Update Catalan translation and fix typos
2023-01-07 16:10:35 +01:00
Unknown W. Brackets
1480b4eda4
headless: Shutdown SDL at the end.
2023-01-07 06:54:37 -08:00
Unknown W. Brackets
68cfaf90ad
Mpeg: Move some fields to private.
2023-01-07 06:54:25 -08:00
Unknown W. Brackets
94bab4506f
Mpeg: Close codecs from new streams.
...
These were actually leaking.
2023-01-07 06:44:02 -08:00
stv-beep
99298b01a9
Update Catalan translation
...
and fixed some typos
2023-01-07 15:31:00 +01:00
Henrik Rydgård
765bfac013
Merge pull request #16744 from unknownbrackets/icache-over
...
jit: Report unaligned icache invalidations + overinvalidate
2023-01-07 09:05:55 +01:00
Henrik Rydgård
a5e1d0f595
Merge pull request #16743 from unknownbrackets/d3d9-fog
...
D3D9: Force branch usage for fog compute
2023-01-07 09:03:31 +01:00
Unknown W. Brackets
1f66c1d689
jit: Also report invalidation near PC.
2023-01-06 19:51:43 -08:00