summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge pull request #2471 from lioncash/engine-uploadGravatar Sebastian Valle2019-05-192-6/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | video_core/engines/engine_upload: Amend constructor initializer list orderGravatar Lioncash2019-05-141-1/+1
| * | | | | | | | | | video_core/engines/engine_upload: Default destructor in the cpp fileGravatar Lioncash2019-05-142-1/+3
| * | | | | | | | | | video_core/engines/engine_upload: Remove unnecessary const on parameters in f...Gravatar Lioncash2019-05-141-2/+2
| * | | | | | | | | | video_core/engines/engine_upload: Remove unnecessary includesGravatar Lioncash2019-05-142-2/+2
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2484 from ReinUsesLisp/triangle-fanGravatar Sebastian Valle2019-05-191-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | maxwell_to_gl: Add TriangleFan primitive topologyGravatar ReinUsesLisp2019-05-171-0/+2
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2490 from lioncash/floatGravatar Hexagon122019-05-191-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ipc_helpers: Amend floating-point type in Pop<double> specializationGravatar Lioncash2019-05-181-1/+1
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2492 from lioncash/debuggerGravatar Hexagon122019-05-193-17/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | yuzu/debugger/graphics/graphics_breakpoints: Specify string conversions expli...Gravatar Lioncash2019-05-191-1/+1
| * | | | | | | | | | yuzu/debugger/profiler: Specify string conversions explicitlyGravatar Lioncash2019-05-191-2/+2
| * | | | | | | | | | yuzu/debugger/wait_tree: Specify string conversions explicitlyGravatar Lioncash2019-05-191-14/+17
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #2486 from lioncash/resetnameGravatar Sebastian Valle2019-05-1919-35/+36
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | core/kernel/object: Rename ResetType enum membersGravatar Lioncash2019-05-1819-35/+36
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2488 from lioncash/static-fnGravatar Sebastian Valle2019-05-191-4/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kernel/svc: Mark GetThreadList() and UnmapProcessCodeMemory() as internally l...Gravatar Lioncash2019-05-181-4/+4
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #2493 from lioncash/translateGravatar Sebastian Valle2019-05-191-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | yuzu/applets/profile_select: Mark header string as translatableGravatar Lioncash2019-05-191-2/+2
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2496 from lioncash/move-conGravatar Sebastian Valle2019-05-191-7/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gl_shader_gen: std::move objects where applicableGravatar Lioncash2019-05-191-7/+7
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #2476 from ReinUsesLisp/fix-compatGravatar Hexagon122019-05-191-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | yuzu/bootmanager: Explicitly enable deprecated OpenGL features on compatGravatar ReinUsesLisp2019-05-171-0/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | yuzu/util: Remove unused spinbox.cpp/.hGravatar Lioncash2019-05-193-366/+0
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #2457 from lioncash/aboutGravatar bunnei2019-05-173-11/+23
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | yuzu/main: Move window title updating logic to its own functionGravatar Lioncash2019-05-092-7/+19
| * | | | | | | | yuzu/about_dialog: Specify string conversions explicitlyGravatar Lioncash2019-05-091-4/+4
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #2477 from ReinUsesLisp/fix-sdl2Gravatar bunnei2019-05-171-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | yuzu_cmd: Make OpenGL's context currentGravatar ReinUsesLisp2019-05-171-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2478 from ReinUsesLisp/sdl2-compatGravatar bunnei2019-05-171-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | yuzu_cmd: Use OpenGL compat when asked in the settingsGravatar ReinUsesLisp2019-05-171-1/+5
| |/ / / / / / /
* / / / / / / / qt/configure_graphics: Shadow options at runtimeGravatar ReinUsesLisp2019-05-171-2/+6
|/ / / / / / /
* | | | | | | Merge pull request #2462 from lioncash/video-mmGravatar Mat M2019-05-142-17/+20
|\ \ \ \ \ \ \
| * | | | | | | video_core/memory_manager: Mark IsBlockContinuous() as a const member functionGravatar Lioncash2019-05-092-4/+4
| * | | | | | | video_core/memory_manager: Mark the constructor as explicitGravatar Lioncash2019-05-091-1/+1
| * | | | | | | video_core/memory_manager: Default the destructor within the cpp fileGravatar Lioncash2019-05-092-0/+3
| * | | | | | | video_core/memory_manager: Amend doxygen commentsGravatar Lioncash2019-05-091-7/+7
| * | | | | | | video_core/memory_manager: Remove superfluous const from function declarationsGravatar Lioncash2019-05-091-7/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2461 from lioncash/unused-varGravatar Mat M2019-05-147-22/+4
|\ \ \ \ \ \ \
| * | | | | | | video_core/renderer_opengl/gl_shader_cache: Correct member initialization orderGravatar Lioncash2019-05-091-1/+1
| * | | | | | | video_core/shader/decode/texture: Remove unused variable from GetTld4Code()Gravatar Lioncash2019-05-091-1/+0
| * | | | | | | renderer_vulkan/vk_shader_decompiler: Remove unused variable from DeclareInte...Gravatar Lioncash2019-05-091-1/+0
| * | | | | | | video_core/renderer_opengl/gl_shader_decompiler: Remove unused Composite() fu...Gravatar Lioncash2019-05-091-11/+0
| * | | | | | | video_core/renderer_opengl/gl_rasterizer_cache: Remove unused variable in Upl...Gravatar Lioncash2019-05-091-1/+0
| * | | | | | | video_core/gpu_thread: Remove unused local variableGravatar Lioncash2019-05-091-1/+1
| * | | | | | | video_core/textures/astc: Remove unused variablesGravatar Lioncash2019-05-091-6/+2
| |/ / / / / /
* | | | | | | Merge pull request #2460 from lioncash/volatileGravatar Mat M2019-05-141-0/+2
|\ \ \ \ \ \ \
| * | | | | | | CMakeLists: Specify /volatile:iso for MSVCGravatar Lioncash2019-05-091-0/+2
| |/ / / / / /
* | | | | | | Merge pull request #2450 from lioncash/warn-levelGravatar Mat M2019-05-141-1/+4
|\ \ \ \ \ \ \
| * | | | | | | CMakeLists: Explicitly specify -Wall for the non-MSVC caseGravatar Lioncash2019-05-041-1/+4
| | |/ / / / / | |/| | | | |