summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-04-02Fix XDarwin's handling of Wacom tablet mouse buttons (Based on patchXORG-6_8_99_1Torrey Lyons1-19/+34
suggested by Daphne Pfister).
2005-04-01xc/programs/Xserver/Xprint/Init.cRoland Mainz7-296/+586
xc/programs/Xserver/Xprint/ps/Imakefile xc/programs/Xserver/Xprint/ps/Ps.h xc/programs/Xserver/Xprint/ps/PsArea.c xc/programs/Xserver/Xprint/ps/PsColor.c xc/programs/Xserver/Xprint/ps/PsImageUtil.c xc/programs/Xserver/Xprint/ps/PsInit.c //bugs.freedesktop.org/show_bug.cgi?id=2879) attachment #2287 (https://bugs.freedesktop.org/attachment.cgi?id=2287) Follow-up to bugzilla #1299: Add new visuals in the Postscript DDX (including TrueColor 16bit, PseudoColor 15bit/12bpg(12 bits per R-, G-, B-channel as in PostScript Level 2 (and above) colors can have 12 bits per component (36 bit for RGB)), PseudoColor+GrayScale+StaticGray 12bit/12bpg) and switch the default visual from PseudoColor 8bit/8bpg to PseudoColor 12bit/12bpg.
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-27Sat Mar 26 19:00:30 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-13/+0
Remove accidentally committed prototype.
2005-03-26Sat Mar 26 18:49:21 2005 Soeren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen4-2/+117
programs/Xserver/fb/fbmmx.h New function. Hook it up here
2005-03-25xc/programs/Xserver/Xprint/ps/ImakefileRoland Mainz1-4/+2
//bugs.freedesktop.org/show_bug.cgi?id=2821) attachment #xxx (https://bugs.freedesktop.org/attachment.cgi?id=xxx) Remove the cfb dependicy from the PostScript DDX as this is not needed in a vector DDX (mfb is still needed to fill the |BitmapToRegion()| callback with |mfbPixmapToRegion()|).
2005-03-23bugzilla #2194: fix an alignement problem on 64 bit architectures.Matthieu Herrb1-2/+2
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-23xc/programs/Xserver/ImakefileRoland Mainz6-29/+53
xc/programs/Xserver/Xprint/DiPrint.h xc/programs/Xserver/Xprint/Imakefile xc/programs/Xserver/Xprint/Init.c xc/programs/Xserver/Xprint/ddxInit.c xc/programs/Xserver/dix/Imakefile xc/programs/Xserver/dix/main.c xc/programs/Xserver/dix/xpstubs.c xc/programs/Xserver/os/Imakefile //bugs.freedesktop.org/show_bug.cgi?id=2792) attachment #2193 (https://bugs.freedesktop.org/attachment.cgi?id=2193) Fix build bustage when |PrintOnlyServer| is set to |NO|. Patch by Roland Mainz <roland.mainz@nrubsig.org> and Julien Lafon <julien.lafon@gmail.com>.
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-22Tue Mar 22 12:47:16 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-1/+5
Only validate the source if it is a viewable window. Stops the cursor flickering when it is above an unviewable window.
2005-03-19//bugs.freedesktop.org/show_bug.cgi?id=2771) attachment #2148Roland Mainz1-2/+1
(https://bugs.freedesktop.org/attachment.cgi?id=2148) Remove RENDER extension from exclusion list for the standalone print server (Xprt) to get this extension enabled if the print DDX support it.
2005-03-18Add support for production version of ATI RN50/ES1000. (ATI TechnologiesMichel Daenzer1-0/+1
Inc.)
2005-03-17Fix build on stock Mac OS X: Out of the box, Mac OS X does not includeTorrey Lyons1-2/+2
Freetype2, Expat, or PNG. Also global variables should be initalized in the Xserver.
2005-03-16Wed Mar 16 16:17:43 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-3/+7
Only validate the source if it is a viewable window. Stops the cursor flickering when it is above an unviewable window.
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-07xc/programs/Xserver/dix/atom.cRoland Mainz20-1701/+761
xc/programs/Xserver/dix/colormap.c xc/programs/Xserver/dix/cursor.c xc/programs/Xserver/dix/devices.c xc/programs/Xserver/dix/dispatch.c xc/programs/Xserver/dix/dixfonts.c xc/programs/Xserver/dix/dixutils.c xc/programs/Xserver/dix/events.c xc/programs/Xserver/dix/extension.c xc/programs/Xserver/dix/gc.c xc/programs/Xserver/dix/glyphcurs.c xc/programs/Xserver/dix/grabs.c xc/programs/Xserver/dix/main.c xc/programs/Xserver/dix/pixmap.c xc/programs/Xserver/dix/privates.c xc/programs/Xserver/dix/property.c xc/programs/Xserver/dix/resource.c xc/programs/Xserver/dix/swaprep.c xc/programs/Xserver/dix/swapreq.c //bugs.freedesktop.org/show_bug.cgi?id=2560) attachment #2037 (https://bugs.freedesktop.org/attachment.cgi?id=2037) ANSI-fy Xserver/dix code. The conversion preserves the comments which annotate variables. These have been moved into doxygen(esque?) "stubs" above each function. Patch by Mike Owens <etc@filespanker.com>.
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-01If a context is already attached copy it instead of reattaching to keepAlexander Gottwald3-289/+429
displaylists and share displaylists Enable tracing of often called functions with GLWIN_ENABLE_TRACE ForceCurrent is a no-op now
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