index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-04
Avoid using a complex macro for wglGetProcAddress() lookup/caching
cygwin-aiglx-for-1.6
Jon TURNEY
1
-12
/
+38
2009-10-04
Typo fixes
Jon TURNEY
1
-2
/
+2
2009-10-04
Add a few more special cases to generated wrappers
Jon TURNEY
1
-2
/
+19
2009-10-04
Ensure all debug output goes to logfile
Jon TURNEY
3
-22
/
+33
2009-10-04
Revert "Some temporary debug to track Window structure memory allocation/rele...
Jon TURNEY
1
-4
/
+0
2009-10-04
Mark context as flushed when it's associated drawable is deleted.
Jon TURNEY
1
-14
/
+27
2009-10-04
Temporary hack: turn off window style overrides, code isn't thread safe and f...
Jon TURNEY
1
-1
/
+4
2009-10-04
Do not create visuals for fbConfigs which don't support window drawables.
Jon TURNEY
1
-0
/
+4
2009-10-04
Revmove unusued rect, hrgn stuff
Jon TURNEY
2
-31
/
+6
2009-10-04
Some temporary debug to track Window structure memory allocation/release
Jon TURNEY
1
-0
/
+4
2009-10-04
Discard CopyWindow if a GLX context is attached (useful?)
Jon TURNEY
1
-2
/
+12
2009-10-04
Really turn on GLX_SGIS_multisample
Jon TURNEY
1
-38
/
+58
2009-10-04
Default the atributes which can't be fetched because the extension isn't avai...
Jon TURNEY
1
-27
/
+49
2009-10-04
Use a GLXWinConfig type to store the pixelFormatIndex corresponding to a fbCo...
Jon TURNEY
1
-197
/
+209
2009-10-04
Be a bit more correct about only checking pixelFormat attributes which are su...
Jon TURNEY
1
-103
/
+129
2009-10-04
A few small tidyups
Jon TURNEY
3
-5
/
+11
2009-10-04
Add handling for pixmap drawables (they don't get the right bits into them, t...
Jon TURNEY
1
-104
/
+326
2009-10-04
Improve the fbConfig dumper to add more details and report the pixelFormatIndex
Jon TURNEY
1
-51
/
+109
2009-10-04
Turn on GLX_EXT_import_context and GLX_OML_swap_method
Jon TURNEY
3
-7
/
+57
2009-10-04
Add pbuffer support
Jon TURNEY
3
-178
/
+288
2009-10-04
Use wglChoosePixelFormatARB() extension (if available) to allow pixel formats...
Jon TURNEY
3
-198
/
+340
2009-10-04
Use the WGL_ARB_pixel_format extension to generate the fbConfig list, if avai...
Jon TURNEY
6
-82
/
+593
2009-10-04
Change option from +wgl/-wgl to -[no]wgl for consistency with other XWin DDX ...
Jon TURNEY
4
-25
/
+27
2009-10-04
Typo fixes
Jon TURNEY
5
-5
/
+5
2009-10-04
Build fixes after rebasing onto 1.6
Jon TURNEY
2
-7
/
+1
2009-10-04
Generate the dispatch table, various cleanups in generation script
Jon TURNEY
4
-724
/
+117
2009-10-04
Don't enable on non-multiwindow screens Tidy up old rect stuff
Jon TURNEY
4
-7
/
+36
2009-10-04
Simplify and remove isAttached
Jon TURNEY
1
-37
/
+8
2009-10-04
Set GLX extensions/version based on WGL extensions string
Jon TURNEY
2
-16
/
+110
2009-10-04
More tidying up: includes etc.
Jon TURNEY
4
-37
/
+21
2009-10-04
Working wincopy
Jon TURNEY
3
-149
/
+87
2009-10-04
More tidying up
Jon TURNEY
6
-500
/
+167
2009-10-04
More tidying up Fix that GDI handle leak
Jon TURNEY
8
-98
/
+234
2009-10-04
Lots of tidying up, code rearrangement, fix file header comments
Jon TURNEY
4
-448
/
+566
2009-10-04
Revise a lot of debug output Drop unused HRGN from being created (was a leak)...
Jon TURNEY
6
-98
/
+133
2009-10-04
More work
Jon TURNEY
8
-622
/
+434
2009-10-04
remove glcontextmode.[ch]
Jon TURNEY
4
-609
/
+1
2009-10-04
Move files up out of glx/
Jon TURNEY
7
-19
/
+19
2009-10-04
More work on accelerated indirect GLX.. some basic GLX clients now work!
Jon TURNEY
5
-2065
/
+1153
2009-10-04
More work
Jon TURNEY
4
-580
/
+1527
2009-10-04
first stab at a native opengl provider
Jon TURNEY
2
-20
/
+291
2009-10-04
Add glcontextmodes helper functions
Jon TURNEY
3
-1
/
+608
2009-10-04
Native GL for GLX build fixes
Jon TURNEY
3
-7
/
+53
2009-10-04
Remove some Xgl stuff
Jon TURNEY
1
-0
/
+16
2009-10-04
Fix build of native OpenGL for Xwin DDX
Jon TURNEY
3
-13
/
+11
2009-10-04
Xming patch 7
Jon TURNEY
2
-127
/
+173
2009-10-04
Cygwin/X: Don't try to build using DRI2, even if dri2proto is installed
Jon TURNEY
1
-0
/
+3
2009-10-04
Cygwin/X: Add a timestamp to log messages
Jon TURNEY
5
-8
/
+34
2009-10-04
Cygwin/X: Make -logverbose affect the verbosity of logging to the log file
Jon TURNEY
1
-1
/
+1
2009-10-04
Cygwin/X: Ensure WM_STATE atom exists in multiwindow mode
Jon TURNEY
1
-0
/
+10
[next]