11697 Commits (a4e840181c1e704a49e37c802ff36344ac18ca10)

Author SHA1 Message Date
Lioncash e7e939104b core/memory; Migrate over SetCurrentPageTable() to the Memory class 6 years ago
Lioncash 50a518be69 core/memory: Migrate over GetPointerFromVMA() to the Memory class 6 years ago
Lioncash e4c381b885 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash b05bfc6036 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash 89ef3ef575 core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class 6 years ago
Lioncash 849581075a core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class 6 years ago
Lioncash b2165c6b35 core/memory: Migrate over ReadCString() to the Memory class 6 years ago
Lioncash 3f08e8d8d4 core/memory: Migrate over GetPointer() 6 years ago
Lioncash 536fc7f0ea core: Prepare various classes for memory read/write migration 6 years ago
Lioncash fc7d0a17b6 core/memory: Move memory read/write implementation functions into an anonymous namespace 6 years ago
Lioncash e58748fd80 core/memory: Migrate over address checking functions to the new Memory class 6 years ago
Lioncash 323680e5ad core/memory: Migrate over memory mapping functions to the new Memory class 6 years ago
Lioncash 4c2ed2706e core/memory: Introduce skeleton of Memory class 6 years ago
bunnei ec0ce96c56
core_timing: Use better reference tracking for EventType. (#3159) 6 years ago
ReinUsesLisp ef4446cb11
gl_shader_decompiler: Fix casts from fp32 to f16 6 years ago
bunnei f6b9b7910e kernel: Fix reference management for client/server session. 6 years ago
ReinUsesLisp 410d44ce05
gl_device: Deduce indexing bug from device instead of heuristic 6 years ago
bunnei 9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
ReinUsesLisp 74fff717aa
gl_texture_cache: Apply sRGB on blits 6 years ago
bunnei 63248f4edd
Update svc.cpp 6 years ago
bunnei 6eaf7ab55f svc: GetSystemTick should return cntpct_el0, not core ticks. 6 years ago
bunnei 9ec84fc592 gpu_thread: Don't spin wait if there are no GPU commands. 6 years ago
Weiyi Wang 49e0a30dbd fix clang-format and lambda capture 6 years ago
Weiyi Wang 9a60d8a430 unfold UNREACHABLE implementation for dumb compilers 6 years ago
ReinUsesLisp dc2e83fa31
gl_device: Reserve base bindings on limited devices 6 years ago
ReinUsesLisp e3d7334be9
gl_state: Skip null texture binds 6 years ago
ReinUsesLisp 919ac2c4d3
gl_rasterizer: Disable compute shaders on Intel 6 years ago
ReinUsesLisp 894ad74b87
gl_shader_cache: Hack shared memory size 6 years ago
ReinUsesLisp e35b9597ef
gl_shader_decompiler: Normalize image bindings 6 years ago
ReinUsesLisp 36d9b409fc
gl_shader_decompiler: Normalize cbuf bindings 6 years ago
ReinUsesLisp f936b86c7c
gl_rasterizer: Add missing cbuf counter reset on compute 6 years ago
ReinUsesLisp 180417c514
gl_shader_cache: Remove dynamic BaseBinding specialization 6 years ago
ReinUsesLisp c8a48aacc0
video_core: Unify ProgramType and ShaderStage into ShaderType 6 years ago
ReinUsesLisp 0f23359a44
gl_rasterizer: Bind graphics images to draw commands 6 years ago
ReinUsesLisp 287ae2b9e8
gl_shader_cache: Specialize local memory size for compute shaders 6 years ago
ReinUsesLisp dbeb523879
gl_shader_cache: Specialize shared memory size 6 years ago
ReinUsesLisp 4f5d8e4342
gl_shader_cache: Specialize shader workgroup 6 years ago
ReinUsesLisp dc9961f341
shader/texture: Handle TLDS texture type mismatches 6 years ago
ReinUsesLisp 32c1bc6a67
shader/texture: Deduce texture buffers from locker 6 years ago
Fernando Sahmkow 46bb609981 Kernel: Optimize condition variable threads management. 6 years ago
Fernando Sahmkow 2ab41ceff4 Kernel: Correct SignalProcessWideKey 6 years ago
Fernando Sahmkow 2d16507f9f Kernel: Correct behavior of Condition Variables to be more similar to real hardware. 6 years ago
ReinUsesLisp 73aaf365e7
buffer_cache: Remove brace initialized for objects with default constructor 6 years ago
Fernando Sahmkow cc81c0ce64 Texture_Cache: Redo invalid Surfaces handling. 6 years ago
ReinUsesLisp 24f4198cee
shader/other: Reduce DEPBAR log severity 6 years ago
ReinUsesLisp bc10714dcf
gl_shader_gen: Apply default value to gl_Position 6 years ago
Tobias f9d7a6bec6
citra_qt/main.ui: remove unused actions "Load Symbol Map..." and... 6 years ago
Fernando Sahmkow c8473f399e Shader_IR: Address Feedback 6 years ago
Fernando Sahmkow 7d16b2d2dd Kernel: Correct Cancel Synchronization. 6 years ago
Rodrigo Locatti 8ed0d92e32
Revert "common/bit_field: Silence sign-conversion warnings" 6 years ago