Commit graph

33 commits

Author SHA1 Message Date
Alexander Gottwald
696b137d58 Pull XORG-6_8_0 to CYGWIN branch 2004-09-15 16:34:16 +00:00
Kensuke Matsuzaki
a6098447e9 Fix the bug that we can't copy & paste multi-byte string to Unicode-base
Windows application. Rename fUnicodeSupport to fUseUnicode, because it
    don't mean wheather Windows support Unicode or not.
2004-08-03 03:56:41 +00:00
Alexander Gottwald
6874ff3ec6 check for text mounted /tmp and print a warning 2004-06-24 20:21:59 +00:00
Alexander Gottwald
8e6240cc25 moved context creation to attach. Pixelformat is now set for every window
and not for mainwindow. should fix error where programs using different
    visuals could not run together.
2004-05-27 14:11:42 +00:00
Alexander Gottwald
596ca4e7e6 rename winErrorMessage to glWinErrorMessage print GetLastError() if
FormatMessage fails. This will at least give some information if the
    1024 byte buffer is to small for some messages
2004-04-27 21:19:21 +00:00
Alexander Gottwald
d483150fee removed code for hardware cursor since it's now in hw/xwin 2004-04-22 20:23:45 +00:00
Alexander Gottwald
980f9b9f9d Merge with XORG-RELEASE-1 (68) 2004-03-30 21:31:03 +00:00
Alexander Gottwald
4051be4eb1 converting X11 cursors to Win32 works (copied from
hw/winwin32rootlesscursor.c) initialization corrected. Cursor is now
    actually shown.
2004-03-22 15:05:18 +00:00
Alexander Gottwald
1af1c3c716 overwrite pointer sprite functions. use always windows cursor. 2004-03-22 13:43:35 +00:00
Alexander Gottwald
4e92ef8812 merge with XORG-RELEASE-1 (tag XORG-CYGWIN-LAST-MERGE) 2004-03-17 20:32:08 +00:00
Alexander Gottwald
a079a14e07 wrappers for GL 1.4 2004-03-17 15:15:21 +00:00
Alexander Gottwald
ce431fae01 changed c++-style comments to c-style comments 2004-03-15 17:56:49 +00:00
Alexander Gottwald
7e80d39f49 create context in glWinCreateContext do not create a new context in attach
glWinCopyContext implemented
most glut demos work mouse movement still clobbers the drawing
2004-03-15 16:50:58 +00:00
Harold L Hunt II
4b133f8a99 Add GL_CORE_WINDOWS 2004-03-15 08:16:16 +00:00
Alexander Gottwald
c445a5bc45 removed the id tags again 2004-03-14 19:32:45 +00:00
Alexander Gottwald
d5ad61a1a9 additional notes to last checkin (1.1.2.14): wrapped CopyWindow function to
discard window updates when doing OpenGL
2004-03-14 19:18:31 +00:00
Alexander Gottwald
d337c99c73 added filedescription 2004-03-14 19:09:55 +00:00
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