FernandoS27
df2eb1cfdb
Implement 3 coordinate array in TEXS instruction
7 years ago
David Marcec
8b8c0ee2fc
Updated npad styles on holdtype switches
Fixes input for megaman
7 years ago
David Marcec
22be70c387
Fixups
7 years ago
bunnei
9e42ffa54e
Merge pull request #1630 from bunnei/fix-mapbufferex
memory_manager: Do not MapBufferEx over already in use memory.
7 years ago
bunnei
d3c69e8499
Merge pull request #1635 from Tinob/master
Implement multi-target viewports and blending
7 years ago
bunnei
2c91c19d7c
Merge pull request #1653 from degasus/profiler
gl_rasterizer: Update microprofile scopes.
7 years ago
David Marcec
2848c8b088
Ability to switch between docked and undocked mode in-game
Started implementation of the AM message queue mainly used in state getters. Added the ability to switch docked mode whilst in game without stopping emulation. Also removed some things which shouldn't be labelled as stubs as they're implemented correctly
7 years ago
David Marcec
a6d347c103
fixed spelling error
7 years ago
David Marcec
04b01f5db2
Added missing log
7 years ago
David Marcec
d018183d4e
Implement acc:TrySelectUserWithoutInteraction
Needed for Shantae - Half-Genie Hero - Ultimate Edition!
7 years ago
Markus Wick
755aa28572
gl_rasterizer: Skip VAO binding if the state is clean.
7 years ago
Markus Wick
29d148c063
gl_rasterizer: Split VAO and VB setup functions.
7 years ago
greggameplayer
294ad8ccf4
Merge branch 'master' into Texture2DArray
7 years ago
Markus Wick
6546a1aa88
gl_rasterizer_cache: Add profiles for Copy and Blit.
They were missed, and Copy is very high in profile here. It doesn't block the GPU,
but it stalls the driver thread. So with our bad GL instructions, this might block quite a while.
7 years ago
Markus Wick
6bd55db4ca
gl_resource_manager: Profile creation and deletion.
7 years ago
Markus Wick
a485e5210c
gl_stream_buffer: Profile orphaning of stream buffer.
This serialize to the driver thread and so it may block for a while.
So if it is in the benchmark, we get noticed if it happens too often.
7 years ago
Markus Wick
399d30b4bf
microprofile: Drop ReleaseActiveBuffer scope.
This was created with the unfinished resampling PR in mind.
As the resampling is now on the audio thread, we don't need to care about this here any more.
7 years ago
bunnei
efb7ec9063
Merge pull request #1649 from degasus/split_resource_manager
gl_resource_manager: Split implementations in .cpp file.
7 years ago
Frederic Laing
c1e5c112c6
configure_system: Fix compiler warning
7 years ago
Frederic Laing
c646fe0684
yuzu/main: Fix compiler warning
7 years ago
Markus Wick
4da1b985fd
gl_resource_manager: Split implementations in .cpp file.
Those implementations are quite costly, so there is no need to inline them to the caller.
Ressource deletion is often a performance bug, so in this way, we support to add breakpoints to them.
7 years ago
Frederic Laing
a1139837f9
Implement SetMemoryPermission
7 years ago
bunnei
722303d3f3
Merge pull request #1616 from FernandoS27/cube-array
Implement Cube Arrays
7 years ago
bunnei
763e3f25b3
Merge pull request #1633 from ogniK5377/reload-input
Fixed HID crash when launching more than 1 game & signaled styleset change event
7 years ago
bunnei
e2ba7ed189
Merge pull request #1441 from CarlKenner/DebuggerLog
logging: Add DebuggerBackend for logging to Visual Studio
7 years ago
bunnei
726d32720f
Merge pull request #1639 from DarkLordZach/open-yuzu-folder
qt: Add help option to open yuzu folder
7 years ago
Rodolfo Bogado
92d9f97224
Add support to color mask to avoid issues in blending caused by wrong values in the alpha channel in some render targets.
7 years ago
Rodolfo Bogado
fbd0d677a3
Implement multi-target viewports and blending
7 years ago
bunnei
020efd1ced
Merge pull request #1625 from FernandoS27/astc
Implement ASTC Textures 5x5 and fix a bunch of ASTC texture problems
7 years ago
Mat M
0742a71e0e
Merge pull request #1645 from dharmin/master
Fix quickstart link
7 years ago
Mat M
078339eb8a
Merge pull request #1643 from FreddyFunk/typo
Fix typo in BufferTransformFlags
7 years ago
Dharmin K Shah
ca5bbf0e78
Fix quickstart link
7 years ago
Frederic Laing
1944d20eb7
Fix typo in BufferTransformFlags
7 years ago
Zach Hilman
cfe85bdb3d
game_list: Only reload game list after relevant settings changed
Prevents unnecessary reloads on every configuration operation.
7 years ago
Zach Hilman
d98525e809
qt: Add help option to open yuzu folder
Opens a new file manager window at the UserDir.
7 years ago
Frederic Laing
2998453673
Stubbed SetMemoryPermission
7 years ago
bunnei
4a42f5f99c
Merge pull request #1636 from ogniK5377/hwopus-bad-assert
Fixed incorrect hwopus assert
7 years ago
greggameplayer
8886cfe261
correct syntax
7 years ago
greggameplayer
b62c1b9445
Merge branch 'master' into Texture2DArray
7 years ago
David Marcec
d3d2bb2c35
Fixed incorrect hwopus assert
7 years ago
David Marcec
60bd67f92e
Fixed HID crash when launching more than 1 game & signaled syleset change event
This should fix crashes when launching multiple games in yuzu
7 years ago
Zach Hilman
defffa3ec3
game_list: Make add-ons column optional
As the add-ons column takes the most processing time out of any (as it needs to search registration for updates/dlc, patch control NCAs, search for mods, etc.), an option was added to disable it. This does not affect the application of add-ons. In large game collections, this decreases game list refresh time by as much as 70%.
7 years ago
Zach Hilman
d5eb8652be
filesystem: Cache RegisteredCacheUnion instead of constructing on demand
Prevents unnecessary re-reads of the metadata and unnecessary temporary objects.
7 years ago
Zach Hilman
cf81685cc8
file_sys: Use common KeyManager in NCA container types
Creates a single KeyManager for the entire container and then passes it into the NCA constructor, eliminating several unnecessary KeyManager reads.
7 years ago
Zach Hilman
141551e560
content_archive: Add optional KeyManager parameter to constructor
Allows resuing a common KeyManager when a large amount of NCAs are handled by the same class. Should the parameter not be provided, a new KeyManager will be constructed, as was the default behavior prior to this.
7 years ago
FernandoS27
82d04c5e99
Fix ASTC Decompressor to support depth parameter
7 years ago
bunnei
a97dc50bc4
Merge pull request #1615 from lioncash/input
configure_system: Contrain profile usernames to 32 characters
7 years ago
bunnei
938dd94181
memory_manager: Do not MapBufferEx over already in use memory.
- This fixes rendering when changing areas in Super Mario Odyssey.
7 years ago
bunnei
9221ebe9eb
Merge pull request #1623 from Tinob/master
Improve OpenGL state handling
7 years ago
FernandoS27
fe596b4c6e
Fix ASTC formats
7 years ago