summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | prepo: : Don't read extra buffer from report unless passedGravatar David Marcec2020-06-241-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepo doesn't always pass a secondary buffer, we assume it always does which leads to a bad read.
| * | | | | | | | | | | | | Merge pull request #4063 from FreddyFunk/game-version-in-titleGravatar bunnei2020-06-302-13/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add game version to window title
| | * | | | | | | | | | | | | Reorder variables to comply with the Auzure build pipelineGravatar unknown2020-06-221-2/+2
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Add game versio to title barGravatar unknown2020-06-082-13/+17
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #4166 from VolcaEM/quickstart-faqGravatar bunnei2020-06-303-5/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "Open Quickstart Guide" and "FAQ" buttons to the Help menu
| | * | | | | | | | | | | | | | Update FAQ function name (2/2)Gravatar VolcaEM2020-06-271-2/+2
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Update FAQ function name (1/2)Gravatar VolcaEM2020-06-271-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Update function name againGravatar VolcaEM2020-06-261-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Update function name (2/2)Gravatar VolcaEM2020-06-261-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Update function name (1/2)Gravatar VolcaEM2020-06-261-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Clang-format againGravatar VolcaEM2020-06-251-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Clang-formatGravatar VolcaEM2020-06-251-1/+2
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Remove unnecessary newlineGravatar VolcaEM2020-06-251-1/+0
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge branch 'master' into quickstart-faqGravatar VolcaEM2020-06-25135-2177/+6259
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Fix typo 2: electric boogalooGravatar VolcaEM2020-06-251-1/+1
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Use QUrl (2/2)Gravatar VolcaEM2020-06-251-6/+5
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Use QUrl (1/2)Gravatar VolcaEM2020-06-251-1/+1
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Fix formattingGravatar VolcaEM2020-06-251-2/+2
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Fix typoGravatar VolcaEM2020-06-251-1/+1
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Add "Open Quickstart Guide" and "FAQ" buttons to the Help menuGravatar VolcaEM2020-06-253-0/+48
| | | |_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While we're at it, also refactor the function used by OnOpenModsPage to be compatible with other URLs
| * | | | | | | | | | | | | | | Merge pull request #4176 from ReinUsesLisp/compatible-formatsGravatar Fernando Sahmkow2020-06-304-5/+216
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | texture_cache: Check format compatibility before copying
| | * | | | | | | | | | | | | | | texture_cache: Test format compatibility before copyingGravatar ReinUsesLisp2020-06-262-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid illegal copies. This intercepts the last step of a copy to avoid generating validation errors or corrupting the driver on some instances. We can create views and emit copies accordingly in future commits and remove this last-step validation.
| | * | | | | | | | | | | | | | | video_core/compatible_formats: Table to test if two formats are legal to ↵Gravatar ReinUsesLisp2020-06-263-0/+196
| | | |_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | view or copy Add a flat table to test if it's legal to create a texture view between two formats or copy betweem them. This table is based on ARB_copy_image and ARB_texture_view. Copies are more permissive than views.
| * | | | | | | | | | | | | | | Merge pull request #4157 from ReinUsesLisp/unified-turingGravatar Fernando Sahmkow2020-06-301-19/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | gl_device: Enable NV_vertex_buffer_unified_memory on Turing devices
| | * | | | | | | | | | | | | | gl_device: Enable NV_vertex_buffer_unified_memory on Turing devicesGravatar ReinUsesLisp2020-06-251-19/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Once we make sure not to corrupt Nvidia's driver, we can safely use resident buffers on Turing devices. See GitHub pull request #4156
| * | | | | | | | | | | | | | | Merge pull request #4191 from Morph1984/vertex-formatsGravatar Rodrigo Locatti2020-06-303-109/+78
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maxwell_to_gl/vk: Reorder vertex formats
| | * | | | | | | | | | | | | | | maxwell_to_gl: Rename VertexType() to VertexFormat()Gravatar Morph2020-06-292-4/+5
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | maxwell_to_vk: Reorder vertex formats and add A2B10G10R10 for all types ↵Gravatar Morph2020-06-281-75/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | except float
| | * | | | | | | | | | | | | | | maxwell_to_gl: Add 32 bit component sizes to (un)signed scaled formatsGravatar Morph2020-06-281-30/+4
| | | |_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 32 bit component sizes to (un)signed scaled formats and group (un)signed normalized, scaled, and integer formats together.
| * | | | | | | | | | | | | | | macro: Add support for "middle methods" on the code cache (#4112)Gravatar David2020-06-301-8/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Macro code is just uploaded sequentially from a starting address, however that does not mean the entry point for the macro is at that address. This PR adds preliminary support for executing macros in the middle of our cached code.
| * | | | | | | | | | | | | | | Merge pull request #4182 from Kewlan/fullscreen-hotkey-fixGravatar bunnei2020-06-291-4/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | hotkeys: Fix issues caused when changing the fullscreen hotkey
| | * | | | | | | | | | | | | | Fix issues caused when changing the fullscreen hotkeyGravatar Kewlan2020-06-271-4/+5
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #4140 from ReinUsesLisp/validation-layersGravatar Rodrigo Locatti2020-06-293-5/+43
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | renderer_vulkan: Update validation layer name and test before enabling
| | * | | | | | | | | | | | | | renderer_vulkan: Update validation layer name and test before enablingGravatar ReinUsesLisp2020-06-223-5/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update validation layer string to VK_LAYER_KHRONOS_validation. While we are at it, properly check for available validation layers before enabling them.
| * | | | | | | | | | | | | | | Merge pull request #3955 from FernandoS27/prometheus-2bGravatar bunnei2020-06-28115-2293/+3971
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remake Kernel Scheduling, CPU Management & Boot Management (Prometheus)
| | * | | | | | | | | | | | | | | Core/Common: Address Feedback.Gravatar Fernando Sahmkow2020-06-2721-58/+58
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | NvFlinger: Clang Format.Gravatar Fernando Sahmkow2020-06-271-1/+1
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Build System: Fix GCC & MINGW Build.Gravatar Fernando Sahmkow2020-06-271-0/+4
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | SVC: Implement 32-bits wrappers and update Dynarmic.Gravatar Fernando Sahmkow2020-06-274-34/+282
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, ↵Gravatar Fernando Sahmkow2020-06-272-6/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SetMemoryAttribute32
| | * | | | | | | | | | | | | | | ARM: Update Dynarmic and Setup A32 according to latest interface.Gravatar Fernando Sahmkow2020-06-278-93/+174
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | SVC: Add GetThreadPriority32 & SetThreadPriority32Gravatar Fernando Sahmkow2020-06-272-2/+30
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | ArmDynarmic32: Setup CNTPCT correctlyGravatar Fernando Sahmkow2020-06-271-1/+1
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Audio: Correct buffer release for host timing.Gravatar Fernando Sahmkow2020-06-273-1/+22
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Common/Kernel: Corrections and small bug fixing.Gravatar Fernando Sahmkow2020-06-272-8/+3
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Services/NvFlinger: Do vSync in a sepparate thread on Multicore.Gravatar Fernando Sahmkow2020-06-274-5/+69
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Common/NativeClockx86: Reduce native clock accuracy further.Gravatar Fernando Sahmkow2020-06-271-1/+1
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Tests/CoreTiming: Correct host timing tests.Gravatar Fernando Sahmkow2020-06-272-157/+14
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | ARMDynarmicInterface: Correct GCC Build Errors.Gravatar Fernando Sahmkow2020-06-272-6/+6
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Common/AtomicOps: Correct GCC Intrinsic argument ordering.Gravatar Fernando Sahmkow2020-06-271-5/+5
| | | | | | | | | | | | | | | | |