Difference between revisions of "OpenGL under linux"
From Organic Design wiki
m |
m |
||
Line 3: | Line 3: | ||
==Research beginnings== | ==Research beginnings== | ||
*It looks like MESA is a software renderer and does not use hardware GL. [http://osdl.sourceforge.net/OSDL/OSDL-0.3/src/doc/web/main/documentation/rendering/SDL-openGL.html#availability ref] | *It looks like MESA is a software renderer and does not use hardware GL. [http://osdl.sourceforge.net/OSDL/OSDL-0.3/src/doc/web/main/documentation/rendering/SDL-openGL.html#availability 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 [http://icps.u-strasbg.fr/~marchesin/sdl/sdl_fb_miniglx.patch Stephane Marchesin's glSDL patch] | ||
==Links== | ==Links== |
Revision as of 05:05, 5 September 2006
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
- GLEW detects what GL extentions are available
- Mesh viewer, some nice pics and example models on this page
- Stephane MARCHESIN good GL links