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
/
GL
/
glx
/
glxcmds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-21
Move GL/glx on level up now that it's the only thing left under GL.
Kristian Høgsberg
1
-2383
/
+0
2008-04-02
Send the GLX_EXT_texture_from_pixmap attributes to the client.
Kristian Høgsberg
1
-1
/
+6
2008-03-31
Implement DRI2 direct rendering and update AIGLX to DRI interface changes.
Kristian Høgsberg
1
-26
/
+25
2008-03-18
Apply __glXDisp_GetVisualConfigs message patch
Eamon Walsh
1
-0
/
+6
2008-02-28
XACE: Fix instances of DixUnknownAccess at hook callsites.
Eamon Walsh
1
-4
/
+4
2007-11-04
Add CreatePixmap allocation hints.
Aaron Plattner
1
-1
/
+1
2007-10-26
Weed out some unused fluff from __GLXcontext.
Kristian Høgsberg
1
-3
/
+2
2007-10-25
Clean up unused pVisual part of __GLXcontext.
Kristian Høgsberg
1
-3
/
+1
2007-10-22
GLX: Fix leak of X pixmaps associated with GLX pixmaps.
Michel Dänzer
1
-0
/
+5
2007-10-18
Separate handling of GLX visuals and GLX FBConfigs.
Kristian Høgsberg
1
-288
/
+204
2007-10-16
Always check the return value of __glXGetDrawable first.
Michel Dänzer
1
-2
/
+2
2007-10-15
Fix byte swapping for GetFBConfigs.
Kristian Høgsberg
1
-5
/
+5
2007-10-14
Fix GLX byteswapping.
Kristian Høgsberg
1
-70
/
+64
2007-10-12
Implement ChangeDrawableAttributes so we can support GLX_EVENT_MASK.
Kristian Høgsberg
1
-8
/
+30
2007-10-12
Implement GLX pbuffers.
Kristian Høgsberg
1
-44
/
+114
2007-10-12
Add dispatching for GLX_SGIX_pbuffer.
Kristian Høgsberg
1
-11
/
+35
2007-10-12
Implment GLXPixmaps.
Kristian Høgsberg
1
-252
/
+121
2007-10-12
Move hyperpipe and swapbarrier extension funcs to screen private struct.
Kristian Høgsberg
1
-19
/
+24
2007-10-12
Convert GLX module to use screen private indexes like everything else.
Kristian Høgsberg
1
-12
/
+15
2007-10-12
Update the AIGLX DRI loader to use the new DRI interface.
Kristian Høgsberg
1
-0
/
+2
2007-08-01
GLX_EXT_texture_from_pixmap: Use client provided texture target when available.
Michel Dänzer
1
-16
/
+35
2007-07-10
GLX: Only build code dealing with GLXPixmap damage field when DRI is enabled.
Michel Dänzer
1
-0
/
+2
2007-05-22
Bug #8991: Add glXGetDrawableAttributes dispatch; fix texture format therein.
Adam Jackson
1
-1
/
+11
2007-05-02
In __glXCreateARGBConfig(), insert the new GL mode at the _end_ of the linked...
Brian
1
-2
/
+20
2006-12-15
Convert callers of LookupDrawable() to dixLookupDrawable().
Eamon Walsh
1
-8
/
+10
2006-08-31
Implement GLX_SGI_swap_control.
Ian Romanick
1
-3
/
+0
2006-08-24
Remove GL/glx/g_disptab.c, GL/glx/g_disptab_EXT.c, and
Ian Romanick
1
-1
/
+0
2006-08-23
Refector __glXDisp_Render and __glXDispSwap_Render to DoRender.
Ian Romanick
1
-27
/
+53
2006-08-23
Memo to myself: Whenever a Makefile.am changes, autogen.sh must be
Ian Romanick
1
-18
/
+5
2006-08-23
Convert protocol decode tabels for Render and RenderLarge to use nice,
Ian Romanick
1
-46
/
+29
2006-08-23
Convert protocol decode tables for Single, VendorPrivate, and
Ian Romanick
1
-141
/
+69
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-1
/
+0
2006-07-06
Implement GLX_MESA_copy_sub_buffer.
Kristian Høgsberg
1
-1
/
+39
2006-07-06
Add GLX_MESA_copy_sub_buffer marshalling support.
Kristian Høgsberg
1
-1
/
+24
2006-07-06
Implement glXCreateWindow and glXDestroyWindow.
Kristian Høgsberg
1
-52
/
+84
2006-07-06
Move __GLXdrawable lookup and creation into GetDrawableOrPixmap.
Kristian Høgsberg
1
-104
/
+72
2006-07-06
Drop global GLX error integer variables and use __glXError() instead.
Kristian Høgsberg
1
-43
/
+43
2006-07-06
Add marshalling for GLX 1.3 requests.
Kristian Høgsberg
1
-13
/
+86
2006-06-27
Add damage tracking to GLX_EXT_tfp implementation.
Kristian Høgsberg
1
-0
/
+1
2006-05-29
Remove superfluous definition of tfp tokens.
Kristian Høgsberg
1
-8
/
+0
2006-04-03
Coverity #986: Prevent a NULL chase.
Adam Jackson
1
-2
/
+2
2006-03-30
Mark the ARGB FBConfig as nonconforming to prevent drivers and apps from
Kristian Høgsberg
1
-1
/
+3
2006-03-21
#include indirect_dispatch to get prototypes for FBO functions.
Kristian Høgsberg
1
-0
/
+1
2006-03-17
Check for glproto when building GLX and make sure we have at least 1.4.6.
Kristian Høgsberg
1
-26
/
+29
2006-03-17
More patches from David Reveman:
Kristian Høgsberg
1
-0
/
+23
2006-03-13
First batch of AIGLX fixes from David Reveman.
Kristian Høgsberg
1
-9
/
+15
2006-03-12
Merge accel_indirect branch to HEAD.
Kristian Høgsberg
1
-79
/
+251
2006-02-10
Remove libcwrapper usage from xorg server modules. The libcwrapper is only
Eric Anholt
1
-0
/
+2
2006-01-12
Bug #2996: libglx / libGLcore should use a dispatch table
Ian Romanick
1
-7
/
+11
2005-10-05
Bug #3652: Server-side GLX support for GLX_SGIX_swap_barrier and
Adam Jackson
1
-0
/
+245
[next]