mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
rsx: Implement stippled rendering
This commit is contained in:
parent
3df83e03a9
commit
1677618c75
15 changed files with 153 additions and 10 deletions
|
@ -792,6 +792,11 @@ namespace rsx
|
|||
}
|
||||
}
|
||||
|
||||
if (rsx::method_registers.polygon_stipple_enabled())
|
||||
{
|
||||
rop_control |= (1u << 9);
|
||||
}
|
||||
|
||||
// Generate wpos coefficients
|
||||
// wpos equation is now as follows:
|
||||
// wpos.y = (frag_coord / resolution_scale) * ((window_origin!=top)?-1.: 1.) + ((window_origin!=top)? window_height : 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue