summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-14Fix GLX byteswapping.Kristian Høgsberg3-122/+142
2007-10-12Merge branch 'master' of git://git.freedesktop.org/git/xorg/xserverKristian Høgsberg9-127/+222
2007-10-12Implement ChangeDrawableAttributes so we can support GLX_EVENT_MASK.Kristian Høgsberg3-8/+36
2007-10-12Implement GLX pbuffers.Kristian Høgsberg9-60/+135
2007-10-12Add dispatching for GLX_SGIX_pbuffer.Kristian Høgsberg5-22/+81
2007-10-12Implment GLXPixmaps.Kristian Høgsberg6-364/+187
2007-10-12Implement damage reporting for AIGLX.Kristian Høgsberg1-0/+18
2007-10-12Move hyperpipe and swapbarrier extension funcs to screen private struct.Kristian Høgsberg5-70/+50
2007-10-12Convert GLX module to use screen private indexes like everything else.Kristian Høgsberg7-214/+167
2007-10-12Update the AIGLX DRI loader to use the new DRI interface.Kristian Høgsberg3-285/+156
2007-10-12Drivers include miscstruct.h which requires pixman.h.Matthias Hopf1-1/+1
2007-10-11Fix another compiler warningDavid Nusinow1-2/+1
2007-10-11Fix a warning about the control logic in xchomp()David Nusinow1-1/+1
2007-10-11Remove some unused variablesDavid Nusinow1-3/+0
2007-10-11Separate choosing driver from the file-based implementationDavid Nusinow1-29/+37
2007-10-11Remove obsolete error message define from parserDavid Nusinow1-2/+0
2007-10-11Don't bother validating the Device section of the conf fileDavid Nusinow3-24/+0
2007-10-11Re-enable validation of the screen section of xorg.confDavid Nusinow2-15/+3
2007-10-11When there's no xorg.conf, use the video driver autoloading functionDavid Nusinow1-16/+1
2007-10-11Bug #10304,12784,11603: Add quirks for several physical size issues.Eric Anholt3-36/+180
2007-10-11Make mode checking more tolerant like in pre-RandR times.Matthias Hopf1-5/+6
2007-10-09Allow the user to not have a screen sectionDavid Nusinow2-7/+8
2007-10-09Don't require that the screen explicitly attach the device sectionDavid Nusinow1-2/+11
2007-10-09Use the best guess heuristic as a fallback for autoloadingDavid Nusinow1-0/+3
2007-10-09Fix autoloading of drivers for pci-reworkDavid Nusinow1-17/+13
2007-10-09First pass at improved video driver autoloadingDavid Nusinow6-14/+232
2007-10-09Load intel instead of i810 when autoconfiguringDavid Nusinow1-1/+1
2007-10-09Sun bug 6589829: include zoneid of shm segment in access policy for MIT-SHMAlan Coopersmith3-24/+79
2007-10-09FreeBSD/alpha server build requires libio (missed in modularization).Christian Weisgerber1-0/+1
2007-10-08EXA: dude, don't validation driver hooks twice !Dodji Seketeli1-48/+0
2007-10-04updated from 'master'Dodji Seketeli1-6/+5
2007-10-04Xephyr: remove a potential crasherDodji Seketeli1-0/+3
2007-10-04Xephyr: better handling of the -nodri optionDodji Seketeli1-0/+15
2007-10-04Xephyr: don't disable glx visual init by defaultDodji Seketeli1-2/+0
2007-10-04Xephyr: fix a compiler warningDodji Seketeli1-0/+2
2007-10-04Xephyr: remove an unused variableDodji Seketeli1-1/+0
2007-10-04Xephyr: better compilation without GLXDodji Seketeli1-1/+8
2007-10-04EXA: Disable 1x1 pixmap fill optimization for drivers that handle pixmaps.Michel Dänzer1-6/+5
2007-10-03Merge Xephyr-XV/GL stuff into masterDodji Seketeli32-44/+8072
2007-10-03Xephyr: port XV/GL stuff of the new multiscreen architectureDodji Seketeli10-63/+123
2007-10-03exa: direct access to the pixmap sys ptr is bad if the pixmap isn't mappedDave Airlie1-3/+5
2007-10-03exa: add new flags to denote driver handles all pixmap migration/hidingDave Airlie3-4/+13
2007-10-03exa: make sure we set fb_ptr to NULLDave Airlie1-2/+3
2007-10-02Do not build hw/xfree86/os-support/bus/ix86Pci.c on Linux.Keith Packard1-1/+2
2007-10-02Xephyr: glx fixletDodji Seketeli1-6/+23
2007-10-02Xephyr: check presence of extensions in host XDodji Seketeli4-72/+151
2007-10-02Xephyr: cleanup XF86dri.c a bitDodji Seketeli1-3/+1
2007-10-02Xephyr: add -nodri and -noxv switches.Dodji Seketeli2-6/+33
2007-10-02Kdrive: use fbcmap_mi.c instead of fbcmap.cDodji Seketeli1-1/+1
2007-10-02fbcmap_mi.c: add a missing apiDodji Seketeli1-0/+8