summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement acc:TrySelectUserWithoutInteractionGravatar David Marcec2018-11-075-3/+25
| | | | Needed for Shantae - Half-Genie Hero - Ultimate Edition!
* gl_resource_manager: Split implementations in .cpp file.Gravatar Markus Wick2018-11-065-114/+167
| | | | | 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.
* Merge pull request #1616 from FernandoS27/cube-arrayGravatar bunnei2018-11-054-0/+20
|\ | | | | Implement Cube Arrays
| * Implement Cube ArraysGravatar FernandoS272018-11-014-0/+20
| |
* | Merge pull request #1633 from ogniK5377/reload-inputGravatar bunnei2018-11-052-0/+5
|\ \ | | | | | | Fixed HID crash when launching more than 1 game & signaled styleset change event
| * | Fixed HID crash when launching more than 1 game & signaled syleset change eventGravatar David Marcec2018-11-022-0/+5
| | | | | | | | | | | | This should fix crashes when launching multiple games in yuzu
* | | Merge pull request #1441 from CarlKenner/DebuggerLogGravatar bunnei2018-11-054-2/+29
|\ \ \ | | | | | | | | logging: Add DebuggerBackend for logging to Visual Studio
| * | | logging: Add DebuggerBackend for logging to Visual StudioGravatar Carl Kenner2018-10-074-2/+29
| | | |
* | | | Merge pull request #1639 from DarkLordZach/open-yuzu-folderGravatar bunnei2018-11-053-0/+13
|\ \ \ \ | | | | | | | | | | qt: Add help option to open yuzu folder
| * | | | qt: Add help option to open yuzu folderGravatar Zach Hilman2018-11-033-0/+13
| | | | | | | | | | | | | | | | | | | | Opens a new file manager window at the UserDir.
* | | | | Merge pull request #1625 from FernandoS27/astcGravatar bunnei2018-11-049-75/+154
|\ \ \ \ \ | | | | | | | | | | | | Implement ASTC Textures 5x5 and fix a bunch of ASTC texture problems
| * | | | | Fix ASTC Decompressor to support depth parameterGravatar FernandoS272018-11-017-65/+131
| | | | | |
| * | | | | Fix ASTC formatsGravatar FernandoS272018-11-014-12/+21
| | | | | |
| * | | | | Implemented ASTC 5x5Gravatar FernandoS272018-11-011-1/+5
| | | | | |
* | | | | | Merge pull request #1645 from dharmin/masterGravatar Mat M2018-11-041-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix quickstart link
| * | | | | | Fix quickstart linkGravatar Dharmin K Shah2018-11-051-1/+1
| | |/ / / / | |/| | | |
* / | | | | Fix typo in BufferTransformFlagsGravatar Frederic Laing2018-11-041-2/+2
|/ / / / /
* | | / / Fixed incorrect hwopus assertGravatar David Marcec2018-11-021-1/+1
| |_|/ / |/| | |
* | | | Merge pull request #1615 from lioncash/inputGravatar bunnei2018-11-015-25/+113
|\ \ \ \ | | | | | | | | | | configure_system: Contrain profile usernames to 32 characters
| * | | | configure_system: Contrain profile usernames to 32 charactersGravatar Lioncash2018-10-315-25/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, we would let a user enter an unbounded name and then silently truncate away characters that went over the 32-character limit. This is kind of bad from the UX point of view, because we're essentially not doing what the user intended in certain scenarios. Instead, we clamp it to 32 characters and make that visually apparent in the dialog box to provide a name for a user.
* | | | | Merge pull request #1623 from Tinob/masterGravatar bunnei2018-11-013-105/+158
|\ \ \ \ \ | |_|/ / / |/| | | | Improve OpenGL state handling
| * | | | Improve OpenGL state handlingGravatar Rodolfo Bogado2018-10-303-105/+158
| | | | |
* | | | | Merge pull request #1527 from FernandoS27/assert-flowGravatar bunnei2018-11-012-2/+27
|\ \ \ \ \ | | | | | | | | | | | | Assert Control Flow Instructions using Control Codes
| * | | | | Assert Control Flow Instructions using Control CodesGravatar FernandoS272018-10-282-3/+28
| | |/ / / | |/| | |
* | | | | maxwell_3d: Restructure macro upload to use a single macro code memory.Gravatar bunnei2018-10-314-27/+55
| | | | | | | | | | | | | | | | | | | | | | | | | - Fixes an issue where macros could be skipped. - Fixes rendering of distant objects in Super Mario Odyssey.
* | | | | Merge pull request #1604 from FearlessTobi/port-4369Gravatar bunnei2018-10-317-7/+65
|\ \ \ \ \ | | | | | | | | | | | | Port citra-emu/citra#4369: "compatdb: Use a seperate endpoint for testcase submission"
| * | | | | compatdb: Use a seperate endpoint for testcase submissionGravatar fearlessTobi2018-10-287-7/+65
| | | | | |
* | | | | | Merge pull request #1528 from FernandoS27/assert-control-codesGravatar bunnei2018-10-312-1/+103
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Assert Control Codes Generation on Shader Instructions
| * | | | | Assert Control Codes GenerationGravatar FernandoS272018-10-302-1/+103
| | | | | |
* | | | | | Merge pull request #1614 from ReinUsesLisp/surface-paramsGravatar bunnei2018-10-316-898/+954
|\ \ \ \ \ \ | | | | | | | | | | | | | | video_core: Move surface declarations out of gl_rasterizer_cache
| * | | | | | video_core: Move surface declarations out of gl_rasterizer_cacheGravatar ReinUsesLisp2018-10-306-898/+954
| | |_|_|/ / | |/| | | |
* / | | | | service/usb: Update IPdSession's function tableGravatar Lioncash2018-10-301-3/+3
|/ / / / / | | | | | | | | | | | | | | | Updated based off information on SwitchBrew.
* | | | | Merge pull request #1624 from lioncash/boostGravatar bunnei2018-10-303-4/+0
|\ \ \ \ \ | | | | | | | | | | | | general: Remove unused boost inclusions where applicable
| * | | | | general: Remove unused boost inclusions where applicableGravatar Lioncash2018-10-303-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | Cleans up unused includes and trims off some dependencies on externals.
* | | | | | Merge pull request #1595 from FreddyFunk/castGravatar bunnei2018-10-301-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | configure_system: Fix compiler warning
| * | | | | configure_system: Fix compiler warningGravatar Frederic Laing2018-10-281-1/+1
| | | | | |
* | | | | | global: Use std::optional instead of boost::optional (#1578)Gravatar Frederic L2018-10-3049-266/+274
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * get rid of boost::optional * Remove optional references * Use std::reference_wrapper for optional references * Fix clang format * Fix clang format part 2 * Adressed feedback * Fix clang format and MacOS build
* | | | | | Merge pull request #1621 from lioncash/ipcGravatar bunnei2018-10-293-6/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | hle_ipc: Make GetDomainMessageHeader return a regular pointer
| * | | | | | hle_ipc: Add member function for querying the existence of a domain headerGravatar Lioncash2018-10-293-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Gets rid of the need to call the getter and then check for null.
| * | | | | | hle_ipc: Make GetDomainMessageHeader return a regular pointerGravatar Lioncash2018-10-292-3/+3
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Nothing requires the shared owner ship here, so we can just return a plain pointer.
* | | | | | Merge pull request #1611 from lioncash/constGravatar bunnei2018-10-294-13/+52
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | core: Add missing const variants of getters for the System class
| * | | | | core: Make System references const where applicableGravatar Lioncash2018-10-282-3/+3
| | | | | |
| * | | | | core: Add missing const variants of getters for the System classGravatar Lioncash2018-10-282-10/+49
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Many of the Current<Thing> getters (as well as a few others) were missing const qualified variants, which makes it a pain to retrieve certain things from const qualified references to System.
* | | | | Merge pull request #1580 from FernandoS27/mm-implGravatar bunnei2018-10-296-109/+254
|\ \ \ \ \ | | | | | | | | | | | | Implemented Mipmaps
| * | | | | Fixed black textures, pixelation and we no longer require to auto-generate ↵Gravatar FernandoS272018-10-281-14/+2
| | | | | | | | | | | | | | | | | | | | | | | | mipmaps
| * | | | | Fixed mipmap block autosizing algorithmGravatar FernandoS272018-10-283-13/+25
| | | | | |
| * | | | | Fixed Invalid Image size and Mipmap calculationGravatar FernandoS272018-10-281-4/+7
| | | | | |
| * | | | | Fixed Block Resizing algorithm and Clang FormatGravatar FernandoS272018-10-283-12/+19
| | | | | |
| * | | | | Implement Mip FilterGravatar FernandoS272018-10-284-10/+33
| | | | | |
| * | | | | Zero out memory region of recreated surface before flushingGravatar FernandoS272018-10-281-0/+2
| | | | | |