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
/
glxcmds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-14
glx: Large commands are context state, not client state
Adam Jackson
1
-30
/
+40
2018-02-14
glx: Use vnd layer for dispatch (v4)
Adam Jackson
1
-169
/
+44
2018-01-22
miinitext: General cleanup (v2)
Adam Jackson
1
-0
/
+1
2017-12-04
glx: Implement GLX_EXT_no_config_context (v2)
Adam Jackson
1
-3
/
+3
2017-12-01
glx: Prepare __glXGetDrawable for no-config contexts
Adam Jackson
1
-7
/
+39
2017-12-01
glx: Fix glXQueryContext for GLX_FBCONFIG_ID and GLX_RENDER_TYPE (v2)
Adam Jackson
1
-1
/
+6
2017-11-15
glx: Only flush indirect contexts in MakeCurrent (v2)
Adam Jackson
1
-1
/
+1
2017-08-22
glx: Fix error generation for non-reply vendor private requests
Adam Jackson
1
-2
/
+1
2017-08-21
glx: Inline some reply swapping code
Adam Jackson
1
-16
/
+52
2017-07-31
glx: fix typo becuase -> because
Emil Velikov
1
-1
/
+1
2017-06-20
glx: Remove some indirection around EXT_texture_from_pixmap
Adam Jackson
1
-5
/
+4
2017-04-10
glx: Remove enter/leave server API
Adam Jackson
1
-2
/
+0
2017-03-24
glx: Fix MakeCurrent with no drawables
Adam Jackson
1
-22
/
+17
2017-01-25
glx: Send GLX_VISUAL_SELECT_GROUP_SGIX attribute for visuals
Adam Jackson
1
-2
/
+3
2016-09-15
Add Windows-DRI extension
Jon Turney
1
-1
/
+1
2016-09-06
glx: Fix computation of GLX_X_RENDERABLE fbconfig attribute
Adam Jackson
1
-1
/
+4
2016-05-11
glx: Stop tracking hasUnflushedCommands
Adam Jackson
1
-7
/
+1
2016-05-11
glx: Remove some redundant zero-init of GLX context state
Adam Jackson
1
-8
/
+0
2016-03-30
glx: Implement GLX_EXT_libglvnd (v2)
Adam Jackson
1
-0
/
+10
2016-03-30
glx: Enable GLX 1.4 unconditionally
Adam Jackson
1
-8
/
+4
2016-03-10
glx: Implement GLX_EXT_stereo_tree
Adam Jackson
1
-1
/
+9
2016-03-10
glx: Add GLX_SCREEN to the GetDrawableAttributes response
Adam Jackson
1
-1
/
+2
2016-03-10
glx: Macroize building the attribute list in DoGetDrawableAttributes
Adam Jackson
1
-23
/
+16
2016-03-08
glx: don't call pGlxDraw->destroy() if AddResource fails
Julien Cristau
1
-7
/
+2
2015-10-19
glx: Fix header length error checking in __glXDisp_RenderLarge
Jeremy Huddleston
1
-1
/
+1
2015-07-08
glx: Implement GLX_ARB_context_flush_control
Adam Jackson
1
-1
/
+19
2014-12-10
glx: Add hack for GLX-1.2-style naked windows to GetDrawableAttributes
Adam Jackson
1
-19
/
+29
2014-12-10
glx: Dynamically compute attribute slot in GetDrawableAttributes
Adam Jackson
1
-24
/
+25
2014-12-09
glx: Add implementation of __GLXContext->loseCurrent for direct ctxts
Neil Roberts
1
-0
/
+7
2014-12-08
glx: Pass remaining request length into ->varsize (v2) [CVE-2014-8098 8/8]
Adam Jackson
1
-2
/
+5
2014-12-08
glx: Length checking for RenderLarge requests (v2) [CVE-2014-8098 3/8]
Adam Jackson
1
-23
/
+34
2014-12-08
glx: Length checking for GLXRender requests (v2) [CVE-2014-8098 2/8]
Julien Cristau
1
-11
/
+10
2014-12-08
glx: Be more paranoid about variable-length requests [CVE-2014-8093 1/6]
Adam Jackson
1
-2
/
+2
2014-12-05
Revert "glx: Simplify glXDestroyContext"
Jon TURNEY
1
-1
/
+3
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-11
/
+11
2014-09-11
glx/present: Only send GLX_BufferSwapComplete for PresentCompleteKindPixmap
Keith Packard
1
-2
/
+5
2014-04-23
Add a command line argument for disabling indirect GLX.
Eric Anholt
1
-0
/
+11
2014-04-23
glx: Move GLX MakeCurrent lastGLContext updates next to makeCurrent().
Eric Anholt
1
-4
/
+2
2014-04-23
glx: Move the GLX variable caching what GL context is current to dix.
Eric Anholt
1
-6
/
+5
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-3
/
+3
2013-12-05
present: Send GLX_BufferSwapComplete events from present extension
Keith Packard
1
-0
/
+61
2013-10-31
glx: Lie about GLX_Y_INVERTED_EXT
Adam Jackson
1
-1
/
+2
2013-10-29
glx: convert to direct GL dispatch (v2)
Adam Jackson
1
-9
/
+5
2013-10-29
glx: Simplify glXDestroyContext
Adam Jackson
1
-3
/
+1
2013-10-29
glx: Fix memory leak in context garbage collection (v2)
Adam Jackson
1
-7
/
+7
2013-10-29
glx: Only take a Pixmap reference if creating the GLXPixmap succeeded
Adam Jackson
1
-1
/
+2
2013-09-11
glx: Fill in some missing attributes from DoGetFBConfigs
Adam Jackson
1
-2
/
+12
2013-09-11
glx: Catch another failure case in drawable creation
Adam Jackson
1
-0
/
+4
2013-09-11
glx: realloc style fix in RenderLarge
Adam Jackson
1
-9
/
+6
2013-09-11
glx: Eliminate a small malloc from QueryContext
Adam Jackson
1
-15
/
+8
[next]