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
path:
root
/
glx
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-16
Merge tag 'xorg-server-1.14.3' into cygwin-release-1.14
Jon TURNEY
1
-0
/
+2
2013-07-11
glx: fix uninitialized var in __glXDRIscreenProbe
Piotr Dziwinski
1
-0
/
+2
2013-07-08
Merge tag 'xorg-server-1.14.2' into cygwin-release-1.14
Jon TURNEY
2
-2
/
+2
2013-05-14
os: Use ErrorFSigSafe from FatalError and it's friends
Peter Hutterer
2
-2
/
+2
2013-04-10
Fix implicit-function-declaration warning in DrawableGone() by adding a proto...
Yaakov Selkowitz
1
-0
/
+2
2013-03-07
Generate the GLX extension list for swrast in the same way as dri and dri2 do.
Jon TURNEY
2
-14
/
+36
2013-03-06
glx: Flush context which is being made non-current due to drawable going away
Jon TURNEY
2
-0
/
+8
2013-03-06
glx: Synchronize Xserver glx/rensize.c with mesa src/glx/compsize.c
Jon TURNEY
1
-0
/
+2
2013-03-06
Cygwin/X: Linkage bodge for swrast (v4, aligns with mesa 7.11)
Jon TURNEY
4
-4245
/
+0
2012-12-19
Merge remote-tracking branch 'yselkowitz/master'
Keith Packard
8
-34
/
+34
2012-12-17
glx/dri2: initialise api to avoid indirect rendering failing randomly
Dave Airlie
1
-1
/
+1
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
8
-34
/
+34
2012-08-15
glx: Skip multisampled configs when matching pre-existing X visuals.
Paul Berry
1
-0
/
+3
2012-08-06
Merge remote-tracking branch 'jturney/master'
Keith Packard
2
-2
/
+2
2012-08-03
glx: Do not report the GLX_INTEL_swap_event extension for indirect swrast
Jon TURNEY
1
-1
/
+1
2012-08-03
glx: Don't note GLX_INTEL_swap_event as being required by GLX 1.4, it isn't.
Jon TURNEY
1
-1
/
+1
2012-07-25
glx: drop GLX_LIBS from X server and workaround sdksyms.
Dave Airlie
1
-0
/
+1
2012-07-13
glx: Fix checking GL version
Bartosz Brachaczek
1
-1
/
+1
2012-07-13
glx/dri2: don't return NULL in a function with no return.
Dave Airlie
1
-1
/
+1
2012-07-13
glx/dri2: use correct define from dri attribs.
Dave Airlie
1
-1
/
+1
2012-07-13
glx/dri2: fix incorrect == vs =
Dave Airlie
1
-1
/
+1
2012-07-13
glx/dri2: fix typo in the notification reset for robustness.
Dave Airlie
1
-1
/
+1
2012-07-13
glx: pass screen into the convert function
Dave Airlie
1
-2
/
+3
2012-07-12
Merge remote-tracking branch 'jturney/xwin-extmod-removal-fixes'
Keith Packard
2
-4
/
+1
2012-07-12
glx: Free DRI2 drawable reference to destroyed GLX drawable.
Michel Dänzer
1
-2
/
+6
2012-07-12
Restore extern to the declaration of __glXDRISWRastProvider
Jon TURNEY
1
-1
/
+1
2012-07-12
Revert bogus GlxPushProvider() in commit a1d41e3
Jon TURNEY
1
-3
/
+0
2012-07-10
Move DRI1 from external module to built-in
Daniel Stone
1
-2
/
+0
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
2
-2
/
+4
2012-07-09
GLX: Insert swrast provider from GlxExtensionInit
Daniel Stone
2
-1
/
+8
2012-07-09
Add a common ARRAY_SIZE macro to dix.h
Daniel Stone
1
-2
/
+0
2012-07-09
Use C99 designated initializers in extension Events
Alan Coopersmith
1
-2
/
+3
2012-07-09
Use C99 designated initializers in glx Replies
Alan Coopersmith
3
-55
/
+75
2012-07-09
Use calloc to zero fill buffers being allocated for replies & events
Alan Coopersmith
1
-2
/
+2
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
6
-40
/
+37
2012-07-07
dri2: add initial prime support. (v1.2)
Dave Airlie
1
-1
/
+1
2012-07-05
glx/dri2: Enable GLX_ARB_create_context_robustness
Ian Romanick
1
-3
/
+58
2012-07-05
glx: Allow attributes and flags from GLX_ARB_create_context_robustness
Ian Romanick
1
-1
/
+10
2012-07-05
glx: Track the reset notification strategy for a context
Ian Romanick
3
-0
/
+31
2012-07-05
glx: Add extension string tracking for GLX_ARB_create_context_robustness
Ian Romanick
2
-0
/
+2
2012-07-05
glx: Reject creations of indirect contexts with unsupportable versions.
Ian Romanick
1
-0
/
+17
2012-07-05
glx: Implement GLX_EXT_create_context_es2_profile
Ian Romanick
4
-0
/
+35
2012-07-05
glx: Implement GLX_ARB_create_context_profile
Ian Romanick
2
-3
/
+61
2012-07-05
glx: Implement GLX SetClientInfo2ARB protocol
Ian Romanick
1
-7
/
+20
2012-07-05
glx: Don't request prototypes for GL extension functions
Ian Romanick
1
-1
/
+0
2012-06-14
Merge remote-tracking branch 'idr/GLX_ARB_create_context'
Keith Packard
13
-75
/
+526
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
4
-19
/
+15
2012-05-23
glx: Implement protocol for glXCreateContextAttribsARB
Ian Romanick
1
-1
/
+212
2012-05-23
glx: Make several functions available outside the glxcmds.c compilation unit
Ian Romanick
2
-4
/
+17
2012-05-23
glx: Use one function to add a context to all global tables
Ian Romanick
3
-7
/
+12
[next]