summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core/format_lookup_table: Add formats with existing PixelFormatGravatar ReinUsesLisp2020-07-131-1/+9
* video_core: Fix B5G6R5_UNORM render target formatGravatar ReinUsesLisp2020-07-135-1/+10
* video_core: Fix B5G6R5UGravatar ReinUsesLisp2020-07-132-2/+2
* video_core: Implement RGBA32_SINT render targetGravatar ReinUsesLisp2020-07-137-58/+71
* video_core: Implement RGBA32_SINT render targetGravatar ReinUsesLisp2020-07-137-0/+13
* video_core: Implement RGBA16_SINT render targetGravatar ReinUsesLisp2020-07-137-0/+13
* video_core: Implement RGBA8_SINT render targetGravatar ReinUsesLisp2020-07-137-0/+13
* video_core: Implement RG32_SINT render targetGravatar ReinUsesLisp2020-07-137-0/+13
* video_core: Implement RG8_SINT render target and fix RG8_UINTGravatar ReinUsesLisp2020-07-137-1/+14
* video_core: Implement R8_SINT render targetGravatar ReinUsesLisp2020-07-137-0/+13
* video_core: Implement R8_SNORM render targetGravatar ReinUsesLisp2020-07-137-0/+13
* video_core/surface: Remove explicit values on PixelFormat's definitionGravatar ReinUsesLisp2020-07-131-80/+80
* video_core/surface: Reorder render target to pixel format switchGravatar ReinUsesLisp2020-07-131-53/+51
* Merge pull request #4265 from Morph1984/file-renameGravatar Fernando Sahmkow2020-07-121-10/+17
|\
| * vfs_real: Fix MoveFileGravatar Morph2020-07-101-10/+17
* | Merge pull request #4290 from lioncash/latestGravatar LC2020-07-121-2/+2
|\ \
| * | CMakeLists: Make use of /std:c++latest on MSVCGravatar Lioncash2020-07-111-2/+2
* | | Merge pull request #3385 from Morph1984/batch-installGravatar bunnei2020-07-126-146/+343
|\ \ \
| * | | Add additional empty check for the QStringList returned by the InstallDialogGravatar Morph2020-07-101-0/+4
| * | | Update the install and progress dialogsGravatar Morph2020-07-104-80/+65
| * | | Refactor batch installing filesGravatar Morph2020-07-104-196/+238
| * | | Add support for batch install to NANDGravatar Morph2020-07-106-124/+290
| | |/ | |/|
* | | common/alignment: Fix compilation errors (#4303)Gravatar Tobias2020-07-121-1/+3
* | | Merge pull request #4275 from CrazyMax/desired_languageGravatar bunnei2020-07-121-1/+13
|\ \ \
| * | | AM: fix GetDesiredLanguage:Gravatar CrazyMax2020-07-081-1/+13
* | | | Merge pull request #4289 from ReinUsesLisp/dynfixGravatar bunnei2020-07-111-6/+6
|\ \ \ \
| * | | | vk_rasterizer: Pass <pSizes> to CmdBindVertexBuffers2EXTGravatar ReinUsesLisp2020-07-101-6/+6
| | |_|/ | |/| |
* | | | Revert "Port citra-emu/citra#5441: "Common: remove a mod from AlignUp""Gravatar bunnei2020-07-111-3/+1
* | | | Common: remove a mod from AlignUp (#5441)Gravatar Marshall Mohror2020-07-111-1/+3
* | | | Merge pull request #4203 from VolcaEM/servicesGravatar bunnei2020-07-1126-154/+282
|\ \ \ \
| * | | | Rename two functions in NSGravatar VolcaEM2020-07-021-2/+2
| * | | | Rename GetApplicationArea2 to GetApplicationAreaSizeGravatar VolcaEM2020-07-021-2/+2
| * | | | Remove duplicate functionsGravatar VolcaEM2020-06-291-2/+0
| * | | | Use decimal instead of hexadecimalGravatar VolcaEM2020-06-291-3/+5
| * | | | Fix typoGravatar VolcaEM2020-06-291-1/+1
| * | | | Clang-formatGravatar VolcaEM2020-06-291-1/+1
| * | | | service: Update function tablesGravatar VolcaEM2020-06-2927-157/+285
* | | | | Merge pull request #4250 from Morph1984/key-writingGravatar bunnei2020-07-101-4/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | KeyManager: Prevent writing of invalid keysGravatar Morph2020-07-101-4/+8
| | |_|/ | |/| |
* | | | Merge pull request #4221 from jbeich/unused-qt-openglGravatar bunnei2020-07-101-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | cmake: stop linking against QGL after c6a0ab979239Gravatar Jan Beich2020-07-011-1/+1
* | | | cmake: Fix libfmt linking errorsGravatar David Marcec2020-07-101-5/+1
* | | | Merge pull request #4283 from lat9nq/fix-linux-nvidia-vulkanGravatar Rodrigo Locatti2020-07-101-1/+1
|\ \ \ \
| * | | | vk_stream_buffer: set allocable_size to 9 MiBGravatar lat9nq2020-07-091-1/+1
* | | | | configuration: implement per-game configurations (#4098)Gravatar lat9nq2020-07-0957-835/+1942
* | | | | Merge pull request #4281 from RealJohnGalt/linkfix2Gravatar bunnei2020-07-091-1/+5
|\ \ \ \ \
| * | | | | cmake: fix fmt linking when foundGravatar John Galt2020-07-091-1/+5
| |/ / / /
* | | | | Merge pull request #4248 from Morph1984/CreateManagedDisplaySeparableLayerGravatar bunnei2020-07-092-1/+20
|\ \ \ \ \
| * | | | | AM/ISelfController: Stub CreateManagedDisplaySeparableLayerGravatar Morph2020-07-052-1/+20
* | | | | | Merge pull request #4202 from ReinUsesLisp/scoped-lockGravatar bunnei2020-07-092-15/+12
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |