summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Always believe the monitor when it reports a reduced-blanking mode.autoconfig-for-7.2Adam Jackson2006-09-141-1/+1
* In xf86MatchPciInstances, fail gracefully when there's no PCI device at all.Adam Jackson2006-09-141-0/+2
* Prefer driver-provided modes when matching name strings to modelines.Adam Jackson2006-09-141-123/+133
* Mark EDID modes as driver modes. Infer virtual size from driver modes.Adam Jackson2006-09-142-9/+105
* Attempt to add the 'mouse' driver in more situations.Adam Jackson2006-09-141-1/+31
* Load the default module set when no Module section is given in the config.Adam Jackson2006-09-142-3/+18
* Expand the default sync ranges to be large enough for 800x600@60.Adam Jackson2006-09-141-4/+4
* Publish the raw EDID block as a property on the root window.Adam Jackson2006-09-141-3/+88
* Bump the default pixel depth to 24, and default bpp to 32.Adam Jackson2006-09-141-2/+2
* Fix up EDID blocks where the max pixclock exceeds the preferred mode clock.Adam Jackson2006-09-141-1/+38
* Enable DPMS by default.Adam Jackson2006-09-141-1/+1
* Allow hsync and vsync ranges to be overridden independently again.Adam Jackson2006-09-141-15/+32
* Record all standard timings from EDID as modes, instead of just the first five.Adam Jackson2006-09-141-1/+1
* Record the maximum dot clock of the monitor, and filter by it.Adam Jackson2006-09-144-1/+10
* Don't translate monitor gamma to X gamma.Adam Jackson2006-09-141-6/+0
* Bug #5386: Synthesize modelines from EDID data.Luc Verhaegen2006-09-143-314/+378
* Use correct opcodes for GLX_EXT_texture_from_pixmap.Ian Romanick2006-09-141-118/+131
* Bug 7641: fix comment written to Xorg.conf (s/VertSync/VertRefresh/)Bill Nottingham2006-09-131-1/+1
* Xprint: revert installation of /etc/X11/Xsession.d/cde_xsessiond_xprint.shDrew Parsons2006-09-121-2/+1
* transformIsIdentity() now doesn't accept a zero matrix as the identity.Tilman Sauerbeck2006-09-121-0/+1
* Bug #8226: Fixed SetPictureTransform()'s handling of the argument matrix.Tilman Sauerbeck2006-09-111-7/+13
* If we're installing libxf86config, install headers needed to build against it.Donnie Berkholz2006-09-101-0/+6
* the new PCI mapping routines are broken on sparc64 (in fact they lookJesse Barnes2006-09-101-0/+6
* * Define XPSERVERLIST with `/etc/init.d/xprint get_xpserverlist`Drew Parsons2006-09-108-15/+18
* Fix AIGLX VT switching.Kristian Høgsberg2006-09-073-27/+104
* Remove prototypes and externs for non-existant functions and variables.Ian Romanick2006-09-062-8/+0
* Remove prototypes for non-existant functions.Ian Romanick2006-09-061-19/+0
* Make sure _XSERVER64 is defined when it should be and gets tested.Michel Dänzer2006-09-065-1/+16
* Fix #include paths for fontcacheproto headers.Michel Dänzer2006-09-061-2/+2
* (unsigned long)(1 << 31) = bad news on x86_64.Aaron Plattner2006-09-051-1/+1
* Add missing file from previous commit.Ian Romanick2006-08-311-0/+105
* Implement GLX_SGI_swap_control.Ian Romanick2006-08-317-29/+43
* Fix problems with vertex program protocolIan Romanick2006-08-313-227/+252
* Fix previous commit breaking other kdrives pulling in fbdev.aMatthew Allum2006-08-312-1/+3
* Add framebuffer device command line switch for XfbdevMatthew Allum2006-08-313-9/+29
* Minor extension tweaks.Ian Romanick2006-08-291-2/+1
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick2006-08-2916-84/+338
|\
| * Re-add support for tslib (1.0 release) and Xcalibrate extension.Matthew Allum2006-08-2916-84/+338
* | Make sure unsupported extensions are disabled.Ian Romanick2006-08-291-0/+2
* | Add support for AIGLX drivers to enable GLX extensions that they support.Ian Romanick2006-08-294-1/+265
|/
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick2006-08-2918-31/+21
|\
| * kdrive: remove @KDRIVE_LIBS@ from Xfoo_DEPENDENCIESDaniel Stone2006-08-2917-25/+16
| * configure.ac: allow disabling of XSDLDaniel Stone2006-08-291-6/+5
* | Remove __glXNoSuchRenderOpcode because it is no longer used.Ian Romanick2006-08-292-7/+0
|/
* Remove calls to LoaderCheckUnresolved(), since it's now a stub.Adam Jackson2006-08-282-9/+0
* Enable GL_EXT_texture_filter_anisotropic and GL_EXT_blend_equation_separate.Ian Romanick2006-08-256-4/+25
* Enable vertex and fragment programs.Ian Romanick2006-08-255-21/+176
* Finish support for GL_ARB_texture_compression.Ian Romanick2006-08-245-11/+141
* Remove GL/glx/g_disptab.c, GL/glx/g_disptab_EXT.c, andIan Romanick2006-08-248-5225/+1
* Add some missing bits of GL_SGI_color_table.Ian Romanick2006-08-244-0/+116