LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   OpenGL under linux? (https://www.linuxquestions.org/questions/linux-newbie-8/opengl-under-linux-318255/)

mugwump84 04-28-2005 07:34 PM

OpenGL under linux?
 
How is OpenGL done under linux? I have heard about Mesa, but I have also heard it does not support hardware acceleration.

foo_bar_foo 04-28-2005 11:43 PM

wow that's a loaded question
basically just from what i have seen from my system (nvidia) it's using Inderect Rendering
OpenGL API calls go to a GLX library GLX protocol extension encodes the calls to X11 stream
X server passes GLX protocol to GLX server extension
GLX server extension drives the hardware

as far as i know this is using the graphics proccessor on the video card and it runs pretty good

there is some nominal support for Direct Rendering as well there is a drm kernel module and
Xorg has an old drm module that only works on ancient 2.4 kernels cause up until now nobodys worked on xorg for like years.

for people that can't get hardware acceleration working the OpenGL specifications call for software fallback yes ? i think


All times are GMT -5. The time now is 09:49 AM.