summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-22A few tweaks to commentscygwin-aiglx-for-1.7Jon TURNEY2-2/+3
2009-11-04Replace use of deprecated functionColin Harrison1-1/+4
2009-11-04Add .gitignore file for hw/xwin/glxJon TURNEY1-0/+9
2009-11-04SetPixelFormat on the screen DC is rude and inconsiderate to others: create a...Jon TURNEY1-7/+38
2009-11-04Move files back into glx/Jon TURNEY11-38/+70
2009-11-04Updates to wrapper generator scriptJon TURNEY1-17/+8
2009-11-04Generate WGL wrappers as wellJon TURNEY7-300/+126
2009-11-04Rewrite wrapper generator to use OpenGL .spec filesJon TURNEY2-93/+165
2009-11-04Don't build AIGLX if explicitly configured not toJon TURNEY1-1/+1
2009-11-02Add a DDX specific GLX provider push hookJon TURNEY4-6/+10
2009-11-02Replace DDXBEFORERESET with a more general way of doing DDX-specific hooksJon TURNEY7-23/+48
2009-11-02Revert "Fix various DDXs to build if DDXBEFORERESET, DDXOSFATALERROR are defi...Jon TURNEY5-30/+0
2009-11-02Avoid using a complex macro for wglGetProcAddress() lookup/cachingJon TURNEY1-12/+38
2009-11-02Typo fixesJon TURNEY1-2/+2
2009-11-02Add a few more special cases to generated wrappersJon TURNEY1-2/+19
2009-11-02Ensure all debug output goes to logfileJon TURNEY3-22/+33
2009-11-02Mark context as flushed when it's associated drawable is deleted.Jon TURNEY1-14/+27
2009-11-02Temporary hack: turn off window style overrides, code isn't thread safe and f...Jon TURNEY1-1/+3
2009-11-02Do not create visuals for fbConfigs which don't support window drawables.Jon TURNEY1-0/+4
2009-11-02Revmove unusued rect, hrgn stuffJon TURNEY2-31/+6
2009-11-02Discard CopyWindow if a GLX context is attached (useful?)Jon TURNEY1-2/+12
2009-11-02Really turn on GLX_SGIS_multisampleJon TURNEY1-38/+58
2009-11-02Default the atributes which can't be fetched because the extension isn't avai...Jon TURNEY1-27/+49
2009-11-02Use a GLXWinConfig type to store the pixelFormatIndex corresponding to a fbCo...Jon TURNEY1-197/+209
2009-11-02Be a bit more correct about only checking pixelFormat attributes which are su...Jon TURNEY1-103/+129
2009-11-02A few small tidyupsJon TURNEY3-5/+11
2009-11-02Add handling for pixmap drawables (they don't get the right bits into them, t...Jon TURNEY1-104/+326
2009-11-02Improve the fbConfig dumper to add more details and report the pixelFormatIndexJon TURNEY1-51/+109
2009-11-02Turn on GLX_EXT_import_context and GLX_OML_swap_methodJon TURNEY3-7/+57
2009-11-02Add pbuffer supportJon TURNEY3-178/+288
2009-11-02Use wglChoosePixelFormatARB() extension (if available) to allow pixel formats...Jon TURNEY3-198/+340
2009-11-02Use the WGL_ARB_pixel_format extension to generate the fbConfig list, if avai...Jon TURNEY6-82/+593
2009-11-02Change option from +wgl/-wgl to -[no]wgl for consistency with other XWin DDX ...Jon TURNEY4-25/+27
2009-11-02Typo fixesJon TURNEY5-5/+5
2009-11-02Build fixes after rebasing onto 1.6Jon TURNEY2-7/+1
2009-11-02Generate the dispatch table, various cleanups in generation scriptJon TURNEY4-724/+117
2009-11-02Don't enable on non-multiwindow screens Tidy up old rect stuffJon TURNEY4-7/+36
2009-11-02Simplify and remove isAttachedJon TURNEY1-37/+8
2009-11-02Set GLX extensions/version based on WGL extensions stringJon TURNEY2-16/+110
2009-11-02More tidying up: includes etc.Jon TURNEY4-37/+21
2009-11-02Working wincopyJon TURNEY3-149/+87
2009-11-02More tidying upJon TURNEY6-500/+167
2009-11-02More tidying up Fix that GDI handle leakJon TURNEY8-98/+234
2009-11-02Lots of tidying up, code rearrangement, fix file header commentsJon TURNEY4-448/+566
2009-11-02Revise a lot of debug output Drop unused HRGN from being created (was a leak)...Jon TURNEY6-98/+133
2009-11-02More workJon TURNEY8-622/+432
2009-11-02remove glcontextmode.[ch]Jon TURNEY4-609/+1
2009-11-02Move files up out of glx/Jon TURNEY7-19/+19
2009-11-02More work on accelerated indirect GLX.. some basic GLX clients now work!Jon TURNEY5-2065/+1153
2009-11-02More workJon TURNEY4-580/+1527