summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #417 from bunnei/lang-codesGravatar bunnei2018-04-293-8/+49
|\ \ \
| * | | am: Fix GetDesiredLanguage implementation.Gravatar bunnei2018-04-291-2/+4
| * | | set: Fix GetAvailableLanguageCodes implementation.Gravatar bunnei2018-04-292-6/+45
| |/ /
* / / fermi_2d: Fix surface copy block height.Gravatar bunnei2018-04-282-2/+7
|/ /
* | file_util: Remove compiler version checks around is_trivially_copyable()Gravatar Lioncash2018-04-281-8/+0
* | log: Remove old logging macros and functionsGravatar Lioncash2018-04-272-54/+1
* | Merge pull request #408 from bunnei/shader-ints-p2Gravatar bunnei2018-04-271-154/+262
|\ \
| * | gl_shader_decompiler: Add GLSLRegisterManager class to track register state.Gravatar bunnei2018-04-271-154/+262
* | | renderer_opengl: Replace usages of LOG_GENERIC with fmt-capable equivalentsGravatar Lioncash2018-04-271-6/+7
* | | core: Replace usages of LOG_GENERIC with new fmt-capable equivalentsGravatar Lioncash2018-04-273-6/+4
|/ /
* | general: Convert assertion macros over to be fmt-compatibleGravatar Lioncash2018-04-2717-39/+39
* | Merge pull request #380 from ogniK5377/service-implGravatar bunnei2018-04-2713-13/+140
|\ \
| * | Switched to NGLOG_WARNINGGravatar David Marcec2018-04-264-5/+5
| * | Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-implGravatar David Marcec2018-04-26110-2244/+1811
| |\ \
| * | | Added PREPO to logging backend, Removed comments from SaveReportWithUserGravatar David Marcec2018-04-263-13/+3
| * | | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...Gravatar David Marcec2018-04-2210-25/+64
| * | | lioncash proposed changesGravatar David2018-04-221-2/+2
| * | | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...Gravatar David Marcec2018-04-2111-11/+109
* | | | Merge pull request #406 from lioncash/frontendGravatar bunnei2018-04-265-27/+26
|\ \ \ \
| * | | | frontends: Move logging macros over to new fmt-capable onesGravatar Lioncash2018-04-265-27/+26
* | | | | Merge pull request #407 from lioncash/commonGravatar bunnei2018-04-264-67/+67
|\ \ \ \ \
| * | | | | common: Move logging macros over to new fmt-capable macros where applicableGravatar Lioncash2018-04-264-67/+67
| |/ / / /
* / / / / input_common: Move old logging macros over to fmt-capable onesGravatar Lioncash2018-04-261-3/+3
|/ / / /
* | | | Merge pull request #402 from lioncash/coreGravatar bunnei2018-04-266-28/+28
|\ \ \ \
| * | | | core: Replace remaining old non-generic logger usages with fmt-capable equiva...Gravatar Lioncash2018-04-266-28/+28
* | | | | Merge pull request #399 from bunnei/shader-intsGravatar bunnei2018-04-262-9/+120
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | gl_shader_decompiler: Boilerplate for handling integer instructions.Gravatar bunnei2018-04-262-6/+111
| * | | | gl_shader_decompiler: Move color output to EXIT instruction.Gravatar bunnei2018-04-261-6/+12
| |/ / /
* / / / common: Remove chunk_file.h and linear_disk_cache.hGravatar Lioncash2018-04-263-792/+0
|/ / /
* | | core/gdbstub: Move logging macros to new fmt-compatible onesGravatar Lioncash2018-04-261-38/+37
* | | core/hw: Move logging macros over to fmt-capable onesGravatar Lioncash2018-04-262-8/+10
* | | Merge pull request #396 from Subv/shader_opsGravatar bunnei2018-04-252-9/+89
|\ \ \
| * | | Shaders: Added bit decodings for the I2I instruction.Gravatar Subv2018-04-251-0/+6
| * | | Shaders: Implemented the FSET instruction.Gravatar Subv2018-04-251-0/+53
| * | | Shaders: Added decodings for the FSET instructions.Gravatar Subv2018-04-242-9/+30
* | | | Merge pull request #398 from lioncash/kernelGravatar bunnei2018-04-2511-107/+110
|\ \ \ \
| * | | | kernel/shared_memory: Remove unnecessary semicolon at end of ConvertPermissio...Gravatar Lioncash2018-04-251-1/+1
| * | | | kernel: Migrate logging macros to fmt-compatible onesGravatar Lioncash2018-04-2511-106/+109
* | | | | Merge pull request #387 from Subv/maxwell_2dGravatar bunnei2018-04-2510-52/+203
|\ \ \ \ \
| * | | | | GPU: Partially implemented the Fermi2D surface copy operation.Gravatar Subv2018-04-252-0/+59
| * | | | | Memory: Added a missing shortcut for Memory::CopyBlock for the current process.Gravatar Subv2018-04-251-0/+4
| * | | | | GPU: Make the Textures::CopySwizzledData function accessible from the outside...Gravatar Subv2018-04-252-3/+6
| * | | | | GPU: Added a function to retrieve the bytes per pixel of the render target fo...Gravatar Subv2018-04-252-0/+15
| * | | | | GPU: Added surface copy registers to Fermi2DGravatar Subv2018-04-251-1/+57
| * | | | | GPU: Added boilerplate code for the Fermi2D engineGravatar Subv2018-04-253-3/+34
| * | | | | GPU: Reduce the number of registers of Maxwell3D to 0xE00.Gravatar Subv2018-04-252-5/+5
| * | | | | GPU: Move the Maxwell3D macro uploading code to the inside of the Maxwell3D p...Gravatar Subv2018-04-254-40/+23
| * | | | | GPU: Corrected the upper bound of the PFIFO method ids in the command processor.Gravatar Subv2018-04-251-1/+1
* | | | | | Merge pull request #395 from lioncash/file-sysGravatar bunnei2018-04-258-68/+59
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | file-sys: convert a StringFromFormat call into fmt::format in GetFullPath()Gravatar Lioncash2018-04-251-4/+1