GSdx-Cutie Git (2015/05/09) is compiled. GSdx-Cutie (originally called GSdx-ShadeBoost) is a hacked Video Plugin for PCSX2. It based on PCSX2 Git for GSdx.
GSdx-Cutie Function:
* gsdx-ogl: DATE with texture barrier
Much faster for small batch that write the alpha value. Code can
be enabled with accurate_date option.
Here a summary of all DATE possibilities:
1/ no overlap of primitive
=> texture barrier (pro no setup of stencil and single draw)
2/ alpha written
=> small batch => texture barrier (primitive by primitive). Done in N-primitive draw calls.
(based on GL_ARB_texture_barrier)
=> bigger batch => compute the first good primitive, slow but only 2 draw calls.
(based on GL_ARB_shader_image_load_store)
=> Otherwise there is the UserHacks_AlphaStencil but it is a hack!
3/ alpha written
=> full setup of stencil ( 2 draw calls)
* gsdx-debug: Dump in PNG on linux & dbg/dev build
Keep BMP for standard user of release build
* gsdx-ogl: disable accurate option if driver doesn't support it
Download: GSdx-Cutie (2015/05/09)
Source: Here
2015-05-10
Tags:
Console,
Dev_Build,
GSdx-Cutie,
GSdx-ShadeBoost,
PCSX2,
PS2
Random Related Topic
0 Comments
Post a Comment