From: Brian P. <br...@va...> - 2000-12-15 23:10:38
|
"Jacob (=Jouk) Jansen" wrote: > > Hi all, > > Since some time (around the same time all the software rastering was put > in separate directories) I observe the following 2 problems which may or may > not be related: > To test I use the program xlockmore (see ftp://ftp.tux.org./pub/tux/bagleyd/xlockmore/ > > problems : > -in mode moebius a part of the edge is not drawn resulting in a zig-zag > line. Mesa3.4 draws it correct This looks like a glPolygonMode() bug. The interior edges in the quad strip shouldn't be rendered. Keith could probably find this pretty quickly. > -Occasional xlock crashes in the GL modes due to invalid floats and > access violation. I have no idea where to look for the error since > normal error messages are not given. So probably a memory leak overwrites > the program. Which modes or programs in particular cause this? -Brian |