Page 1 of 1

Hardware-bug in SDL

Posted: Fri Jun 10, 2005 6:05 pm
by chp
Noticed that the last submit to src/video/ps2sdk/SDL_ps2video.c had the following line added:

+ gsGlobal->Test->ZTE = 0;

This is not 100% OK when you want to disable ztesting because of a bug in the GS which could cause issues on atleast some PS2-revisions. Instead, keep ZTE as 1 and instead set ZTST to 1 (pass all pixels), which is equivalent.

Posted: Fri Jun 10, 2005 6:09 pm
by gawd
Thanks for letting me know, I will change that back.

During my trial-and-error to see why I get chunked 8bpp video, I tried adding this, to see if it helps.

Anyway, I will soon commit a fixup.

--gawd.