summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #2413 from FernandoS27/opt-gpuGravatar Rodrigo Locatti2019-05-137-33/+54
|\ \ \ | |_|/ |/| |
| * | Rasterizer Cache: Use a temporal storage for Surfaces loading/flushing.Gravatar Fernando Sahmkow2019-04-214-18/+30
| * | RasterizerCache Redesign: Flush Gravatar Fernando Sahmkow2019-04-196-17/+26
* | | Merge pull request #2437 from lioncash/audctlGravatar bunnei2019-05-091-2/+2
|\ \ \
| * | | service/audctl: Update documentation comments to be relative to 8.0.0Gravatar Lioncash2019-04-271-2/+2
* | | | Merge pull request #2454 from lioncash/cflagGravatar bunnei2019-05-091-9/+21
|\ \ \ \
| * | | | src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flagsGravatar Lioncash2019-05-071-8/+10
| * | | | src/CMakeLists: Vertically order compilation flagsGravatar Lioncash2019-05-071-9/+19
| | |_|/ | |/| |
* | | | Merge pull request #2442 from FernandoS27/astc-fixGravatar bunnei2019-05-091-1/+3
|\ \ \ \
| * | | | Fix Layered ASTC TexturesGravatar Fernando Sahmkow2019-04-301-1/+3
* | | | | Merge pull request #2443 from ReinUsesLisp/skip-repeated-variantsGravatar bunnei2019-05-091-1/+4
|\ \ \ \ \
| * | | | | gl_shader_disk_cache: Skip stored shader variants instead of assertingGravatar ReinUsesLisp2019-05-011-1/+4
| |/ / / /
* | | | | Merge pull request #2445 from FearlessTobi/port-4749Gravatar bunnei2019-05-092-9/+9
|\ \ \ \ \
| * | | | | core/telemetry_session: Only create the backend when we really need itGravatar zhupengfei2019-05-042-9/+9
| | |/ / / | |/| | |
* | | | | Merge pull request #2458 from lioncash/hotkeyGravatar bunnei2019-05-091-2/+0
|\ \ \ \ \
| * | | | | yuzu/hotkeys: Remove unnecessary constructorGravatar Lioncash2019-05-091-2/+0
| |/ / / /
* | | | | Merge pull request #2456 from lioncash/qualifierGravatar bunnei2019-05-091-3/+3
|\ \ \ \ \
| * | | | | yuzu/compatdb: Remove unnecessary qualifiersGravatar Lioncash2019-05-091-3/+3
| |/ / / /
* | | | | Merge pull request #2459 from lioncash/whatGravatar bunnei2019-05-091-0/+4
|\ \ \ \ \
| * | | | | configure_dialog: Remove the Whats This? button from the dialogGravatar Lioncash2019-05-091-0/+4
| |/ / / /
* | | | | Merge pull request #2453 from lioncash/enumGravatar bunnei2019-05-091-9/+0
|\ \ \ \ \
| * | | | | core/memory: Remove unused FlushMode enumGravatar Lioncash2019-05-071-9/+0
| |/ / / /
* | | | | Merge pull request #2429 from FernandoS27/computeGravatar bunnei2019-05-0913-142/+483
|\ \ \ \ \
| * | | | | Refactors and name corrections.Gravatar Fernando Sahmkow2019-05-016-35/+35
| * | | | | Fixes and Corrections to DMA EngineGravatar Fernando Sahmkow2019-04-232-37/+57
| * | | | | Add Swizzle Parameters to the DMA engineGravatar Fernando Sahmkow2019-04-232-2/+27
| * | | | | Add Documentation Headers to all the GPU EnginesGravatar Fernando Sahmkow2019-04-235-0/+29
| * | | | | Corrections and stylingGravatar Fernando Sahmkow2019-04-235-6/+9
| * | | | | Implement Maxwell3D Data UploadGravatar Fernando Sahmkow2019-04-222-3/+32
| * | | | | Introduce skeleton of the GPU Compute Engine.Gravatar Fernando Sahmkow2019-04-223-8/+202
| * | | | | Revamp Kepler Memory to use a subegine to manage uploadsGravatar Fernando Sahmkow2019-04-226-93/+134
* | | | | | Merge pull request #2447 from lioncash/dtorGravatar Rodrigo Locatti2019-05-072-0/+4
|\ \ \ \ \ \