| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | main: Remove unused enum | 2023-12-25 | 1 | -8/+0 | |
| | | | | | Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com> | ||||
| * | Merge pull request #12394 from liamwhite/per-process-memory | 2023-12-24 | 39 | -488/+1412 | |
| |\ | | | | | general: properly support multiple memory instances | ||||
| | * | kernel: fix resource limit imbalance | 2023-12-22 | 3 | -8/+7 | |
| | | | |||||
| | * | kernel: restrict nce to applications | 2023-12-22 | 3 | -6/+6 | |
| | | | |||||
| | * | general: properly support multiple memory instances | 2023-12-22 | 17 | -102/+102 | |
| | | | |||||
| | * | k_server_session: remove scratch buffer usage in favor of direct copy | 2023-12-22 | 1 | -39/+124 | |
| | | | |||||
| | * | k_server_session: process for guest servers | 2023-12-22 | 6 | -250/+1135 | |
| | | | |||||
| | * | kernel: instantiate memory separately for each guest process | 2023-12-22 | 17 | -127/+82 | |
| |/ | |||||
| * | Merge pull request #12412 from ameerj/gl-query-prims | 2023-12-22 | 6 | -45/+91 | |
| |\ | | | | | OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries | ||||
| | * | gl_rasterizer: Less spammy log for unimplemented resets | 2023-12-20 | 1 | -1/+1 | |
| | | | |||||
| | * | OpenGL: Add GL_PRIMITIVES_GENERATED and ↵ | 2023-12-19 | 6 | -49/+93 | |
| | | | | | | | | | GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries | ||||
| * | | Merge pull request #12435 from liamwhite/type-check | 2023-12-22 | 1 | -1/+11 | |
| |\ \ | | | | | | | shader_recompiler: ensure derivatives for textureGrad are f32 | ||||
| | * | | shader_recompiler: ensure derivatives for textureGrad are f32 | 2023-12-21 | 1 | -1/+11 | |
| | | | | |||||
| * | | | Merge pull request #12410 from liamwhite/more-mali-null | 2023-12-22 | 2 | -8/+26 | |
| |\ \ \ | | | | | | | | | renderer_vulkan: don't pass null view when nullDescriptor is not supported | ||||
| | * | | | renderer_vulkan: don't pass null view when nullDescriptor is not supported | 2023-12-19 | 2 | -8/+26 | |
| | | | | | |||||
| * | | | | Merge pull request #12432 from liamwhite/float-write | 2023-12-22 | 10 | -39/+184 | |
| |\ \ \ \ | |_|/ / |/| | | | shader_recompiler: use float image operations on load/store when required | ||||
| | * | | | shader_recompiler: use float image operations on load/store when required | 2023-12-21 | 10 | -39/+184 | |
| |/ / / | |||||
| * | | | Merge pull request #12424 from t895/vsync-per-game-qt | 2023-12-21 | 2 | -30/+68 | |
| |\ \ \ | | | | | | | | | qt: settings: Fix per-game vsync combobox | ||||
| | * | | | qt: settings: Fix per-game vsync combobox | 2023-12-21 | 2 | -30/+68 | |
| | |/ / | |||||
| * | | | Merge pull request #12425 from german77/temp-fix | 2023-12-21 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | service: hid: Fix crash on InitializeVibrationDevice | ||||
| | * | | | service: hid: Fix crash on InitializeVibrationDevice | 2023-12-20 | 1 | -1/+1 | |
| | | | | | |||||
| * | | | | Merge pull request #12426 from t895/reload-text-fix | 2023-12-21 | 1 | -6/+8 | |
| |\ \ \ \ | |/ / / |/| | | | android: Fix "No games found" text appearing on load | ||||
| | * | | | android: Fix "No games found" text appearing on load | 2023-12-21 | 1 | -6/+8 | |
| |/ / / | |||||
| * | | | Merge pull request #12414 from jbeich/vk274 | 2023-12-20 | 3 | -1/+3 | |
| |\ \ \ | | | | | | | | | externals: update Vulkan-Headers to v1.3.274 | ||||
| | * | | | externals: update Vulkan-Headers to v1.3.274 | 2023-12-20 | 2 | -1/+1 | |
| | | | | | |||||
| | * | | | vulkan_common: unbreak build with Vulkan-Headers 1.3.274 | 2023-12-20 | 1 | -0/+2 | |
| | |/ / | | | | | | | | | | | | | | | | 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) { ^~~~~~ | ||||
| * | | | Merge pull request #12400 from ameerj/vk-query-prefix-fix | 2023-12-20 | 1 | -3/+6 | |
| |\ \ \ | | | | | | | | | vk_query_cache: Fix prefix sum max_accumulation_limit logic | ||||
| | * | | | vk_query_cache: Fix prefix sum max_accumulation_limit logic | 2023-12-18 | 1 | -3/+6 | |
| | | | | | |||||
| * | | | | Merge pull request #12417 from liamwhite/arm64-gcc-fix | 2023-12-20 | 2 | -2/+6 | |
| |\ \ \ \ | | | | | | | | | | | nce: hide shadowing warnings from dynarmic headers | ||||
| | * | | | | nce: hide shadowing warnings from dynarmic headers | 2023-12-20 | 2 | -2/+6 | |
| | | | | | | |||||
| * | | | | | Merge pull request #12409 from liamwhite/bits-and-bytes | 2023-12-20 | 2 | -2/+3 | |
| |\ \ \ \ \ | | | | | | | | | | | | | nce: fix read size in simd immediate emulation | ||||
| | * | | | | | nce: increase handler stack size | 2023-12-19 | 1 | -1/+1 | |
| | | | | | | | |||||
| | * | | | | | nce: fix read size in simd immediate emulation | 2023-12-19 | 1 | -1/+2 | |
| | | |_|_|/ | |/| | | | |||||
| * | | | | | Merge pull request #12403 from liamwhite/clipdistance | 2023-12-20 | 8 | -2/+22 | |
| |\ \ \ \ \ | | | | | | | | | | | | | shader_recompiler: use minimal clip distance array | ||||
| | * | | | | | shader_recompiler: use minimal clip distance array | 2023-12-18 | 3 | -2/+9 | |
| | | | | | | | |||||
| | * | | | | | shader_recompiler: ignore clip distances beyond driver support level | 2023-12-18 | 6 | -1/+14 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #12390 from liamwhite/binding-insanity | 2023-12-20 | 2 | -13/+23 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | renderer_vulkan: work around turnip binding bug in a610 | ||||
| | * | | | | | renderer_vulkan: work around turnip binding bug in a610 | 2023-12-17 | 2 | -13/+23 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #12411 from ameerj/gl-nv-tfb-fixups | 2023-12-19 | 6 | -14/+68 | |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | gl_buffer_cache: Reintroduce NV_vertex_buffer_unified_memory | ||||
| | * | | | | | gl_rasterizer: Silence spammy logs | 2023-12-19 | 1 | -6/+8 | |
| | | | | | | | |||||
| | * | | | | | gl_buffer_cache: Reintroduce NV_vertex_buffer_unified_memory | 2023-12-19 | 5 | -8/+60 | |
| | | |_|/ / | |/| | | | | | | | | | | | | | Workaround Nvidia drivers complaining when a buffer is bound as both a vertex buffer and transform feedback buffer | ||||
| * | | | | | Merge pull request #12408 from german77/lang | 2023-12-19 | 1 | -0/+4 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | yuzu: Read/Save category Paths | ||||
| | * | | | | yuzu: Read/Save category Paths | 2023-12-19 | 1 | -0/+4 | |
| | | | | | | |||||
| * | | | | | Merge pull request #12382 from liamwhite/image-limit | 2023-12-19 | 4 | -6/+6 | |
| |\ \ \ \ \ | | | | | | | | | | | | | renderer_vulkan: allow up to 7 swapchain images | ||||
| | * | | | | | renderer_vulkan: allow up to 7 swapchain images | 2023-12-16 | 4 | -6/+6 | |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge pull request #12387 from liamwhite/oboe | 2023-12-19 | 9 | -4/+340 | |
| |\ \ \ \ \ | | | | | | | | | | | | | android: add oboe audio sink | ||||
| | * | | | | | oboe_sink: specify additional required parameters | 2023-12-18 | 1 | -13/+27 | |
| | | | | | | | |||||
| | * | | | | | oboe_sink: set low latency performance mode | 2023-12-17 | 1 | -0/+2 | |
| | | | | | | | |||||
| | * | | | | | android: add oboe to audio configuration | 2023-12-17 | 2 | -0/+3 | |
| | | | | | | | |||||
| | * | | | | | oboe_sink: implement channel count querying | 2023-12-17 | 1 | -12/+35 | |
| | | | | | | | |||||