summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)AuthorFilesLines
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
2005-02-24on WM_WINDOWPOSCHANGED raise window directly and in sync without utilizingAlexander Gottwald2-48/+24
the async windowmanager thread. Fixes some restacking problems occuring which were timing dependent Do not raise the window on WM_ACTIVATE Removed unused code for WM_WINDOWPOSCHANGING ESC is debug key. Print status but do not abort processing the message
2005-02-23Bugzilla #2599 (https://bugs.freedesktop.org/show_bug.cgi?id=2599)Alexander Gottwald1-9/+10
attachment #1964 (https://bugs.freedesktop.org/attachment.cgi?id=1964): move miScreenInit in front of pScreen->function initializations to prevent it from resetting ClipNotify.
2005-02-21Move the draw tracing supplies into ati_draw.h, and do some touchups on it.Eric Anholt3-27/+26
(When tracing drawing, I want to know what I'm drawing to, at a minimum).
2005-02-21Extend the filter support to R200, and do the check for filter settings inEric Anholt1-5/+25
Check rather than Prepare, to avoid migration of things we won't be able to accelerate.
2005-02-18Bug #2576: Add support for ATI RN50/ES1000. (ATI Technologies Inc.)Michel Daenzer1-0/+1
2005-02-18Bug #2455: Make x86emu handle JNL correctly. (David Wong)Adam Jackson1-1/+1
2005-02-12winmultiwindowwindow.cAlexander Gottwald3-92/+52
winmultiwindowwndproc.c Cleanup some message debugging
2005-02-12win.hAlexander Gottwald11-87/+282
winfont.c winmultiwindowshape.c winmultiwindowwindow.c winpfbdd.c winshaddd.c winshadddnl.c winshadgdi.c Fix incorrect wrapping of functions. Ensure the pointers from pScreen point to the called function even if wrapped functions changed it Set the window properties to NULL to avoid referencing freed memory because of timing problems after deleting a window Do not wrap ChangeWindowAttributes. All functions are noops currently
2005-02-12print window handle in message outoutAlexander Gottwald2-6/+14
2005-02-11Fixes a few problems in XglDavid Reveman5-24/+16
2005-02-11Fri Feb 11 14:28:22 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-5/+6
When COMPOSITE is enabled, call CopyWindow even when the pixels "don't move" on screen. Don't reject modes that are not supported by the unused monitor.
2005-02-11Bug #826: Make xorgconfig respect font installation outside $PROJECTROOT.Adam Jackson1-15/+20
(Donnie Berkholz)
2005-02-09Added PCI2Host bus translations for linux PPC and fixed fixed bugs inEgbert Eich2-3/+56
macros that apply these functions (Bill Randle Bugzilla #325 and #327).
2005-02-09Add initial evdev frameworkKeith Packard1-0/+299
2005-02-08update Xgl to changes in damage API. Remove some flags to support softwareKeith Packard2-3/+1
mesa
2005-02-08hw/kdrive/ati/radeon_composite.c Support linear filteringKeith Packard12-58/+174
Change how touch screens work -- make them just another 'mouse' device. Add unfinished (and unused) code to accelerate tiled fills.
2005-02-08Updated fix for ABNT2 and HK_Toggle keys.Alexander Gottwald3-3/+23
2005-02-08Backout ABNT2 and HK_Toggle fix since it broke keys F1 and F4.Alexander Gottwald3-4/+10
2005-02-07Save gs register before calling the vm86_old syscall thru int 0x80. This isEgbert Eich1-2/+8
required for linuxthreads as the TLS uses this register to keep track of local thread storage (Bugzilla #2431, J. Scott Berg).
2005-02-07Moved keyboard layout table to external file.Alexander Gottwald3-40/+263
2005-02-07Check the pixel clock choosen for a specific refresh rate against theEgbert Eich1-4/+4
maximally allowed pixel clock when choosing mode lines for VBESetVBEMode() and VESA BIOS version >= 3.0 (Bugzilla #2486).
2005-02-04Applied patch (id=1354) by Mike A. Harris from bug #1901: The attachedFelix Kuehling1-4/+17
patch updates a couple of PCI IDs for the Savage driver -- Debian/Ubuntu/Red Hat/Fedora.
2005-02-02Force ShowWindow if XWin was started via run.exe. Fixes mainwindow notAlexander Gottwald2-3/+26
showing bug
2005-02-02Bug #1294: Make sure RenderAccel hooks get wrapped in XAA init.Adam Jackson1-29/+33