ehofman 669d9a89ca Mathias Frhlich:
just a few split out patches from my zoo of local work ...

The patch to simgear-glxproc.diff changes dlopen to not open a specific library.
If it is used with a NULL argument, we just get a handle to the current running
binary including all loaded libraries. This has the advantage that we do not
rely on the name of libGL on the specific platform.
Also a user can link with his own different named libGL or with a static libGL.a

Then the render texture again ...

glxQueryVersion turns out to return the  minimum of the client libraries glx
version and the servers glx version. *All* Xorg servers return 1.2 here.
So we never get the glxPBuffer functions  which are the only ones working with
ati's drivers ...
Reverted back to checking the required functions and just use them if they are
there. Still prefering the glx standard variants since they work on ati's
drivers ...
2005-09-05 09:02:56 +00:00
2005-09-05 09:02:56 +00:00
2004-04-04 14:24:06 +00:00
2005-02-15 18:13:15 +00:00
2000-02-09 19:27:02 +00:00
2005-06-25 11:22:06 +00:00
2004-12-15 16:34:14 +00:00
2003-06-11 18:55:36 +00:00
2004-10-12 14:35:42 +00:00
2005-01-18 14:34:13 +00:00
2001-12-17 16:52:20 +00:00
2002-09-02 22:18:31 +00:00
2002-05-10 13:31:44 +00:00
2000-03-29 00:00:46 +00:00
2002-09-07 02:58:19 +00:00

[ Nothing here at this time. ]
Description
No description provided
Readme 14 MiB
Languages
C++ 85.5%
C 13.1%
CMake 1.4%