| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge pull request #3105 from ReinUsesLisp/fix-stencil-reg | 2019-11-24 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | maxwell_3d: Fix stencil_back_func_mask offset | 2019-11-13 | 1 | -3/+3 | ||
| * | | | | | | | Merge pull request #3156 from bunnei/sys-ticks | 2019-11-24 | 1 | -1/+4 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Update svc.cpp | 2019-11-23 | 1 | -0/+1 | ||
| | * | | | | | | | svc: GetSystemTick should return cntpct_el0, not core ticks. | 2019-11-23 | 1 | -1/+3 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3153 from FearlessTobi/port-4964 | 2019-11-24 | 1 | -2/+3 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | fix clang-format and lambda capture | 2019-11-23 | 1 | -1/+2 | ||
| | * | | | | | | | unfold UNREACHABLE implementation for dumb compilers | 2019-11-23 | 1 | -2/+2 | ||
| * | | | | | | | | Merge pull request #3145 from ReinUsesLisp/buffer-cache-init | 2019-11-24 | 1 | -10/+10 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | buffer_cache: Remove brace initialized for objects with default constructor | 2019-11-20 | 1 | -10/+10 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3114 from FernandoS27/cond-var | 2019-11-23 | 5 | -22/+74 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Kernel: Optimize condition variable threads management. | 2019-11-21 | 4 | -24/+21 | ||
| | * | | | | | | | Kernel: Correct SignalProcessWideKey | 2019-11-21 | 1 | -6/+2 | ||
| | * | | | | | | | Kernel: Correct behavior of Condition Variables to be more similar to real ha... | 2019-11-21 | 5 | -15/+74 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #3141 from ReinUsesLisp/gl-position | 2019-11-23 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gl_shader_gen: Apply default value to gl_Position | 2019-11-19 | 1 | -0/+1 | ||
| * | | | | | | | | Merge pull request #3130 from FernandoS27/cancel-sync | 2019-11-23 | 3 | -2/+19 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Kernel: Correct Cancel Synchronization. | 2019-11-16 | 3 | -2/+19 | ||
| * | | | | | | | | Merge pull request #3140 from FearlessTobi/port-4953 | 2019-11-21 | 1 | -13/+0 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | citra_qt/main.ui: remove unused actions "Load Symbol Map..." and... | 2019-11-19 | 1 | -13/+0 | ||
| * | | | | | | | | | Merge pull request #3112 from lioncash/skip | 2019-11-21 | 1 | -8/+16 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | service/am: Remove unnecessary Skip calls | 2019-11-14 | 1 | -8/+16 | ||
| * | | | | | | | | | | Merge pull request #3111 from lioncash/query | 2019-11-21 | 2 | -5/+14 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | am: Stub QueryApplicationPlayStatistics | 2019-11-14 | 2 | -5/+14 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | shader/other: Reduce DEPBAR log severity | 2019-11-19 | 1 | -1/+1 | ||
| * | | | | | | | | | Merge pull request #3086 from ReinUsesLisp/format-lookups | 2019-11-19 | 12 | -555/+442 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | format_lookup_table: Address feedback | 2019-11-14 | 2 | -30/+24 | ||
| | * | | | | | | | | texture_cache: Use a table instead of switch for texture formats | 2019-11-14 | 9 | -261/+290 | ||
| | * | | | | | | | | texture_cache: Drop abstracted ComponentType | 2019-11-14 | 8 | -294/+158 | ||
| * | | | | | | | | | common/logging: Silence no return value warnings | 2019-11-15 | 1 | -2/+6 | ||
| * | | | | | | | | | Merge pull request #3047 from ReinUsesLisp/clip-control | 2019-11-15 | 9 | -82/+50 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | gl_rasterizer: Remove front facing hack | 2019-11-07 | 1 | -12/+0 | ||
| | * | | | | | | | | | gl_shader_decompiler: Fix typo "y_negate"->"y_direction" | 2019-11-07 | 1 | -1/+1 | ||
| | * | | | | | | | | | gl_shader_manager: Remove unused variable in SetFromRegs | 2019-11-07 | 1 | -1/+0 | ||
| | * | | | | | | | | | yuzu_cmd: Use string_view instead of string for extensions | 2019-11-07 | 1 | -3/+3 | ||
| | * | | | | | | | | | gl_rasterizer: Emulate viewport flipping with ARB_clip_control | 2019-11-07 | 9 | -76/+57 | ||
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #3091 from lioncash/core-conversion | 2019-11-15 | 35 | -170/+182 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | externals: Update httplib | 2019-11-12 | 1 | -1/+1 | ||
| | * | | | | | | | | service: Resolve sign conversion errors | 2019-11-12 | 15 | -58/+55 | ||
| | * | | | | | | | | perf_stats: Resolve implicit int to double conversion error | 2019-11-12 | 1 | -1/+1 | ||
| | * | | | | | | | | loader; Resolve sign conversion/truncation errors | 2019-11-12 | 3 | -6/+6 | ||
| | * | | | | | | | | gdbstub: Resolve sign conversion errors | 2019-11-12 | 1 | -1/+2 | ||
| | * | | | | | | | | kernel: Resolve sign conversion warnings | 2019-11-12 | 4 | -72/+60 | ||
| | * | | | | | | | | file_sys: Resolve sign conversion warnings | 2019-11-12 | 4 | -12/+10 | ||
| | * | | | | | | | | result: Add default error code for the ResultCode(-1) case | 2019-11-12 | 1 | -1/+9 | ||
| | * | | | | | | | | crypto: Resolve sign-conversion warnings | 2019-11-12 | 2 | -11/+12 | ||
| | * | | | | | | | | result: Resolve sign-coversion warnings | 2019-11-12 | 1 | -1/+1 | ||
| | * | | | | | | | | arm_unicorn: Resolve sign conversion warnings | 2019-11-12 | 3 | -8/+10 | ||
| | * | | | | | | | | CMakeLists: Make most implicit type conversion warnings errors on MSVC | 2019-11-12 | 1 | -0/+17 | ||
| | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #3113 from lioncash/semi | 2019-11-14 | 1 | -4/+6 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||