d08b876c9dMerge pull request #1650 from FreddyFunk/cast
bunnei
2018-11-12 18:32:54 -08:00
b4a6ce02ceMerge pull request #1674 from FearlessTobi/fullscreen-fix
James Rowe
2018-11-12 13:00:25 -07:00
9333ee29cayuzu: Add a missing "!" to fix the stuck-in-fullscreen bug
Tobias
2018-11-12 20:57:15 +01:00
2a16fd7ffcsettings: Add config option to set RNG seed
Zach Hilman
2018-11-11 22:34:23 -05:00
4b4f883aefcsrng: Use std::mt19937 engine for random number generation
Zach Hilman
2018-11-11 22:33:31 -05:00
2c6efda235Merge pull request #1660 from Tinob/master
bunnei
2018-11-11 19:58:16 -08:00
7474382266Merge pull request #1652 from FreddyFunk/static-cast
bunnei
2018-11-11 12:19:03 -08:00
a264fac943Merge pull request #1664 from FreddyFunk/cast2
bunnei
2018-11-11 12:18:29 -08:00
72b1fae984Use core extensions when available to set max anisotropic filtering level
Rodolfo Bogado
2018-11-08 09:51:53 -03:00
4e6c64bf8dImprove state management by splitting some of the states id separated function to avoid a full apply overhead
Rodolfo Bogado
2018-11-07 22:27:47 -03:00
4a6eff3b7bTry to fix problems with stencil test in some games, relax translation to opengl enums to avoid crashing and only generate logs of the errors.
Rodolfo Bogado
2018-11-07 00:27:12 -03:00
e9610ec0ddset sampler max lod, min lod, lod bias and max anisotropy
Rodolfo Bogado
2018-11-07 00:25:16 -03:00
cdb19e71feMerge pull request #1616 from FernandoS27/cube-array
bunnei
2018-11-05 15:28:48 -05:00
722e7c05deMerge pull request #1633 from ogniK5377/reload-input
bunnei
2018-11-05 00:21:27 -05:00
e10483a878Merge pull request #1441 from CarlKenner/DebuggerLog
bunnei
2018-11-05 00:19:59 -05:00
acdc770cfbMerge pull request #1639 from DarkLordZach/open-yuzu-folder
bunnei
2018-11-05 00:19:15 -05:00
19038db489Add support to color mask to avoid issues in blending caused by wrong values in the alpha channel in some render targets.
Rodolfo Bogado
2018-11-04 23:46:06 -03:00
145ae36963Implement multi-target viewports and blending
Rodolfo Bogado
2018-11-02 00:21:25 -03:00
38c1c500abMerge pull request #1625 from FernandoS27/astc
bunnei
2018-11-04 18:47:26 -05:00
d46e0acb3cMerge pull request #1645 from dharmin/master
Mat M
2018-11-04 18:05:33 -05:00
e450b0bbacMerge pull request #1643 from FreddyFunk/typo
Mat M
2018-11-04 18:04:50 -05:00
b2647dba33Fix quickstart link
Dharmin K Shah
2018-11-05 00:36:49 +05:30
1c4365d928Fix typo in BufferTransformFlags
Frederic Laing
2018-11-04 16:56:10 +01:00
52e7e8eed3game_list: Only reload game list after relevant settings changed
Zach Hilman
2018-11-03 20:38:39 -04:00
0080a8da58sm: Implement RegisterService and UnregisterService
Zach Hilman
2018-11-03 20:02:18 -04:00
97187b7ef6qt: Add help option to open yuzu folder Opens a new file manager window at the UserDir.
Zach Hilman
2018-11-01 22:05:44 -04:00
cb8e4a4633Merge branch 'master' into Texture2DArray
greggameplayer
2018-11-02 14:26:32 +01:00
03c26d3406Fixed incorrect hwopus assert
David Marcec
2018-11-02 15:23:38 +11:00
0bc323bafbFixed HID crash when launching more than 1 game & signaled syleset change event
David Marcec
2018-11-02 12:35:49 +11:00
2d2ef05d8cgame_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%.
Zach Hilman
2018-11-01 20:27:12 -04:00
8f183a47ddfilesystem: Cache RegisteredCacheUnion instead of constructing on demand Prevents unnecessary re-reads of the metadata and unnecessary temporary objects.
Zach Hilman
2018-11-01 20:24:32 -04:00
97d425c304file_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.
Zach Hilman
2018-11-01 20:23:38 -04:00
e20db909eecontent_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.
Zach Hilman
2018-11-01 20:22:29 -04:00
60a184455cFix ASTC Decompressor to support depth parameter
FernandoS27
2018-10-29 22:46:09 -04:00
1069eced84Merge pull request #1615 from lioncash/input
bunnei
2018-11-01 19:10:26 -04:00
4aa9779ae1memory_manager: Do not MapBufferEx over already in use memory.
bunnei
2018-10-31 22:20:37 -04:00
cc1fe93297Merge pull request #1623 from Tinob/master
bunnei
2018-11-01 15:53:33 -04:00