Difference between revisions of "OpenGL under linux"

From Organic Design wiki
(cat in)
(add link)
Line 2: Line 2:
  
 
= Research beginnings =
 
= Research beginnings =
MESA is a 3D Graphics Library that can provide software and hardware rendering of openGL. To give hardware rendering it needs [http://dri.sf.net/ DRI] (direct rendering interface) and DRM (direct rendering manager).
+
[http://mesa3d.org MESA] is a 3D Graphics Library that can provide software and hardware rendering of openGL. To give hardware rendering it needs [http://dri.sf.net/ DRI] (direct rendering interface) and DRM (direct rendering manager).
  
 
Looks like you need to use the MESA C functions, and then these are passed on to the native openGL functions.
 
Looks like you need to use the MESA C functions, and then these are passed on to the native openGL functions.

Revision as of 02:38, 21 November 2006

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

Research beginnings

MESA is a 3D Graphics Library that can provide software and hardware rendering of openGL. To give hardware rendering it needs DRI (direct rendering interface) and DRM (direct rendering manager).

Looks like you need to use the MESA C functions, and then these are passed on to the native openGL functions.

This is limited to DRI-supported video cards but works fine and is hardware-accelerated, get Stephane Marchesin's glSDL patch

Links