Commit Graph

27277 Commits (v0.0.1)
 

Author SHA1 Message Date
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
Ameer J 139b4cc9ea Settings: Indicate AMD's compatibility with SPIR-V on OGL 2 years ago
Ameer J d5d0d2cb0e spirv_emit_context: Fix BaseInstance for OGL spirv 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
Ameer J a5b2b8b91b emit_glsl_image: Use inlined texelFetch offsets 2 years ago
Ameer J b4b301d22e gl_device: Remove AMD blacklists that are no longer applicable 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
Ameer J 372bca5945 gl_buffer_cache: Reintroduce NV_vertex_buffer_unified_memory
Workaround Nvidia drivers complaining when a buffer is bound as both a vertex buffer and transform feedback buffer
2 years ago
Liam 93c19a40bf nce: increase handler stack size 2 years ago
Liam d0a75580da renderer_vulkan: don't pass null view when nullDescriptor is not supported 2 years ago
Charles Lombardo 345ec25532
Merge pull request #12408 from german77/lang
yuzu: Read/Save category Paths
2 years ago
Liam a94721fde0 nce: fix read size in simd immediate emulation 2 years ago
Narr the Reg 816c7a8d1f yuzu: Read/Save category Paths 2 years ago
Fernando S efe52db690
Merge pull request #12382 from liamwhite/image-limit
renderer_vulkan: allow up to 7 swapchain images
2 years ago
Fernando S d61df0f400
Merge pull request #12387 from liamwhite/oboe
android: add oboe audio sink
2 years ago
Fernando S b14547b8b6
Merge pull request #12392 from liamwhite/mode
fs: implement OpenDirectoryMode
2 years ago
Fernando S 97ad3e7530
Merge pull request #12391 from yuzu-emu/revert-12344-its-free-real-estate
Revert "video_core: use interval map for page count tracking"
2 years ago
Fernando S 0589a32f75
Merge pull request #12304 from liamwhite/flinger-wtf
nvnflinger: mark buffer as acquired when acquired
2 years ago
liamwhite 617dc0f822
Merge pull request #12402 from german77/lang
yuzu: Make language persistent and remove symbols_path
2 years ago
Liam fcfa8b680b shader_recompiler: use minimal clip distance array 2 years ago
Liam 94244437de shader_recompiler: ignore clip distances beyond driver support level 2 years ago
Narr the Reg 53956a2990 yuzu: Make language persistent and remove symbols_path 2 years ago
Liam a7731abb72 oboe_sink: specify additional required parameters 2 years ago
liamwhite 50fd029eaa
Merge pull request #12349 from Kelebek1/return_system_channels_active
Have GetActiveChannelCount return the system channels instead of host device channels
2 years ago
Ameer J a2b567dfd6 vk_query_cache: Fix prefix sum max_accumulation_limit logic 2 years ago
Liam b770f6a985 fs: implement OpenDirectoryMode 2 years ago
Liam 797e8fdbc3 oboe_sink: set low latency performance mode 2 years ago
liamwhite b8c5027686
Merge pull request #12389 from liamwhite/string-copy
path_util: copy output for GetParentPath
2 years ago
liamwhite 65e646eeba
Revert "video_core: use interval map for page count tracking" 2 years ago
Liam fba3fa705d renderer_vulkan: work around turnip binding bug in a610 2 years ago