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
2009-05-14
glx: If a destroyed window is bound to the current context, make it not current.
Michel Dänzer
1
-0
/
+4
2009-04-27
Fix obvious copypasta
Pierre Willenbrock
1
-2
/
+2
2009-04-24
DRI2: Implement protocol for DRI2GetBuffersWithFormat
Ian Romanick
1
-7
/
+52
2009-04-20
DRI2: Add missing front-buffer flush callback.
Ian Romanick
1
-0
/
+8
2009-04-20
Add newline to some LogMessage strings.
Werner LEMBERG
2
-5
/
+7
2009-04-15
DRI2: Don't leave empty entries in private->buffers
Ian Romanick
1
-8
/
+9
2009-04-13
glx: Fix drawable private leak on destroy
Kristian Høgsberg
10
-115
/
+67
2009-04-10
DRI2: Do not send the real front buffer of a window to the client
Ian Romanick
1
-0
/
+10
2009-04-09
glx: Test the error value, not its address...
Michel Dänzer
1
-1
/
+1
2009-04-08
Use a #define instead of a magic number
Ian Romanick
1
-2
/
+4
2009-04-08
Allow GLX sources to build against Mesa 7.4 sources
Ian Romanick
1
-1
/
+4
2009-04-07
Convert remaining GLX LookupIDByType() calls
Kristian Høgsberg
2
-7
/
+15
2009-04-07
Add validGlxDrawable() and use dixLookupResourceByType().
Kristian Høgsberg
2
-70
/
+76
2009-04-07
Don't stomp on dixLookupDrawable() return value in DoCreateGLXPixmap().
Kristian Høgsberg
1
-1
/
+5
2009-04-07
Make GLX context lookup use dixLookupResourceByType()
Kristian Høgsberg
1
-55
/
+43
2009-04-02
Support setTexBuffer2 in AIGLX.
Kristian Høgsberg
3
-3
/
+16
2009-02-17
glx: Inialize best_score before calculating visual scores
Ian Romanick
1
-1
/
+1
2009-02-16
glx: Add comments around some extension string weirdness
Ian Romanick
2
-1
/
+9
2009-02-16
dri2: support glXWaitGL & glXWaitX by copying fake front to front and
Alan Hourihane
4
-11
/
+67
2009-02-13
glx: fix retval checks when failures occur for drawable creation.
Alan Hourihane
1
-1
/
+9
2009-02-12
Enable pbuffers
Ian Romanick
2
-1
/
+2
2009-02-10
glx: Replace broken GLX visual setup with a fixed "all" mode.
Eric Anholt
2
-157
/
+78
2009-02-04
Fix "warning: cast to pointer from integer of different size"
Tomas Carnecky
2
-2
/
+2
2009-02-02
glx: Don't match fbconfigs to visuals with mismatched channel masks.
Eric Anholt
1
-5
/
+11
2009-02-01
Prevent double unref of glxdrawables
Pierre Willenbrock
1
-0
/
+4
2009-01-19
Cygwin/X: Cygwin doesn't have RTLD_LOCAL
Yaakov Selkowitz
1
-0
/
+7
2009-01-18
Don't reuse PKG_CHECK_MODULES identifiers
Dan Nicholson
1
-0
/
+1
2009-01-15
GLX: Avoid a crash when we have an uninitialized GL context
Jon TURNEY
1
-0
/
+3
2008-12-17
Ensure symbols required by swrast_dri.so are visible.
Paulo Cesar Pereira de Andrade
2
-5
/
+6
2008-12-14
GLX: Changes resulting from changes to Mesa generator scripts / data
Ian Romanick
7
-18
/
+28
2008-12-12
Warning fix: Remove dead glXDisp{,Swap}_DrawArraysEXT definitions.
Eric Anholt
2
-10
/
+0
2008-12-12
Warning fix (GL likes to call strings GLubyte * instead of char *).
Eric Anholt
1
-1
/
+1
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
16
-16
/
+0
2008-12-03
Test for DRI2 extension in dri_internal.h and only enable AIGLX DRI2 if found.
Kristian Høgsberg
1
-2
/
+2
2008-12-02
Fix GLX after 180bad84774493d48f2793a6281d825560944863.
Eric Anholt
4
-4
/
+5
2008-12-02
Add visibility flags to XSERVER_CFLAGS.
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-11-12
CopySubBuffer expects GL style coordinates.
Kristian Høgsberg
1
-2
/
+3
2008-11-04
AIGLX: Reinstate call to driver texOffsetFinish hook.
Michel Dänzer
1
-0
/
+2
2008-11-04
AIGLX: Don't truncate offset returned by driver texOffsetStart hook on 32 bit.
Michel Dänzer
1
-1
/
+1
2008-11-03
AIGLX: Allow 2D driver to prevent zero-copy texturing of a pixmap.
Michel Dänzer
1
-1
/
+16
2008-10-23
dri2: fail at context creation if driver fail to create it's context
Jerome Glisse
1
-0
/
+4
2008-10-21
Bug #18159: Spell "anisotropic" correctly
Adam Jackson
1
-1
/
+1
2008-10-15
GLX: fix build when dri2 _is_ available.
Luc Verhaegen
1
-1
/
+1
2008-10-15
GLX: fix build when dri2 is not available.
Luc Verhaegen
1
-2
/
+8
2008-10-15
dri2: Update to latest protocol draft.
Kristian Høgsberg
1
-12
/
+22
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
4
-23
/
+10
2008-09-24
GLX: Make sure GLX_SGI_make_current_read is enabled when possible
Ian Romanick
1
-0
/
+9
2008-09-22
Upgrade GLX Public License 1.0 to FreeB 2.0.
Adam Jackson
1
-18
/
+28
2008-09-19
Update to SGI FreeB 2.0.
Adam Jackson
24
-786
/
+672
2008-08-31
damage: choose less ambiguous function names
Maarten Maathuis
1
-2
/
+2
[next]