summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)AuthorFilesLines
2005-04-19Prevent recursive calls to winRaiseWindow.Alexander Gottwald2-1/+10
2005-04-19Hash texture objects and display lists in XglDavid Reveman4-51/+910
2005-04-17Added a log pring for the parametersBogdan Diaconescu1-0/+2
2005-04-17Added new tuner FM1236MK3 PAL versionBogdan Diaconescu2-15/+57
2005-04-17This is the UDA1380 sound coder-decoder moduleBogdan Diaconescu3-0/+266
2005-04-16Fix cases in Darwin build where a variable is declared static and later asTorrey Lyons1-2/+0
extern (XFree86 Bug #1576, Jordan Frank).
2005-04-15//bugs.freedesktop.org/show_bug.cgi?id=2885) attachment #2434Roland Mainz1-2/+8
(https://bugs.freedesktop.org/attachment.cgi?id=2434) Fix Solaris build bustage caused by namespace collision between symbols defined in <sys/kbd.h> and those in "xf86_OSlib.h". Patch by Alan Coopersmith <alan.coopersmith@sun.com>.
2005-04-15Bug #2141: Rework misleading warning message when APM support isAdam Jackson1-2/+1
unavailable.
2005-04-13Add GLX code to XglDavid Reveman9-167/+1723
2005-04-11update static file from pci.idsAlan Hourihane1-804/+22703
2005-04-11import latest pci.ids fileAlan Hourihane1-113/+502
2005-04-11Reenable BackingStore in Xvfb.Egbert Eich1-1/+1
2005-04-11Added wizard page for clipboard selection and additional server parametersAlexander Gottwald6-9/+65
2005-04-11Correct the mask bits when checking for a 64bit memory base in PCI configEgbert Eich1-1/+1
space (bugzilla #2963).
2005-04-06First import of xlaunch frontend for XmingAlexander Gottwald22-0/+3479
2005-04-04Fixed sentinels in Xt, editres and xedit to reduce number of warnings withEgbert Eich12-320/+320
gcc4 (Andreas Schwab).
2005-04-04Fix typo leading to bogus code in xorgcfg (Andreas Schwab).Egbert Eich1-1/+1
2005-04-04Support for HP's IPF ZX1 systems (Alex Williamson).Egbert Eich2-9/+32
2005-04-04When not using dlopen ia64 needs an extra cache flush to ensure the icacheEgbert Eich2-2/+10
is coherent when modules are loaded (Alex Williamson).
2005-04-02Fix XDarwin's handling of Wacom tablet mouse buttons (Based on patchTorrey Lyons1-19/+34
suggested by Daphne Pfister).
2005-04-01programs/Xserver/hw/xfree86/loader/xf86sym.cMatthieu Herrb2-1/+7
programs/Xserver/hw/xfree86/os-support/shared/libc_wrapper.c Fix setjump0 declaration for DllLoader.
2005-04-01bugzilla #2880 (https://bugs.freedesktop.org/show_bug.cgi?id=2880)Kevin E Martin1-10/+2
attachment #2285 (https://bugs.freedesktop.org/attachment.cgi?id=2285) Use system method to access PCI config space.
2005-04-01Bug #2835: Add symbol exports to support the ReadDisplay extension.Adam Jackson1-1/+5
2005-03-31- Add new Radeon pci ids (ATI devrel), bug 2827Alex Deucher1-6/+45
2005-03-23Bugzilla #2750 (https://bugs.freedesktop.org/show_bug.cgi?id=2750)Thomas Hellstrom1-24/+66
Linux-only fixes: Fix case where a smaller write-combining region blocks write-combining setting of the whole frame buffer. Fix bug in wc setting code when regions are first splitted and setting of write-combining then fails.
2005-03-23xc/programs/Xserver/hw/vfb/InitOutput.cRoland Mainz2-16/+41
//bugs.freedesktop.org/show_bug.cgi?id=2791) attachment #2197 (https://bugs.freedesktop.org/attachment.cgi?id=2197) Add support for 12bit PseudoColor and 30bit TrueColor to Xvfb.
2005-03-23//bugs.freedesktop.org/show_bug.cgi?id=2789) attachment #2187Roland Mainz1-1/+7
(https://bugs.freedesktop.org/attachment.cgi?id=2187) Fix Xvfb to honor the "-dpi" option (instead of using a hardcoded value of 100DPI).
2005-03-22Bug #1821: Typo fix in xorg.conf man page (Jens Schweikhardt)Adam Jackson1-2/+2
2005-03-18Add support for production version of ATI RN50/ES1000. (ATI TechnologiesMichel Daenzer1-0/+1
Inc.)
2005-03-16Add cursor support to XglxDavid Reveman1-9/+278
2005-03-16Fix a few problems in XglDavid Reveman7-58/+71
2005-03-16Don't fail calling function when DriverFunc() for RandR fails asEgbert Eich1-13/+20
DriverFunc() also returns FALSE when the specific sub function isn't supported. In the case of xf86RandRGetInfo() we simply rely on what has been set before and return TRUE. In the case of xf86RandRSetConfig() we only bail with FALSE if we have to do a rotation and the call fails. We presently cannot do rotation on the fly without the help of a driver function (Bugzilla #2745).
2005-03-16Make message that gets printed when loader encounters a .o with no symbolsEgbert Eich1-1/+3
less conspicuous.
2005-03-11Return early from xglFillRect when no rectangles should be filledDavid Reveman1-1/+4
2005-03-11Use negative stride and PBOs in XglDavid Reveman10-77/+148
2005-03-10Force rebuilding of window stack if a window changes it's state fromAlexander Gottwald2-1/+23
minimized.
2005-03-08Adding more errnos to the libc wrapper (Bugzilla #2672).Egbert Eich2-3/+95
2005-03-08Return early from xglCopy if fall-back is more efficientDavid Reveman1-4/+10
2005-03-08Better ShmPutImage support in XglDavid Reveman4-1/+135
2005-03-08Minor improvement to CopyArea in XglDavid Reveman1-9/+3
2005-03-08Improve Xgl offscreen memory managerDavid Reveman1-19/+24
2005-03-08Fix Xgl glyph cachingDavid Reveman1-78/+94
2005-03-07Prevent winRaiseWindow from calling ConfigureWindow if the message was sentAlexander Gottwald3-2/+23
from within winDestroyWindowsWindow DestroyWindow send a WM_WINDOWPOSCHANGED to another window causing a restacking of all windows, even of the window which is just about to destroyed and whose structures may not be intact anymore.
2005-03-05xc/programs/Xserver/ImakefileRoland Mainz1-25/+0
xc/programs/Xserver/hw/xnest/Imakefile //bugs.freedesktop.org/show_bug.cgi?id=2653) attachment #2020 (https://bugs.freedesktop.org/attachment.cgi?id=2020): Cleanup Xnest usage of the DPMS dummy stub functions from dpmsstubs.c instead of using it's own copy of these functions.
2005-03-05//bugs.freedesktop.org/show_bug.cgi?id=2543) attachment #2019Roland Mainz1-2/+2
(https://bugs.freedesktop.org/attachment.cgi?id=2019): Fix |xf86SignalHandler()| which resets the signal handler before setting the flag indicating a signal has been caught, theoretically allowing the possibility of infinite recursion. Patch by Andrew Church <xzilla@achurch.org>.
2005-03-02xc/programs/Xserver/hw/xnest/Screen.cRoland Mainz3-0/+13
xc/programs/Xserver/hw/xnest/Window.c //bugs.freedesktop.org/show_bug.cgi?id=2546) attachment #2005 (https://bugs.freedesktop.org/attachment.cgi?id=2005): Fix Xnest to update the shape regions in the backend server whenever a client changes them in Xnest (the fix is to add a new wrapper which calls |xnestShapeWindow()| before calling |miSetShape()|). Patch by Mark McLoughlin <mark@skynet.ie>
2005-03-02xc/config/cf/DragonFly.cfRoland Mainz3-8/+19
xc/config/cf/Imake.cf xc/config/cf/Imakefile xc/config/imake/imake.c xc/config/imake/imakemdep.h xc/extras/drm/shared/drm.h xc/include/Xos_r.h xc/lib/xtrans/Xtranssock.c xc/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c //bugs.freedesktop.org/show_bug.cgi?id=1712) attachment #2004 (https://bugs.freedesktop.org/attachment.cgi?id=2004): Add support for DragonFly/BSD platform. Patch by Jeroen Ruigrok <asmodai@tendra.org> and Mike Verona <firedragonfly@gmail.com>.
2005-03-01Minor improvement to pixel transfers in XglDavid Reveman1-15/+16
2005-03-01Add dither support to XglDavid Reveman3-3/+12
2005-02-28Force DPMS normal on screen enableKeith Packard3-0/+556
Add placeholder for bit used to redirect input Add macrovision register defines