OpenGL under linux

From Organic Design wiki
Revision as of 05:12, 5 September 2006 by Rob (talk | contribs)

The question is: What are the OS requirements to provide hardware OpenGL in a linux OS?

Research beginnings

  • It looks like MESA is a software renderer and does not use hardware GL. ref

implement OpenGL in the fbcon backend, using Mesa's miniglx (OpenGL over the framebuffer). This is limited to DRI-supported video cards but works fine and is hardware-accelerated, get Stephane Marchesin's glSDL patch

Links