| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge pull request #3143 from ReinUsesLisp/indexing-bug | 2019-11-26 | 2 | -48/+2 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | gl_device: Deduce indexing bug from device instead of heuristic | 2019-11-25 | 2 | -48/+2 | ||
| * | | | | | | core_timing: Use better reference tracking for EventType. (#3159) | 2019-11-26 | 17 | -161/+103 | ||
| | |/ / / / |/| | | | | ||||||
| * | | | | | Merge pull request #3164 from ReinUsesLisp/half-cast-float | 2019-11-26 | 1 | -1/+2 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | gl_shader_decompiler: Fix casts from fp32 to f16 | 2019-11-25 | 1 | -1/+2 | ||
| | |/ / / / | ||||||
| * / / / / | kernel: Fix reference management for client/server session. | 2019-11-25 | 3 | -20/+18 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #3158 from ReinUsesLisp/srgb-blit | 2019-11-24 | 1 | -0/+1 | ||
| |\ \ \ \ | ||||||
| | * | | | | gl_texture_cache: Apply sRGB on blits | 2019-11-24 | 1 | -0/+1 | ||
| * | | | | | Merge pull request #3094 from lioncash/tables | 2019-11-24 | 33 | -7/+192 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | service: Update function tables | 2019-11-12 | 33 | -7/+192 | ||
| * | | | | | | Merge pull request #3155 from bunnei/fix-asynch-gpu-wait | 2019-11-24 | 1 | -17/+15 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gpu_thread: Don't spin wait if there are no GPU commands. | 2019-11-23 | 1 | -17/+15 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel... | 2019-11-24 | 74 | -378/+377 | ||
| * | | | | | | Merge pull request #3098 from ReinUsesLisp/shader-invalidations | 2019-11-24 | 31 | -744/+742 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gl_device: Reserve base bindings on limited devices | 2019-11-22 | 1 | -36/+76 | ||
| | * | | | | | | gl_state: Skip null texture binds | 2019-11-22 | 1 | -1/+5 | ||
| | * | | | | | | gl_rasterizer: Disable compute shaders on Intel | 2019-11-22 | 3 | -0/+12 | ||
| | * | | | | | | gl_shader_cache: Hack shared memory size | 2019-11-22 | 1 | -2/+3 | ||
| | * | | | | | | gl_shader_decompiler: Normalize image bindings | 2019-11-22 | 3 | -33/+19 | ||
| | * | | | | | | gl_shader_decompiler: Normalize cbuf bindings | 2019-11-22 | 2 | -10/+6 | ||
| | * | | | | | | gl_rasterizer: Add missing cbuf counter reset on compute | 2019-11-22 | 1 | -0/+2 | ||
| | * | | | | | | gl_shader_cache: Remove dynamic BaseBinding specialization | 2019-11-22 | 16 | -192/+200 | ||
| | * | | | | | | video_core: Unify ProgramType and ShaderStage into ShaderType | 2019-11-22 | 22 | -289/+262 | ||
| | * | | | | | | gl_rasterizer: Bind graphics images to draw commands | 2019-11-22 | 4 | -33/+54 | ||
| | * | | | | | | gl_shader_cache: Specialize local memory size for compute shaders | 2019-11-22 | 6 | -21/+32 | ||
| | * | | | | | | gl_shader_cache: Specialize shared memory size | 2019-11-22 | 5 | -29/+25 | ||
| | * | | | | | | gl_shader_cache: Specialize shader workgroup | 2019-11-22 | 6 | -68/+74 | ||
| | * | | | | | | shader/texture: Handle TLDS texture type mismatches | 2019-11-22 | 1 | -1/+10 | ||
| | * | | | | | | shader/texture: Deduce texture buffers from locker | 2019-11-22 | 9 | -174/+107 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | 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 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||