11599 Commits (48dcf4c2d8dd6a2d8d990a245f515b640fbb28e4)

Author SHA1 Message Date
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
Fernando Sahmkow d465d14f97 Texture_Cache: Redo invalid Surfaces handling. 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 3a54e5978b Shader_IR: Address Feedback 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
Fernando Sahmkow 206d13c987 Shader_IR: Implement TXD instruction. 6 years ago
Fernando Sahmkow 6267529837 Shader_IR: Implement FLO instruction. 6 years ago
Fernando Sahmkow cb07d60362 Shader_Bytecode: Add encodings for FLO, SHF and TXD 6 years ago
Lioncash 7d2b1204d7 common/hash: Remove unused HashableStruct 6 years ago
ReinUsesLisp 2f14d6ba63 maxwell_3d: Fix stencil_back_func_mask offset 6 years ago
Lioncash fd6e676326 xts_archive: Remove redundant std::string constructor 6 years ago
Lioncash ae15e162be common_funcs: silence sign-conversion warnings in MakeMagic() 6 years ago
Lioncash 0ab5dd8c7f service: Update function tables 6 years ago
Lioncash c6b2fd7415 key_manager: Make use of IOFile in WriteKeyToFile() 6 years ago