LC
749498f769
Merge pull request #5981 from lat9nq/ci-add-clang
ci: Add clang build scripts
5 years ago
lat9nq
05a2295e2e
ci: Add clang build scripts
Adds scripts that instruct CI to build yuzu with the installed Clang
compiler on yuzuemu/build-environments:linux-fresh.
These scripts are based on the .ci/scripts/linux scripts, minus AppImage
building since that isn't necessary. Re-uses linux-fresh since that
container has Clang 12 installed.
5 years ago
bunnei
adc9097952
Merge pull request #5936 from Kelebek1/Offsets
Offsets for TexelFetch and TextureGather in Vulkan
5 years ago
bunnei
0dcc8c39c6
Merge pull request #5971 from ameerj/reslimit-dtor
kernel: Fix resource release exception on exit
5 years ago
ameerj
0d9fb9ca27
kernel: Fix resource release exception on exit
After rewriting the resource limit, objects releasing reserved resources require a live kernel instance.
This commit fixes exceptions that occur due to the kernel being destroyed before some objects released their resources, allowing for a graceful exit.
5 years ago
Ameer J
0e0c0185ef
Merge pull request #5965 from Morph1984/shader-count
gl_disk_shader_cache: Log total shader entries count on game load
5 years ago
Morph
f542011e0c
gl_disk_shader_cache: Log total shader entries count on game load
5 years ago
bunnei
d0ca234d11
Merge pull request #5964 from bunnei/timing-fix
common: wall_clock: Fix integer overflow with StandardWallClock.
5 years ago
bunnei
82eb7d8c15
common: wall_clock: Fix integer overflow with StandardWallClock.
- Previous optimized impl. resulted in an integer overflow, so revert.
- This is our slow/fallback path that should never be really be used, so the optimization in unimportant.
5 years ago
bunnei
c9770f92d8
Merge pull request #5924 from ReinUsesLisp/inline-bindings
vk_update_descriptor: Inline and improve code for binding buffers
5 years ago
bunnei
4f4801a0d0
Merge pull request #5957 from lat9nq/update-dynarmic
externals: Update dynarmic to latest
5 years ago
bunnei
0872ba7130
Merge pull request #4973 from ameerj/nvdec-opt
nvdec: Reuse allocated buffers and general cleanup
5 years ago
lat9nq
8b9a4284e4
externals: Update dynarmic to latest
Updates dynarmic to its latest commit. Includes a fix for argument
limits while compiling with Clang 12.
5 years ago
Morph
91126fd7a9
Merge pull request #5955 from yuzu-emu/revert-3603-port-5123
Revert "Port citra-emu/citra#5123 : "SDL: Disable hidapi drivers due to compatibility problems with certain controllers""
5 years ago
Morph
ebf4986174
Revert "Port citra-emu/citra#5123 : "SDL: Disable hidapi drivers due to compatibility problems with certain controllers""
5 years ago
LC
c3325231b4
Merge pull request #5952 from ReinUsesLisp/cityhash
common/cityhash: Use common types
5 years ago
LC
0e59b9558c
Merge pull request #5954 from lat9nq/ffmpeg-431-2
cmake: Update FFmpeg to 4.3.1
5 years ago
ReinUsesLisp
a02cc7e039
common/cityhash: Use common types
Allow sharing return types with the rest of the code base. For example,
we use 'u128 = std::array<u64, 2>', meanwhile Google's code uses
'uint128 = std::pair<u64, u64>'.
While we are at it, use size_t instead of std::size_t.
5 years ago
ReinUsesLisp
58ed3fa9f5
tests: Add tests for CityHash
5 years ago
bunnei
275398a0fc
Merge pull request #5121 from bunnei/optimize-core-timing
core: Optimize core timing utility functions to avoid unnecessary math
5 years ago
Morph
fd772cb778
Merge pull request #5929 from german77/mousePanning
Improve mouse panning
5 years ago
bunnei
da0acc586a
Merge pull request #4298 from FearlessTobi/remove-cache-setting
yuzu/configure_filesystem: Remove "Select Cache Directory" option
5 years ago
LC
f6b9b88db8
Merge pull request #5942 from ReinUsesLisp/fixup-rebase
vk_rasterizer: Fix loading shader addresses twice
5 years ago
ReinUsesLisp
76e2d40963
vk_rasterizer: Fix loading shader addresses twice
This was recently introduced on a wrongly rebased commit.
5 years ago
bunnei
0563f37708
Merge pull request #3603 from FearlessTobi/port-5123
Port citra-emu/citra#5123 : "SDL: Disable hidapi drivers due to compatibility problems with certain controllers"
5 years ago
bunnei
1c8d749458
core: core_timing_util: Optimize core timing math.
- Avoids a lot of unnecessary 128-bit math for imperceptible accuracy.
5 years ago
bunnei
a8fbe6493e
common: wall_clock: Optimize GetClockCycles/GetCPUCycles to use a single MUL instruction.
5 years ago
bunnei
e6f71e15a1
common: Merge uint128 to a single header file with inlines.
5 years ago
bunnei
0b63701ebf
Merge pull request #5923 from ReinUsesLisp/vk-dirty-pipeline
fixed_pipeline_cache: Use dirty flags to lazily update key
5 years ago
LC
54d9967e94
Merge pull request #5939 from Morph1984/web_types
core/CMakeLists: Add web_types.h
5 years ago
bunnei
0ff94cb0cc
Merge pull request #4940 from german77/nativeGC
HID: Implement GC controller in game
5 years ago
Morph
57738090f7
core/CMakeLists: Add web_types.h
5 years ago
bunnei
d21f8ae1ce
Merge pull request #5935 from lat9nq/controller_access_keys
debugger: controller: Add access key
5 years ago
Kelebek1
16a5c56b7c
Review 1
5 years ago
bunnei
5fbf47ee4a
Merge pull request #5909 from ogniK5377/I3dl2Reverb
audren: Implement I3dl2Reverb
5 years ago
Kelebek1
4e04e95a8e
Implement texture offset support for TexelFetch and TextureGather and add offsets for Tlds
Formatting
5 years ago
lat9nq
fb1090fb78
debugger: controller: Add access key
Adds the access key to the Controller P1 selection at View -> Debugger
-> Controller P1. Avoids using the windowTitle as that would add a
literal & to the beginning of the window title.
5 years ago
bunnei
cae4ee8542
Merge pull request #5920 from bunnei/am-ldn-fix
Fix LDN Initialization return code & resulting AM overflow
5 years ago
bunnei
fddde225c5
yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.
5 years ago
bunnei
b950e28dfa
hle: service: ldn: IUserLocalCommunicationService: Improve the stub.
5 years ago
german
47f0b00c9d
Improve mouse panning
5 years ago
bunnei
5fc36d40f8
hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disabled.
- Fixes crash on Pokemon Sword/Shield when pressing 'Y'.
5 years ago
bunnei
909c60e51e
hle: service: am: IStorageAccessor: Fix out of bounds error handling.
5 years ago
LC
4921d32a57
Merge pull request #5925 from ReinUsesLisp/resource-pool-clean
vk_resource_pool: Load GPU tick once and compare with it
5 years ago
ReinUsesLisp
ec1854363e
vk_resource_pool: Load GPU tick once and compare with it
Other minor style improvements. Rename free_iterator to hint_iterator,
to describe better what it does.
5 years ago
ReinUsesLisp
7fa30ea272
vk_update_descriptor: Inline and improve code for binding buffers
Allow compilers with our settings inline hot code.
5 years ago
ReinUsesLisp
261380d2b6
fixed_pipeline_cache: Use dirty flags to lazily update key
Use dirty flags to avoid building pipeline key from scratch on each draw
call. This saves a bit of unnecesary work on each draw call.
5 years ago
Rodrigo Locatti
db678df681
Merge pull request #5921 from ameerj/srgb-views
gl_texture_cache: Lazily create non-sRGB texture views for sRGB formats
5 years ago
ameerj
c18cef2a9b
gl_texture_cache: Lazily create non-sRGB texture views for sRGB formats
This creates non-sRGB texture views for sRGB texture formats to allow for interfacing with these views in compute shaders using imageLoad and imageStore.
Co-Authored-By: Rodrigo Locatti <reinuseslisp@airmail.cc>
5 years ago
ameerj
01dec35df3
rebase, fix name shadowing, more const
5 years ago