summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | gl_shader_decompiler: More cleanups, etc. with how we handle register types.Gravatar bunnei2018-04-281-44/+120
| * | GLSLRegister: Simplify register declarations, etc.Gravatar bunnei2018-04-281-63/+31
| * | shader_bytecode: Add decodings for i2i instructions.Gravatar bunnei2018-04-281-3/+20
| * | gl_shader_decompiler: Implement MOV32_IMM instruction.Gravatar bunnei2018-04-282-2/+7
* | | 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
| |/ /
* | | Merge pull request #418 from bunnei/copy-block-heightGravatar Sebastian Valle2018-04-292-2/+7
|\ \ \ | |/ / |/| |
| * | fermi_2d: Fix surface copy block height.Gravatar bunnei2018-04-282-2/+7
|/ /
* | Merge pull request #414 from lioncash/cruftGravatar bunnei2018-04-281-8/+0
|\ \
| * | file_util: Remove compiler version checks around is_trivially_copyable()Gravatar Lioncash2018-04-281-8/+0
* | | Merge pull request #413 from lioncash/dynarmicGravatar bunnei2018-04-281-0/+0
|\ \ \ | |/ / |/| |
| * | externals: Update dynarmicGravatar Lioncash2018-04-281-0/+0
* | | Merge pull request #412 from lioncash/logGravatar bunnei2018-04-282-54/+1
|\ \ \ | |/ / |/| |
| * | log: Remove old logging macros and functionsGravatar Lioncash2018-04-272-54/+1
* | | Merge pull request #411 from lioncash/travisGravatar Mat M2018-04-271-1/+1
|\ \ \ | |/ / |/| |
| * | travis: Use Xcode 9.3 instead of 9.2Gravatar Lioncash2018-04-271-1/+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
| |/ /
* | | Merge pull request #410 from lioncash/genericGravatar bunnei2018-04-274-12/+11
|\ \ \ | |/ / |/| |
| * | 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
|/ /
* | Merge pull request #409 from lioncash/assertGravatar bunnei2018-04-2717-39/+39
|\ \
| * | 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
| |/ / / /
* | | | | Merge pull request #405 from lioncash/inputGravatar bunnei2018-04-261-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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
| |/ / /
* | | | Merge pull request #403 from lioncash/commonGravatar bunnei2018-04-263-792/+0
|\ \ \ \ | |/ / / |/| | |
| * | | common: Remove chunk_file.h and linear_disk_cache.hGravatar Lioncash2018-04-263-792/+0
|/ / /
* | | Merge pull request #401 from lioncash/gdbstubGravatar bunnei2018-04-261-38/+37
|\ \ \
| * | | core/gdbstub: Move logging macros to new fmt-compatible onesGravatar Lioncash2018-04-261-38/+37
|/ / /
* | | Merge pull request #400 from lioncash/hwGravatar bunnei2018-04-262-8/+10
|\ \ \
| * | | 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