bunnei
|
33a6b45a6c
Merge pull request #3155 from bunnei/fix-asynch-gpu-wait
|
6 年之前 |
bunnei
|
9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
|
6 年之前 |
bunnei
|
b03242067d
Merge pull request #3098 from ReinUsesLisp/shader-invalidations
|
6 年之前 |
bunnei
|
b7031b2b9d
Merge pull request #3105 from ReinUsesLisp/fix-stencil-reg
|
6 年之前 |
bunnei
|
7298dcc016
Merge pull request #3156 from bunnei/sys-ticks
|
6 年之前 |
bunnei
|
ec8bfe94a7
Merge pull request #3153 from FearlessTobi/port-4964
|
6 年之前 |
bunnei
|
e81e0036b4
Merge pull request #3145 from ReinUsesLisp/buffer-cache-init
|
6 年之前 |
bunnei
|
63248f4edd
Update svc.cpp
|
6 年之前 |
bunnei
|
6eaf7ab55f
svc: GetSystemTick should return cntpct_el0, not core ticks.
|
6 年之前 |
bunnei
|
9ec84fc592
gpu_thread: Don't spin wait if there are no GPU commands.
|
6 年之前 |
bunnei
|
6a3fc5d2ff
Merge pull request #3114 from FernandoS27/cond-var
|
6 年之前 |
bunnei
|
4ed183ee42
Merge pull request #3141 from ReinUsesLisp/gl-position
|
6 年之前 |
bunnei
|
6e4d46908a
Merge pull request #3130 from FernandoS27/cancel-sync
|
6 年之前 |
Weiyi Wang
|
49e0a30dbd
fix clang-format and lambda capture
|
6 年之前 |
Weiyi Wang
|
9a60d8a430
unfold UNREACHABLE implementation for dumb compilers
|
6 年之前 |
ReinUsesLisp
|
dc2e83fa31
gl_device: Reserve base bindings on limited devices
|
6 年之前 |
ReinUsesLisp
|
e3d7334be9
gl_state: Skip null texture binds
|
6 年之前 |
ReinUsesLisp
|
919ac2c4d3
gl_rasterizer: Disable compute shaders on Intel
|
6 年之前 |
ReinUsesLisp
|
894ad74b87
gl_shader_cache: Hack shared memory size
|
6 年之前 |
ReinUsesLisp
|
e35b9597ef
gl_shader_decompiler: Normalize image bindings
|
6 年之前 |
ReinUsesLisp
|
36d9b409fc
gl_shader_decompiler: Normalize cbuf bindings
|
6 年之前 |
ReinUsesLisp
|
f936b86c7c
gl_rasterizer: Add missing cbuf counter reset on compute
|
6 年之前 |
ReinUsesLisp
|
180417c514
gl_shader_cache: Remove dynamic BaseBinding specialization
|
6 年之前 |
ReinUsesLisp
|
c8a48aacc0
video_core: Unify ProgramType and ShaderStage into ShaderType
|
6 年之前 |
ReinUsesLisp
|
0f23359a44
gl_rasterizer: Bind graphics images to draw commands
|
6 年之前 |
ReinUsesLisp
|
287ae2b9e8
gl_shader_cache: Specialize local memory size for compute shaders
|
6 年之前 |
ReinUsesLisp
|
dbeb523879
gl_shader_cache: Specialize shared memory size
|
6 年之前 |
ReinUsesLisp
|
4f5d8e4342
gl_shader_cache: Specialize shader workgroup
|
6 年之前 |
ReinUsesLisp
|
dc9961f341
shader/texture: Handle TLDS texture type mismatches
|
6 年之前 |
ReinUsesLisp
|
32c1bc6a67
shader/texture: Deduce texture buffers from locker
|
6 年之前 |