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
/
glxscreens.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-10
glx: Do not call into Composite if it is disabled.
Michal Srb
1
-12
/
+21
2017-12-14
glx: do not pick sRGB config for 32-bit RGBA visual
Tapani Pälli
1
-0
/
+5
2017-11-06
glx: free fbconfigs on destroy
Giuseppe Bilotta
1
-0
/
+7
2017-11-03
glx: Duplicate relevant fbconfigs for compositing visuals
Thomas Hellstrom
1
-2
/
+16
2017-09-12
glx: Fix visual fbconfig matching with respect to swap method
Thomas Hellstrom
1
-0
/
+9
2017-08-11
glx: remove unused GlxSetVisualConfigs stub
Emil Velikov
1
-7
/
+0
2017-07-20
glx: Only include compositeext.h if COMPOSITE is supported
Jeremy Huddleston Sequoia
1
-0
/
+3
2017-01-25
glx: Move Composite's synthetic visuals to a different select group
Adam Jackson
1
-0
/
+5
2016-03-30
glx: Implement GLX_EXT_libglvnd (v2)
Adam Jackson
1
-0
/
+4
2016-03-30
glx: Compute the GLX extension string from __glXScreenInit
Adam Jackson
1
-0
/
+8
2016-03-30
glx: Enable GLX 1.4 unconditionally
Adam Jackson
1
-12
/
+0
2016-03-30
glx: Remove default server glx extension string
Adam Jackson
1
-19
/
+1
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-1
/
+1
2013-09-11
glx: Remove support for NV_vertex_program and NV_fragment_program
Adam Jackson
1
-4
/
+0
2013-09-11
glx: Style fixes
Adam Jackson
1
-3
/
+7
2013-09-11
glx: Pull GLX vendor string out of __GLXscreen
Adam Jackson
1
-3
/
+0
2012-08-15
glx: Skip multisampled configs when matching pre-existing X visuals.
Paul Berry
1
-0
/
+3
2012-08-03
glx: Do not report the GLX_INTEL_swap_event extension for indirect swrast
Jon TURNEY
1
-1
/
+1
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-2
/
+2
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-228
/
+226
2012-01-15
Revert "glx: don't leak fbconfigs"
Jeremy Huddleston
1
-9
/
+0
2011-11-24
glx: don't leak fbconfigs
Paulo Zanoni
1
-0
/
+9
2011-11-24
glx: fix memory leak when destroying screen
Paulo Zanoni
1
-0
/
+1
2011-06-29
glx: Fix fbconfigs with no corresponding visual
Adam Jackson
1
-0
/
+7
2010-11-30
glx: Remove swap barrier and hyperpipe support
Adam Jackson
1
-27
/
+0
2010-06-11
Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
1
-3
/
+3
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-2
/
+5
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-4
/
+4
2010-04-16
glx: Drop DestroyWindow hook
Kristian Høgsberg
1
-28
/
+0
2010-01-11
GLX/DRI2: add INTEL_swap_event support
Jesse Barnes
1
-0
/
+1
2009-10-01
GLX: More clearly document the GLX protocol version handling
Ian Romanick
1
-2
/
+10
2009-09-30
dix/glx/composite: consolidate visual resize in one place.
Dave Airlie
1
-55
/
+3
2009-09-29
GLX: Enable GLX 1.4 on DRI2
Ian Romanick
1
-3
/
+4
2009-09-03
glx: Add screen DestroyWindow wrapper to destroy the GLX drawable.
Michel Dänzer
1
-0
/
+28
2009-05-29
GLX: Purge glxint.h usage
Jeremy Huddleston
1
-1
/
+1
2009-04-07
Convert remaining GLX LookupIDByType() calls
Kristian Høgsberg
1
-2
/
+5
2009-02-17
glx: Inialize best_score before calculating visual scores
Ian Romanick
1
-1
/
+1
2009-02-12
Enable pbuffers
Ian Romanick
1
-0
/
+1
2009-02-10
glx: Replace broken GLX visual setup with a fixed "all" mode.
Eric Anholt
1
-155
/
+78
2009-02-02
glx: Don't match fbconfigs to visuals with mismatched channel masks.
Eric Anholt
1
-5
/
+11
2008-12-02
Add visibility flags to XSERVER_CFLAGS.
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-10-21
Bug #18159: Spell "anisotropic" correctly
Adam Jackson
1
-1
/
+1
2008-09-19
Update to SGI FreeB 2.0.
Adam Jackson
1
-33
/
+28
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-1
/
+2
2008-07-24
Drop the glx resize hook and stop chaining PositionWindow.
Kristian Høgsberg
1
-49
/
+0
2008-05-23
glx: fix memory corruption with r5g6b5
George Sapountzis
1
-2
/
+5
2008-05-21
Move GL/glx on level up now that it's the only thing left under GL.
Kristian Høgsberg
1
-0
/
+601