Bug 61640 - Mesa demos render black without a window manager present
Summary: Mesa demos render black without a window manager present
Status: RESOLVED WORKSFORME
Alias: None
Product: Mesa
Classification: Unclassified
Component: Demos (show other bugs)
Version: git
Hardware: Other All
: medium minor
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 46376
  Show dependency treegraph
 
Reported: 2013-03-01 00:10 UTC by Kenneth Graunke
Modified: 2019-05-14 15:27 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Kenneth Graunke 2013-03-01 00:10:03 UTC
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.
Comment 1 Kenneth Graunke 2019-05-14 15:27:27 UTC
Works fine with the latest software and running in Xephyr, so don't care I guess.  Closing as works for me.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.