index
:
~dottedmag/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
fixes
for-keithp
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
fixes for X server
dottedmag
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
GL
/
glx
/
glxscreens.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
-601
/
+0
2008-04-23
Prefer glxvisuals with stencil buffer for default visuals
Hans de Goede
1
-3
/
+10
2008-04-14
glx: silly nitpick...
Dave Airlie
1
-1
/
+1
2008-03-31
Implement DRI2 direct rendering and update AIGLX to DRI interface changes.
Kristian Høgsberg
1
-19
/
+36
2008-02-14
Add GLX provider for DRI2.
Kristian Høgsberg
1
-0
/
+26
2007-12-13
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-1
/
+1
2007-12-07
Darwin: Use __APPLE__ instead of __DARWIN__
Jeremy Huddleston
1
-1
/
+1
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-30
/
+40
2007-10-29
Set up visuals for the existing X visuals.
Kristian Høgsberg
1
-17
/
+40
2007-10-26
Weed out some unused fluff from __GLXcontext.
Kristian Høgsberg
1
-11
/
+0
2007-10-26
Quiet glx visual debug info.
Kristian Høgsberg
1
-2
/
+0
2007-10-25
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-10
/
+241
2007-10-19
Fix software GL to provide a list of supported fbconfigs like the DRI case.
Kristian Høgsberg
1
-14
/
+14
2007-10-18
Introduce a new "GlxVisuals" option that controls which visuals are added.
Kristian Høgsberg
1
-30
/
+90
2007-10-18
Add code to set up GLX visuals and add one for the first double buffered FBCo...
Kristian Høgsberg
1
-10
/
+142
2007-10-18
Separate handling of GLX visuals and GLX FBConfigs.
Kristian Høgsberg
1
-2
/
+35
2007-10-18
Simplify and clean up GLX visual initialization.
Kristian Høgsberg
1
-2
/
+7
2007-10-17
devPrivates rework: update new GL/glxext code.
Eamon Walsh
1
-15
/
+5
2007-10-12
Move hyperpipe and swapbarrier extension funcs to screen private struct.
Kristian Høgsberg
1
-28
/
+4
2007-10-12
Convert GLX module to use screen private indexes like everything else.
Kristian Høgsberg
1
-72
/
+48
2006-08-25
Enable GL_EXT_texture_filter_anisotropic and GL_EXT_blend_equation_separate.
Ian Romanick
1
-0
/
+2
2006-08-25
Enable vertex and fragment programs.
Ian Romanick
1
-1
/
+12
2006-08-24
Finish support for GL_ARB_texture_compression.
Ian Romanick
1
-1
/
+7
2006-08-24
Regenerate from gl_API.xml 1.63. Enable extensions.
Ian Romanick
1
-0
/
+3
2006-08-24
Fix typo
Alan Hourihane
1
-1
/
+1
2006-08-23
Fix the sorting of the extension string. Add a few extensions that
Ian Romanick
1
-4
/
+20
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-1
/
+0
2006-07-06
Add GLX_MESA_copy_sub_buffer marshalling support.
Kristian Høgsberg
1
-0
/
+1
2006-03-20
Finish glx_ansic.h wrapper changes to make Xvfb and Xnest link again.
Donnie Berkholz
1
-2
/
+2
2006-03-17
Check for glproto when building GLX and make sure we have at least 1.4.6.
Kristian Høgsberg
1
-13
/
+13
2006-03-17
More patches from David Reveman:
Kristian Høgsberg
1
-0
/
+3
2006-03-12
Merge accel_indirect branch to HEAD.
Kristian Høgsberg
1
-120
/
+71
2006-02-10
Remove libcwrapper usage from xorg server modules. The libcwrapper is only
Eric Anholt
1
-3
/
+1
2005-10-05
Bug #3652: Server-side GLX support for GLX_SGIX_swap_barrier and
Adam Jackson
1
-0
/
+58
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
2005-06-09
Re-enable GL_HP_occlusion_test. The problems in Mesa that caused this bug
Ian Romanick
1
-6
/
+0
2005-05-30
Bug #3407: Clean out ancient #ifdef X11R5 conditionals.
Adam Jackson
1
-4
/
+0
2004-07-26
Bug #377: Make lib{glx,GLcore,dri} work when compiled as dlloader modules.
Adam Jackson
1
-8
/
+13
2004-06-16
Merge DRI-trunk-20040613 changes in programs/Xserver/GL.
Eric Anholt
1
-1
/
+3
2004-06-16
DRI trunk-20040613 import
DRI-trunk-20040721
DRI-trunk-20040613
Eric Anholt
1
-84
/
+9
2004-06-16
DRI XFree86-4_3_99_12-merge import
DRI-XFree86-4_3_99_12-merge
Eric Anholt
1
-9
/
+2
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
1
-1
/
+1
2004-03-14
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
xf86-4_4_99_1
Egbert Eich
1
-1
/
+1
2004-03-03
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
xf86-4_4_0
STSF-CURRENT
Egbert Eich
1
-1
/
+1
2004-02-26
readding XFree86's cvs IDs
xf86-4_3_99_903
Egbert Eich
1
-1
/
+1
2004-02-26
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Egbert Eich
1
-1
/
+1
2004-02-23
Import most of XFree86 4.4RC3. This import excludes files which have the
xf86-4_3_99_903_special
Kaleb Keithley
1
-2
/
+9
2003-11-25
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
xf86-4_3_99_16
Kaleb Keithley
1
-13
/
+80
2003-11-14
Initial revision
Kaleb Keithley
1
-0
/
+327