Age | Commit message (Expand) | Author | Files | Lines |
2006-02-13 | Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove | Benjamin Herrenschmidt | 6 | -18/+14 |
2006-02-12 | Simplify ops that would use the alpha channel when an alpha channel is | Eric Anholt | 2 | -0/+97 |
2006-02-12 | Add missing HAVE_DIX_CONFIG_H which caused issues with mismatched screen | Eric Anholt | 4 | -95/+12 |
2006-02-11 | Add stub xf86WrapperInits so that the servers will build even if os/ was | Eric Anholt | 3 | -0/+11 |
2006-02-11 | Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined function | Alan Coopersmith | 5 | -1/+15 |
2006-02-11 | <sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'es | Alan Coopersmith | 8 | -7/+17 |
2006-02-11 | Remove libcwrapper damage from GLX (requires fresh Mesa HEAD), and get it | Eric Anholt | 13 | -10/+42 |
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 193 | -321/+508 |
2006-02-10 | Merge from kdrive: use RECT_PRIM to avoid tearing in xvideo. | Eric Anholt | 2 | -22/+31 |
2006-02-10 | Make kdrive (i.e. Xephyr only) buildable on FreeBSD and probably other OSes | Eric Anholt | 5 | -5/+28 |
2006-02-10 | Remove the include of X11/misc.h, which fails to compile and isn't | Eric Anholt | 2 | -1/+4 |
2006-02-03 | hw/xfree86/os-support/xf86_OSlib.h Fix sysmouse handling on DragonFly, | Jeremy C. Reed | 1 | -0/+6 |
2006-02-03 | Fix sysmouse handling on DragonFly, mostly garbage arrived. From Joerg | Jeremy C. Reed | 1 | -8/+8 |
2006-02-02 | Move the frequently-repeated code to get the pixmap that backs a drawable | Eric Anholt | 9 | -118/+64 |
2006-02-02 | Remove more debugging leftovers. | Eric Anholt | 3 | -24/+8 |
2006-02-02 | Rearrange and rename EXA code to be a bit more logically organized. Also | Eric Anholt | 21 | -8284/+113 |
2006-02-02 | Forced commit to note repocopies: exa.c -> exa_accel.c exa_migration.c | Eric Anholt | 0 | -0/+0 |
2006-02-01 | Add a new function RRGetRotation() which does exactly the same thing as | Alan Hourihane | 3 | -0/+23 |
2006-01-31 | Further bug #5386 fixes: Fix some problems with the EDID code: Some | Luc Verhaegen | 3 | -2/+16 |
2006-01-31 | Bring the cvt utility up to date with bug #5386 changes. Fix 2 issues with | Luc Verhaegen | 2 | -86/+65 |
2006-01-31 | Accept modes with less than 25% horizontal blanking again (you can push old | Luc Verhaegen | 2 | -9/+21 |
2006-01-30 | Update to build against Mesa trunk. | Donnie Berkholz | 3 | -2/+20 |
2006-01-28 | Add libc_wrapper support for random(), which will be used in upcoming EXA | Eric Anholt | 4 | -1/+17 |
2006-01-28 | Remove leftover variables for cfb24 build, and finish commenting out Xglx | Eric Anholt | 3 | -6/+9 |
2006-01-27 | update pci ids | Alan Hourihane | 3 | -4802/+3029 |
2006-01-26 | remove that, and will put it in a i810 driver specific Changelog | Alan Hourihane | 1 | -6/+0 |
2006-01-26 | add changelog for i810 updates | Alan Hourihane | 1 | -0/+6 |
2006-01-26 | Really allow linking against Mesa trunk to work. | Donnie Berkholz | 2 | -4/+5 |
2006-01-26 | Speed up checkout and autogen by removing disused iplan2p4 and ilbm. | Adam Jackson | 73 | -23673/+6 |
2006-01-26 | Add forgotten HAVE_BACKTRACE define. | Daniel Stone | 2 | -0/+8 |
2006-01-25 | Remove xf8_32wid, it's dead code with no maintainer interest. Also remove | Adam Jackson | 13 | -1077/+19 |
2006-01-24 | Allow current trunk to build against Mesa trunk | Alan Hourihane | 4 | -19/+12 |
2006-01-23 | Commit #4633 - Initial mouse pointer incorrect with EXA which also fixes | Alan Hourihane | 2 | -71/+38 |
2006-01-23 | Commit slight variation of bug #5460 which is the merge of the new shadow | Alan Hourihane | 7 | -1437/+135 |
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-19 | add randrstr.h to sdk_HEADERS | Alan Hourihane | 1 | -0/+2 |
2006-01-19 | Make error() bomb with exit code 1, not 0. | Daniel Stone | 2 | -1/+6 |
2006-01-19 | Only try to use byteswap.h on linux. Assume that everyone else (thinking of | Eric Anholt | 4 | -1/+23 |
2006-01-18 | More kdrive merge, fast path fbBlt to use memcpy() when possible. Good for | Adam Jackson | 2 | -0/+30 |
2006-01-18 | Updated xgl code drop from Novell + xserver tree changes | Dave Airlie | 42 | -2694/+11161 |
2006-01-18 | typo in last change | Dave Airlie | 1 | -1/+1 |
2006-01-18 | Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg servers | Dave Airlie | 8 | -1/+27 |
2006-01-18 | This is a fix from David Reveman from the xserver tree, Make fbPadPixmap | Dave Airlie | 2 | -3/+16 |
2006-01-17 | file glxvisuals.c was initially added on branch accel_indirect_glx. | Kristian Høgsberg | 0 | -0/+0 |
2006-01-12 | Thu Jan 12 17:09:18 2006 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 4 | -2/+53 |
2006-01-12 | Bug #2996: libglx / libGLcore should use a dispatch table | Ian Romanick | 39 | -13106/+15772 |
2006-01-10 | Bomb when symlink-mesa.sh continues, instead of silently failing. | Daniel Stone | 1 | -0/+3 |
2006-01-10 | Add all subdirs used to DIST_SUBDIRS, and files to EXTRA_DIST. | Daniel Stone | 8 | -3/+30 |