SDL OpenGL and DGA

Can SDL OpenGL work with DGA? The answer should be No becuase I can’t make it work. But maybe there’s a trick I don’t know? I have all my applications bulit under SDL DGA and now I like to add in 3D capability. What should I do?

First off there are not such things as SDL OpenGL or SDL DGA, there is
SDL, and there is OpengGL, and there is DGA. Now, if you want to convert
from using DGA as your graphics driver to using an OpenGL compatible
graphics driver, do so. What you need to do depends on the OS you are
using. On Linux, you need to be using X with the OpenGL drivers that are
appropriate for your video card.

Then, you just rewrite your program to use OpenGL instead of the SDL
graphics functions and you have what you want.

	Bob PendletonOn Fri, 2004-02-27 at 15:58, Tony Wu wrote:

Can SDL OpenGL work with DGA? The answer should be No becuase I can’t
make it work. But maybe there’s a trick I don’t know? I have all my
applications bulit under SDL DGA and now I like to add in 3D
capability. What should I do?


±--------------------------------------+