summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-15Merge branch 'master' into my-XACE-modularXACE-modularEamon Walsh24-198/+297
2006-09-14Use correct opcodes for GLX_EXT_texture_from_pixmap.Ian Romanick1-118/+131
2006-09-13Bug 7641: fix comment written to Xorg.conf (s/VertSync/VertRefresh/)Bill Nottingham1-1/+1
2006-09-12Xprint: revert installation of /etc/X11/Xsession.d/cde_xsessiond_xprint.shDrew Parsons1-2/+1
2006-09-12transformIsIdentity() now doesn't accept a zero matrix as the identity.Tilman Sauerbeck1-0/+1
2006-09-11Bug #8226: Fixed SetPictureTransform()'s handling of the argument matrix.Tilman Sauerbeck1-7/+13
2006-09-10If we're installing libxf86config, install headers needed to build against it.Donnie Berkholz1-0/+6
2006-09-10the new PCI mapping routines are broken on sparc64 (in fact they lookJesse Barnes1-0/+6
2006-09-10* Define XPSERVERLIST with `/etc/init.d/xprint get_xpserverlist`Drew Parsons8-15/+18
2006-09-08Generalize the handling of configuration files that ship with extensions.Eamon Walsh1-3/+6
2006-09-08Zero out newly created ExtensionEntry structures, but only after theEamon Walsh1-3/+3
2006-09-08Zero out newly allocated ClientRec structures.Eamon Walsh1-4/+5
2006-09-08Include dix-config.h.Eamon Walsh1-0/+4
2006-09-08Don't need to allocate memory now that devPrivates are being used.Eamon Walsh1-6/+0
2006-09-07Fix AIGLX VT switching.Kristian Høgsberg3-27/+104
2006-09-06Remove prototypes and externs for non-existant functions and variables.Ian Romanick2-8/+0
2006-09-06Remove prototypes for non-existant functions.Ian Romanick1-19/+0
2006-09-06Make sure _XSERVER64 is defined when it should be and gets tested.Michel Dänzer5-1/+16
2006-09-06Fix #include paths for fontcacheproto headers.Michel Dänzer1-2/+2
2006-09-05(unsigned long)(1 << 31) = bad news on x86_64.Aaron Plattner1-1/+1
2006-09-05Merge branch 'master' into my-XACE-modularEamon Walsh68-10968/+5531
2006-08-31Add missing file from previous commit.Ian Romanick1-0/+105
2006-08-31Implement GLX_SGI_swap_control.Ian Romanick7-29/+43
2006-08-31Fix problems with vertex program protocolIan Romanick3-227/+252
2006-08-31Fix previous commit breaking other kdrives pulling in fbdev.aMatthew Allum2-1/+3
2006-08-31Add framebuffer device command line switch for XfbdevMatthew Allum3-9/+29
2006-08-29Minor extension tweaks.Ian Romanick1-2/+1
2006-08-29Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick16-84/+338
2006-08-29Make sure unsupported extensions are disabled.Ian Romanick1-0/+2
2006-08-29Add support for AIGLX drivers to enable GLX extensions that they support.Ian Romanick4-1/+265
2006-08-29Re-add support for tslib (1.0 release) and Xcalibrate extension.Matthew Allum16-84/+338
2006-08-29Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick18-31/+21
2006-08-29Remove __glXNoSuchRenderOpcode because it is no longer used.Ian Romanick2-7/+0
2006-08-29kdrive: remove @KDRIVE_LIBS@ from Xfoo_DEPENDENCIESDaniel Stone17-25/+16
2006-08-29configure.ac: allow disabling of XSDLDaniel Stone1-6/+5
2006-08-28Remove calls to LoaderCheckUnresolved(), since it's now a stub.Adam Jackson2-9/+0
2006-08-25Merge branch 'my-XACE-SELINUX' into my-XACE-modularEamon Walsh0-0/+0
2006-08-25Add four new XACE hooks: auditing, key event notification, window initEamon Walsh6-1/+78
2006-08-25Enable GL_EXT_texture_filter_anisotropic and GL_EXT_blend_equation_separate.Ian Romanick6-4/+25
2006-08-25Enable vertex and fragment programs.Ian Romanick5-21/+176
2006-08-24Finish support for GL_ARB_texture_compression.Ian Romanick5-11/+141
2006-08-24Remove GL/glx/g_disptab.c, GL/glx/g_disptab_EXT.c, andIan Romanick8-5225/+1
2006-08-24Add some missing bits of GL_SGI_color_table.Ian Romanick4-0/+116
2006-08-24Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick2-1/+39
2006-08-24Regenerate from gl_API.xml 1.63. Enable extensions.Ian Romanick5-58/+220
2006-08-24Regenerate from gl_API.xml 1.62. Functions move, no real changes.Ian Romanick4-1893/+1893
2006-08-24More #ifdef USE_DEPRECATED_KEYBOARD_DRIVER.Adam Jackson1-1/+3
2006-08-24Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserverMatthias Hopf42-3889/+2376
2006-08-24Adapt to Mesa header name change.Lukáš Turek1-1/+1
2006-08-24Apply patch in bug #7919, blit improvements inAlan Hourihane2-14/+13