summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-04Avoid using a complex macro for wglGetProcAddress() lookup/cachingcygwin-aiglx-for-1.6Jon TURNEY1-12/+38
2009-10-04Typo fixesJon TURNEY1-2/+2
2009-10-04Add a few more special cases to generated wrappersJon TURNEY1-2/+19
2009-10-04Ensure all debug output goes to logfileJon TURNEY3-22/+33
2009-10-04Revert "Some temporary debug to track Window structure memory allocation/rele...Jon TURNEY1-4/+0
2009-10-04Mark context as flushed when it's associated drawable is deleted.Jon TURNEY1-14/+27
2009-10-04Temporary hack: turn off window style overrides, code isn't thread safe and f...Jon TURNEY1-1/+4
2009-10-04Do not create visuals for fbConfigs which don't support window drawables.Jon TURNEY1-0/+4
2009-10-04Revmove unusued rect, hrgn stuffJon TURNEY2-31/+6
2009-10-04Some temporary debug to track Window structure memory allocation/releaseJon TURNEY1-0/+4
2009-10-04Discard CopyWindow if a GLX context is attached (useful?)Jon TURNEY1-2/+12
2009-10-04Really turn on GLX_SGIS_multisampleJon TURNEY1-38/+58
2009-10-04Default the atributes which can't be fetched because the extension isn't avai...Jon TURNEY1-27/+49
2009-10-04Use a GLXWinConfig type to store the pixelFormatIndex corresponding to a fbCo...Jon TURNEY1-197/+209
2009-10-04Be a bit more correct about only checking pixelFormat attributes which are su...Jon TURNEY1-103/+129
2009-10-04A few small tidyupsJon TURNEY3-5/+11
2009-10-04Add handling for pixmap drawables (they don't get the right bits into them, t...Jon TURNEY1-104/+326
2009-10-04Improve the fbConfig dumper to add more details and report the pixelFormatIndexJon TURNEY1-51/+109
2009-10-04Turn on GLX_EXT_import_context and GLX_OML_swap_methodJon TURNEY3-7/+57
2009-10-04Add pbuffer supportJon TURNEY3-178/+288
2009-10-04Use wglChoosePixelFormatARB() extension (if available) to allow pixel formats...Jon TURNEY3-198/+340
2009-10-04Use the WGL_ARB_pixel_format extension to generate the fbConfig list, if avai...Jon TURNEY6-82/+593
2009-10-04Change option from +wgl/-wgl to -[no]wgl for consistency with other XWin DDX ...Jon TURNEY4-25/+27
2009-10-04Typo fixesJon TURNEY5-5/+5
2009-10-04Build fixes after rebasing onto 1.6Jon TURNEY2-7/+1
2009-10-04Generate the dispatch table, various cleanups in generation scriptJon TURNEY4-724/+117
2009-10-04Don't enable on non-multiwindow screens Tidy up old rect stuffJon TURNEY4-7/+36
2009-10-04Simplify and remove isAttachedJon TURNEY1-37/+8
2009-10-04Set GLX extensions/version based on WGL extensions stringJon TURNEY2-16/+110
2009-10-04More tidying up: includes etc.Jon TURNEY4-37/+21
2009-10-04Working wincopyJon TURNEY3-149/+87
2009-10-04More tidying upJon TURNEY6-500/+167
2009-10-04More tidying up Fix that GDI handle leakJon TURNEY8-98/+234
2009-10-04Lots of tidying up, code rearrangement, fix file header commentsJon TURNEY4-448/+566
2009-10-04Revise a lot of debug output Drop unused HRGN from being created (was a leak)...Jon TURNEY6-98/+133
2009-10-04More workJon TURNEY8-622/+434
2009-10-04remove glcontextmode.[ch]Jon TURNEY4-609/+1
2009-10-04Move files up out of glx/Jon TURNEY7-19/+19
2009-10-04More work on accelerated indirect GLX.. some basic GLX clients now work!Jon TURNEY5-2065/+1153
2009-10-04More workJon TURNEY4-580/+1527
2009-10-04first stab at a native opengl providerJon TURNEY2-20/+291
2009-10-04Add glcontextmodes helper functionsJon TURNEY3-1/+608
2009-10-04Native GL for GLX build fixesJon TURNEY3-7/+53
2009-10-04Remove some Xgl stuffJon TURNEY1-0/+16
2009-10-04Fix build of native OpenGL for Xwin DDXJon TURNEY3-13/+11
2009-10-04Xming patch 7Jon TURNEY2-127/+173
2009-10-04Cygwin/X: Don't try to build using DRI2, even if dri2proto is installedJon TURNEY1-0/+3
2009-10-04Cygwin/X: Add a timestamp to log messagesJon TURNEY5-8/+34
2009-10-04Cygwin/X: Make -logverbose affect the verbosity of logging to the log fileJon TURNEY1-1/+1
2009-10-04Cygwin/X: Ensure WM_STATE atom exists in multiwindow modeJon TURNEY1-0/+10