Commit graph

16 commits

Author SHA1 Message Date
Alexander Gottwald
92c4bcb65d removed GetActiveWindow hack calling attach and unattach at different
places. blender and tuxkart now work (sort of) failing SetPixelFormat
    is not a failure anymore. SetPixelFormat can only be called once per
    window.
2004-03-14 15:34:33 +00:00
Alexander Gottwald
797e1f0fee make debugging information selectable via environment move query for
pixelformat form makeFormat to glWinCreateContext query the hwnd handle
    in attach(). still overwriting it with GetActiveWindow
2004-03-13 19:41:36 +00:00
Alexander Gottwald
c46185e4b4 removed some debugging output query window information from hw/xwin create
gl context with size and position of the X11 window
2004-03-12 21:08:59 +00:00
Alexander Gottwald
8e45c4c614 attach the gl context to the active window. still a hack but works better
than before (at least for multiwindow)
2004-03-12 12:20:42 +00:00
Alexander Gottwald
70403516ee beautify dump of PIXELFORMATDESCRIPTOR (print human readable flag names)
set useful defaults for flags
2004-03-12 11:09:55 +00:00
Harold L Hunt II
41fbc41de7 Change comments to C-style 2004-03-12 01:45:32 +00:00
Alexander Gottwald
2a42eba94b fixes in HDC usage tweaks in debug output swapbuffer implemented 2004-03-12 00:30:32 +00:00
Alexander Gottwald
10c700176c Print a message when some special opengl function is called 2004-03-12 00:28:37 +00:00
Alexander Gottwald
15892f8936 The native opengl support finally linked! This is merely a copy-and-paste
of apple/indirect.c with all code removed I did not understand. So
    don't expect wonders *g*
2004-03-11 22:52:14 +00:00
Alexander Gottwald
35b447d96f moved all opengl wrappers to glwrap.c print an error if a called opengl
function can not be resolved
2004-03-11 13:44:43 +00:00
Alexander Gottwald
950770b42d all opengl extension wrappers complete 2004-03-10 20:54:51 +00:00
Alexander Gottwald
b42154ca25 First 3 opengl-wrapper functions. The other will follow in a similar way 2004-03-10 14:47:46 +00:00
Alexander Gottwald
96711d9f56 Framework for native opengl use. It does not link since there are still
undefined references to opengl extenstions but the symbols use the
    __stdcall attribute.
2004-03-10 09:04:47 +00:00
Harold L Hunt II
da1934d22c Add framework for indirect OpenGL acceleration, controllable via
GlxUseWindows flag in cygwin.cf
2004-03-01 03:33:28 +00:00
Kaleb Keithley
0097b6fe2d merge latest (4.3.99.16) from XFree86 (vendor) branch 2003-11-26 22:49:07 +00:00
Kaleb Keithley
9508a382f8 Initial revision 2003-11-14 16:48:57 +00:00