Liam
6697b665ca
shader_recompiler: respect clip distance limits in indexed store
2 years ago
liamwhite
12178c694a
Merge pull request #12455 from liamwhite/end-wait
kernel: use simple mutex for object list container
2 years ago
liamwhite
de1e5584b3
Merge pull request #12465 from liamwhite/proper-handle-table
service: fetch objects from the client handle table
2 years ago
liamwhite
1559984f77
Merge pull request #12471 from FearlessTobi/port-7146
Port citra-emu/citra#7146 : "assert/logging: Stop the logging thread and flush the backends before crashing"
2 years ago
liamwhite
467ac4fdfe
Merge pull request #12472 from FearlessTobi/port-7239
Port citra-emu/citra#7239 : "common: Miscellaneous cleanups"
2 years ago
liamwhite
69b7100dac
Merge pull request #12449 from liamwhite/debug-utils
renderer_vulkan: skip SetObjectNameEXT on unsupported driver
2 years ago
liamwhite
14dc41d4b3
Merge pull request #12448 from liamwhite/format-assert
renderer_vulkan: demote format assert to error log
2 years ago
liamwhite
ad049f13aa
Merge pull request #12415 from ameerj/ogl-draw-auto
gl_rasterizer: Implement DrawTransformFeedback macro
2 years ago
FearlessTobi
4f569fd568
assert/logging: Stop the logging thread and flush the backends before crashing
Co-Authored-By: SachinVin <26602104+SachinVin@users.noreply.github.com>
2 years ago
FearlessTobi
553dac2ae0
ring_buffer: Use feature macro
Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com>
2 years ago
FearlessTobi
96abe0d7d3
main: Remove unused enum
Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com>
2 years ago
Liam
47e44a6693
am/jit: reference memory instance from context
2 years ago
Liam
cf8c7d4ed3
kernel: remove unecessary process member from handle table
2 years ago
Liam
5165ed9efd
service: fetch objects from the client handle table
2 years ago
Fernando S
05e3db3ac9
Merge pull request #12394 from liamwhite/per-process-memory
general: properly support multiple memory instances
2 years ago
Liam
e3491a9ee8
kernel: use simple mutex for object list container
2 years ago
Liam
6a1ddc5028
renderer_vulkan: skip SetObjectNameEXT on unsupported driver
2 years ago
Liam
b1d4804c07
renderer_vulkan: demote format assert to error log
2 years ago
Liam
c57ae803a6
kernel: fix resource limit imbalance
2 years ago
Liam
db7b2bc8f1
kernel: restrict nce to applications
2 years ago
Liam
31bf57a310
general: properly support multiple memory instances
2 years ago
Liam
cae675343c
k_server_session: remove scratch buffer usage in favor of direct copy
2 years ago
Liam
35501ba41c
k_server_session: process for guest servers
2 years ago
Liam
419055e484
kernel: instantiate memory separately for each guest process
2 years ago
liamwhite
91290b9be4
Merge pull request #12412 from ameerj/gl-query-prims
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
2 years ago
Fernando S
820f113d9e
Merge pull request #12435 from liamwhite/type-check
shader_recompiler: ensure derivatives for textureGrad are f32
2 years ago
Fernando S
373a1ff2ce
Merge pull request #12410 from liamwhite/more-mali-null
renderer_vulkan: don't pass null view when nullDescriptor is not supported
2 years ago
Fernando S
4d6b6ba76c
Merge pull request #12432 from liamwhite/float-write
shader_recompiler: use float image operations on load/store when required
2 years ago
Liam
4aa713e861
shader_recompiler: ensure derivatives for textureGrad are f32
2 years ago
Liam
9e9aed41be
shader_recompiler: use float image operations on load/store when required
2 years ago
liamwhite
3d268b8480
Merge pull request #12424 from t895/vsync-per-game-qt
qt: settings: Fix per-game vsync combobox
2 years ago
liamwhite
ad7445d4cc
Merge pull request #12425 from german77/temp-fix
service: hid: Fix crash on InitializeVibrationDevice
2 years ago
liamwhite
3a30271219
Merge pull request #12426 from t895/reload-text-fix
android: Fix "No games found" text appearing on load
2 years ago
t895
bb5196aaae
qt: settings: Fix per-game vsync combobox
2 years ago
t895
d3070cafa7
android: Fix "No games found" text appearing on load
2 years ago
Narr the Reg
5cd3b6f58c
service: hid: Fix crash on InitializeVibrationDevice
2 years ago
liamwhite
bedc758fe7
Merge pull request #12414 from jbeich/vk274
externals: update Vulkan-Headers to v1.3.274
2 years ago
liamwhite
76701185ad
Merge pull request #12400 from ameerj/vk-query-prefix-fix
vk_query_cache: Fix prefix sum max_accumulation_limit logic
2 years ago
Fernando S
f1cb14eb54
Merge pull request #12417 from liamwhite/arm64-gcc-fix
nce: hide shadowing warnings from dynarmic headers
2 years ago
Fernando S
f4f4a469a9
Merge pull request #12409 from liamwhite/bits-and-bytes
nce: fix read size in simd immediate emulation
2 years ago
Fernando S
9e5b4052ed
Merge pull request #12403 from liamwhite/clipdistance
shader_recompiler: use minimal clip distance array
2 years ago
Fernando S
234867b84d
Merge pull request #12390 from liamwhite/binding-insanity
renderer_vulkan: work around turnip binding bug in a610
2 years ago
Ameer J
61e8c5f798
gl_rasterizer: Less spammy log for unimplemented resets
2 years ago
Liam
4b60aec190
nce: hide shadowing warnings from dynarmic headers
2 years ago
Ameer J
bbc0ed118d
gl_rasterizer: Implement DrawTransformFeedback macro
2 years ago
Jan Beich
ecfba79d98
externals: update Vulkan-Headers to v1.3.274
2 years ago
Jan Beich
310834aea2
vulkan_common: unbreak build with Vulkan-Headers 1.3.274
src/video_core/vulkan_common/vulkan_wrapper.cpp:293:13: error: enumeration value 'VK_ERROR_INVALID_VIDEO_STD_PARAMETERS_KHR' not handled in switch [-Werror,-Wswitch]
switch (result) {
^~~~~~
2 years ago
liamwhite
6a1fa9bb17
Merge pull request #12411 from ameerj/gl-nv-tfb-fixups
gl_buffer_cache: Reintroduce NV_vertex_buffer_unified_memory
2 years ago
Ameer J
db8a601cf8
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
2 years ago
Ameer J
1bb76201e6
gl_rasterizer: Silence spammy logs
2 years ago