11544 Commits (43a6681a59b5808b94fd74f8364e9a08d61667e0)

Author SHA1 Message Date
Lioncash ab484b42b9 video_core/gpu_thread: Tidy up SwapBuffers() 6 years ago
Lioncash 70eebf7ba8 video_core/const_buffer_locker: Make use of std::tie in HasEqualKeys() 6 years ago
Lioncash 40aa442a35 video_core/const_buffer_locker: Remove unused includes 6 years ago
Lioncash 3f27987dcc video_core/const_buffer_locker: Remove #pragma once from cpp file 6 years ago
Lioncash a56ce41cc2 file_sys/directory: Make EntryType an enum class 6 years ago
bunnei 8b35acbd29 core_timing: Use better reference tracking for EventType. (#3159) 6 years ago
ReinUsesLisp c769397a9a gl_shader_decompiler: Fix casts from fp32 to f16 6 years ago
bunnei 9a3cd7ccb8 kernel: Fix reference management for client/server session. 6 years ago
ReinUsesLisp b326331a1f gl_device: Deduce indexing bug from device instead of heuristic 6 years ago
bunnei 5cb0f276fe kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
ReinUsesLisp f2cf4f8ce7 gl_texture_cache: Apply sRGB on blits 6 years ago
bunnei bde851fca2 Update svc.cpp 6 years ago
bunnei 5d381af66b svc: GetSystemTick should return cntpct_el0, not core ticks. 6 years ago
bunnei 17f57e4fed gpu_thread: Don't spin wait if there are no GPU commands. 6 years ago
Weiyi Wang 9a19c4bbd5 fix clang-format and lambda capture 6 years ago
Weiyi Wang e20e161c5c unfold UNREACHABLE implementation for dumb compilers 6 years ago
ReinUsesLisp d91f11ca92 gl_device: Reserve base bindings on limited devices 6 years ago
ReinUsesLisp fb6a01233f gl_state: Skip null texture binds 6 years ago
ReinUsesLisp d892e6789a gl_rasterizer: Disable compute shaders on Intel 6 years ago
ReinUsesLisp 2726dca44c gl_shader_cache: Hack shared memory size 6 years ago
ReinUsesLisp a52b0f1874 gl_shader_decompiler: Normalize image bindings 6 years ago
ReinUsesLisp 99ed7e5128 gl_shader_decompiler: Normalize cbuf bindings 6 years ago
ReinUsesLisp 54b16fb27a gl_rasterizer: Add missing cbuf counter reset on compute 6 years ago
ReinUsesLisp 0ecd1a227d gl_shader_cache: Remove dynamic BaseBinding specialization 6 years ago
ReinUsesLisp 5f6a589d63 video_core: Unify ProgramType and ShaderStage into ShaderType 6 years ago
ReinUsesLisp 2930400adc gl_rasterizer: Bind graphics images to draw commands 6 years ago
ReinUsesLisp 46ad4bd297 gl_shader_cache: Specialize local memory size for compute shaders 6 years ago
ReinUsesLisp 1669dfa793 gl_shader_cache: Specialize shared memory size 6 years ago
ReinUsesLisp b0b505984d gl_shader_cache: Specialize shader workgroup 6 years ago
ReinUsesLisp b12a7dbace shader/texture: Handle TLDS texture type mismatches 6 years ago
ReinUsesLisp 77f86f48ac shader/texture: Deduce texture buffers from locker 6 years ago
Fernando Sahmkow eb03767206 Kernel: Optimize condition variable threads management. 6 years ago
Fernando Sahmkow eef3236ecd Kernel: Correct SignalProcessWideKey 6 years ago
Fernando Sahmkow b021fa33b9 Kernel: Correct behavior of Condition Variables to be more similar to real hardware. 6 years ago
ReinUsesLisp 1b9c21529a buffer_cache: Remove brace initialized for objects with default constructor 6 years ago
ReinUsesLisp d9a22880f5 shader/other: Reduce DEPBAR log severity 6 years ago
ReinUsesLisp 68cdb253db gl_shader_gen: Apply default value to gl_Position 6 years ago
Tobias 2d7e965f82 citra_qt/main.ui: remove unused actions "Load Symbol Map..." and... 6 years ago
Fernando Sahmkow 323a0e17e7 Kernel: Correct Cancel Synchronization. 6 years ago
Rodrigo Locatti 893648dbd0 Revert "common/bit_field: Silence sign-conversion warnings" 6 years ago
ReinUsesLisp a653f24a00 common/logging: Silence no return value warnings 6 years ago
Lioncash 95ed7df791 common/bit_field: Silence sign-conversion warnings 6 years ago
ReinUsesLisp ccb87410ae format_lookup_table: Address feedback 6 years ago
ReinUsesLisp c884dc8af2 texture_cache: Use a table instead of switch for texture formats 6 years ago
Lioncash 51d9e22b7e common_funcs: Remove semicolons from INSERT_PADDING_* macros 6 years ago
Lioncash 869878ac8d service/am: Remove unnecessary Skip calls 6 years ago
ReinUsesLisp c6afe25477 texture_cache: Drop abstracted ComponentType 6 years ago
Lioncash 27611874d6 am: Stub QueryApplicationPlayStatistics 6 years ago
greggameplayer d60bce4edd correct the implementation of RGBA16UI 6 years ago
Lioncash 7d2b1204d7 common/hash: Remove unused HashableStruct 6 years ago