https://bugs.freedesktop.org/show_bug.cgi?id=61640
Priority: medium Bug ID: 61640 Assignee: mesa-dev@lists.freedesktop.org Summary: Mesa demos render black without a window manager present Severity: minor Classification: Unclassified OS: All Reporter: kenn...@whitecape.org Hardware: Other Status: NEW Version: git Component: Demos Product: Mesa Some Mesa demos, such as "gloss", render black when running under X without a window manager. With freeglut, the Reshape() function is apparently never called, which is what sets up the frustum and such. Presumably this is because there isn't a window manager to provide a ConfigureNotify event. Notably, Mark Kilgard's glut does call the Reshape() function. However, it seems like Mesa demos should probably set up their initial frustum and such. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev