summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | maxwell_3d: Reset vertex counts after drawing.Gravatar bunnei2018-04-291-0/+10
| * | | gl_shader_decompiler: Implement MOV_R.Gravatar bunnei2018-04-291-1/+2
| * | | maxwell_to_gl: Implement type SignedNorm, Size_8_8_8_8.Gravatar bunnei2018-04-291-0/+12
| * | | shader_bytecode: Add decoding for FMNMX instruction.Gravatar bunnei2018-04-291-0/+2
| * | | gl_shader_decompiler: Implement MOV_C.Gravatar bunnei2018-04-291-0/+5
* | | | file_util: Make move constructor/assignment operator and related functions no...Gravatar Lioncash2018-04-292-6/+6
* | | | file_util: Add static assertions to ReadBytes() and WriteBytes()Gravatar Lioncash2018-04-291-2/+6
| |/ / |/| |
* | | Shaders: Implemented predicate condition 3 (LessEqual) in the fset and fsetp ...Gravatar Subv2018-04-291-0/+7
|/ /
* | Merge pull request #416 from bunnei/shader-ints-p3Gravatar bunnei2018-04-292-114/+206
|\ \
| * | gl_shader_decompiler: Partially implement I2I_R, and I2F_R.Gravatar bunnei2018-04-282-8/+34
| * | 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
| |/ /
* / / 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
|\ \ \ \