mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
rsx: Critical pipeline fixes
- Fix scissor and viewport binding behavior - Fixes recovery if empty scissor is specified and then 'fixed' later - Optimizes state binding a bit
This commit is contained in:
parent
1ad76ad331
commit
54ec363e88
7 changed files with 93 additions and 29 deletions
|
|
@ -181,7 +181,7 @@ void GLGSRender::init_buffers(rsx::framebuffer_creation_context context, bool sk
|
|||
|
||||
if (m_draw_fbo && !m_rtts_dirty)
|
||||
{
|
||||
set_viewport();
|
||||
set_scissor();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -371,6 +371,7 @@ void GLGSRender::init_buffers(rsx::framebuffer_creation_context context, bool sk
|
|||
|
||||
check_zcull_status(true);
|
||||
set_viewport();
|
||||
set_scissor();
|
||||
|
||||
m_gl_texture_cache.clear_ro_tex_invalidate_intr();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue