Previous | 199869 Revisions | Next |
r112023 Sunday 9th September, 2018 at 06:15:50 UTC by snickerbockers |
---|
powervr2.cpp: make opaque polygons opaque Previously, MAME's pvr2 implementation treated all polygons as transparent. This resolves missing graphics in certain games which were rendering opaque polygons with alpha values which would make them transparent if they weren't on the opaque list. In the future, Punch-through polygons will also require special consideration. These are polygons which support transparency but not blending (every pixel is either entirely transparent or entirely opaque). For now, they're still treated the same as transparent polygons. |
[src/mame/video] | powervr2.cpp powervr2.h |
https://github.com/mamedev/mame/commit/af69a613b6d55af21c6990c8cf28edd2d75c2034 |
Previous | 199869 Revisions | Next |