Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-28 | Big old pile of warning fixes. | Adam Jackson | 1 | -0/+8 | |
2006-03-15 | Coverity #337: Remove useless NULL check. | Adam Jackson | 1 | -1/+1 | |
2006-03-06 | render/picture.c Correctly initialize devPrivates variable in source only | Lars Knoll | 1 | -1/+2 | |
pictures to 0 miext/cw/cw.h Don't try to access devPrivates of source only pictures | |||||
2006-02-16 | Forgot to include this file in previous patch | Keith Packard | 1 | -0/+162 | |
2006-02-16 | Make more extensions optional in build (for kdrive). Fix kdrive build for | Keith Packard | 5 | -1/+84 | |
actual hardware. Fix kdrive pointer signed/unsigned types. Add kdrive-required YX rotation functions. Replace rgb text file loading with static rgb color table. | |||||
2006-02-15 | Mark everything in misym.c as _X_EXPORT. | Adam Jackson | 2 | -2/+2 | |
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 9 | -0/+18 | |
of (marginal) use in the drivers, and that usage remains. | |||||
2006-01-23 | Commit slight variation of bug #5460 which is the merge of the new shadow | Alan Hourihane | 7 | -1437/+135 | |
code from kdrive. | |||||
2006-01-23 | wrap with if XORG / endif | Alan Hourihane | 1 | -0/+2 | |
2006-01-23 | #include "gcstruct.h" | Alan Hourihane | 1 | -0/+1 | |
2006-01-23 | add damage.h & damagestr.h to SDK headers | Alan Hourihane | 1 | -0/+2 | |
2006-01-18 | Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg servers | Dave Airlie | 1 | -0/+2 | |
breaks. | |||||
2005-12-29 | Missed one | Adam Jackson | 1 | -425/+0 | |
2005-12-25 | Remove unused layer module. | Adam Jackson | 7 | -1357/+2 | |
2005-12-09 | Bug #4935: Fix includes. (Eric Anholt) | Adam Jackson | 1 | -0/+1 | |
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 4 | -4/+4 | |
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 4 | -5/+11 | |
module builds to reflect this change. | |||||
2005-10-15 | Fix typo and add new Makefiles to AC_OUTPUT | Kevin E Martin | 2 | -1/+24 | |
Fix typos Add xorg.conf.man to CLEANFILES Add missing files to EXTRA_DIST | |||||
2005-10-06 | Bug #4699: Correct some memory leaks in EXA and damage related to region | Eric Anholt | 1 | -8/+10 | |
handling. | |||||
2005-10-02 | Bugzilla #4616: | Eric Anholt | 2 | -0/+15 | |
- Merge various fb/ bits of COMPOSITE support from xserver, which weren't necessary before due to cw hiding the issues. Fixes offset calculations for a number of operations, and may pull some fixes that cairo has wanted for XAA as well. - Add a new call, miDisableCompositeWrapper(), which a DDX can call to keep cw from getting initialized from the damage code. While it would be cleaner to have each DDX initialize it if it needs it, we don't have control over all of them (e.g. nvidia). - Use the miDisableCompositeWrapper() to keep cw from getting set up for screens using EXA, because EXA is already aware of composite. Avoiding cw improved performance 0-35% on operations tested by ajax in x11perf. | |||||
2005-09-13 | Tue Sep 13 11:27:05 2005 S%Gï¿¿%@ren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -0/+1 | |
* programs/Xserver/miext/shadow/shadow.c (shadowDamageBox): Add missing REGION_UNINIT. | |||||
2005-08-24 | Remove use of dix-config and xorg-config.h from public headers. | Daniel Stone | 1 | -4/+0 | |
2005-08-07 | Bug #3989: Fix Composite builds, enable Composite build by default. (Olli | Adam Jackson | 1 | -0/+2 | |
Helenius) | |||||
2005-08-03 | dist fixes for cw and GL (Donnie Berkholz, me) | Adam Jackson | 1 | -1/+2 | |
2005-07-28 | Fix distcheck for server | Kevin E Martin | 1 | -0/+1 | |
2005-07-12 | Add support for building Xdmx and Xvfb | Kevin E Martin | 1 | -1/+1 | |
2005-07-03 | Fix more include paths; add dix-config.h to XKB code. | Daniel Stone | 1 | -3/+0 | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 51 | -19/+223 | |
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>. | |||||
2005-07-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 4 | -0/+8 | |
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 3 | -3/+3 | |
2005-07-01 | Adding initial build system. | Daniel Stone | 5 | -0/+50 | |
2005-06-09 | Bug #2469: More accurate damage reports. (Jonathan Lennox) | Adam Jackson | 1 | -36/+58 | |
2005-05-18 | rewrite the rootless compositing code (1) compiles which is already a huge | Zack Rusin | 1 | -191/+238 | |
improvement ;) , 2) matches the new render composition semantics) | |||||
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | 9 | -9/+9 | |
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files. | |||||
2005-03-22 | Tue Mar 22 12:47:16 2005 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -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-16 | Wed Mar 16 16:17:43 2005 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -3/+7 | |
Only validate the source if it is a viewable window. Stops the cursor flickering when it is above an unviewable window. | |||||
2004-12-09 | Fix crash with more than one screen reported by John Davidorff Pell. | Torrey Lyons | 1 | -2/+25 | |
2004-12-04 | Encoding of numerous files changed to UTF-8 | Markus Kuhn | 39 | -40/+40 | |
2004-12-02 | //freedesktop.org/bugzilla/show_bug.cgi?id=1998): Fix Xserver standalone | Roland Mainz | 1 | -1/+3 | |
build when RENDER extension includes are not availabe. | |||||
2004-11-23 | //freedesktop.org/bugzilla/show_bug.cgi?id=1204): Fix X11 test suite | Roland Mainz | 1 | -2/+2 | |
(caused by DAMAGE layer) failure with Xvfb when rendering text using |XDrawText*()| (XDrawText() tests 1, 3, 4, 27, 28, 29, 30, 34, 37, 39, 41, 43 and XDrawText16() tests 1, 3, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 34, 37, 39, 41, 43). Patch by Hong Bo Peng <penghb@cn.ibm.com> and Stefan Dirsch <sndirsch@suse.de>. | |||||
2004-11-22 | Windows does not have ffs() implementation. added one | Alexander Gottwald | 1 | -1/+1 | |
Enable RootlessSafeAlpha and RootlessAcceleration for the Windows port too | |||||
2004-10-25 | Fix rootless Cygwin crash due to acceleration code illegally modifying a | Torrey Lyons | 1 | -6/+37 | |
const structure (Reported by Kensuke Matsuzaki). | |||||
2004-10-08 | Allow rootless implementations to override frame reordering. This is used | Torrey Lyons | 2 | -2/+26 | |
on Mac OS X when genie-restoring from the Dock to ensure that the animation completes before drawing the frame. | |||||
2004-09-18 | Bugzilla #1032: Make rootless acceleration functions compatible with | Torrey Lyons | 4 | -12/+107 | |
Damage. | |||||
2004-09-03 | First set of documentation updates. | Kevin E Martin | 1 | -8/+4 | |
Include more correct fix for rootless interaction with damage (Bug #1168, Keith Packard). | |||||
2004-09-02 | Workaround for servers using rootless layer with damage (Bug #1168, TorreyXORG-6_7_99_904 | Kevin E Martin | 1 | -0/+8 | |
T. Lyons). | |||||
2004-08-27 | Bug #1101: Fix PaintWindow in the pixmap case when the window's origin is | Eric Anholt | 1 | -25/+23 | |
not at the backing pixmap's origin. Resulted in incorrect rendering in at least aisleriot, fluxbox, and KDE apps, and probably many more. While here, move the ParentRelative loop above the drawable grab -- may improve correctness with ParentRelative background origins as well. Note that the border code doesn't handle ParentRelative yet. | |||||
2004-08-26 | Bug #1138: Wrap funcs in CW's GC ops as well. While this is unnecessary | Eric Anholt | 2 | -1/+6 | |
according to the rules as I understand them (bug #1045), not everybody follows the rules. GC funcs were being called on the same GC from within GC ops, and the cwValidateGC caused a loop in the funcs chain that resulted in a crash, notably in cwPolylines. | |||||
2004-08-18 | Fix CopyArea for non-redir dst, redir src (Bug #1105, Eric Anholt). | Kevin E Martin | 2 | -173/+26 | |
2004-08-15 | Clip destination instead of source. Should be the same, but it looks nicer | Keith Packard | 1 | -52/+59 | |
to me. Clean up transition between cheap and expensive GC wrappers by using the prologue and epilogue macros. Before, the GC would be left unvalidated sometimes which would cause all kinds of entertaining bugs against a DDX which cares (XAA). |