summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-02-15Mark everything in dixsym.c as _X_EXPORT.Adam Jackson48-342/+387
2006-02-15Mark everything in {ext,font}sym.c as _X_EXPORT.Adam Jackson5-16/+22
2006-02-15Mark everything in misym.c as _X_EXPORT.Adam Jackson36-131/+170
2006-02-15Update to build against mesa head.Kristian Høgsberg3-0/+9
2006-02-15Remove the waitSync from KdDisableScreen and push it off to drivers'Eric Anholt5-3/+19
2006-02-15Avoid some more libcwrapper damage that prevented kdrive linking.Eric Anholt2-1/+7
2006-02-14DRIGetSecs() would call getsecs() when XFree86LOADER is defined, relying onBenjamin Herrenschmidt2-4/+8
2006-02-14Remove useless line of code that contained a bug and triggered a gccBenjamin Herrenschmidt2-2/+7
2006-02-14update to latest Mesa CVS HEADDave Airlie2-0/+3
2006-02-14Bump shadow module version number to 1.1.0 from 1.0.0Alan Hourihane2-1/+6
2006-02-13(Reverted)Adam Jackson1-0/+1
2006-02-13Reverted, did nothing anyway, I'm not smart today.Adam Jackson1-21/+0
2006-02-13Further op reduction when both src and dst alpha are absent.Adam Jackson2-5/+40
2006-02-13Add missing ChangeLog text for r1.2 of GL/glx/indirect_reqsize.hEric Anholt1-0/+2
2006-02-13HAS_MKSTEMP vs. HAVE_MKSTEMP (From Fredrik Höglund)Benjamin Herrenschmidt2-2/+7
2006-02-13Fix linux build without libc wrappers (From Fredrik Höglund)Benjamin Herrenschmidt7-7/+31
2006-02-13Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and removeBenjamin Herrenschmidt6-18/+14
2006-02-12Simplify ops that would use the alpha channel when an alpha channel isEric Anholt2-0/+97
2006-02-12Add missing HAVE_DIX_CONFIG_H which caused issues with mismatched screenEric Anholt4-95/+12
2006-02-11Add stub xf86WrapperInits so that the servers will build even if os/ wasEric Anholt3-0/+11
2006-02-11Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined functionAlan Coopersmith5-1/+15
2006-02-11<sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'esAlan Coopersmith8-7/+17
2006-02-11Remove libcwrapper damage from GLX (requires fresh Mesa HEAD), and get itEric Anholt13-10/+42
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt193-321/+508
2006-02-10Merge from kdrive: use RECT_PRIM to avoid tearing in xvideo.Eric Anholt2-22/+31
2006-02-10Make kdrive (i.e. Xephyr only) buildable on FreeBSD and probably other OSesEric Anholt5-5/+28
2006-02-10Remove the include of X11/misc.h, which fails to compile and isn'tEric Anholt2-1/+4
2006-02-03hw/xfree86/os-support/xf86_OSlib.h Fix sysmouse handling on DragonFly,Jeremy C. Reed1-0/+6
2006-02-03Fix sysmouse handling on DragonFly, mostly garbage arrived. From JoergJeremy C. Reed1-8/+8
2006-02-02Move the frequently-repeated code to get the pixmap that backs a drawableEric Anholt9-118/+64
2006-02-02Remove more debugging leftovers.Eric Anholt3-24/+8
2006-02-02Rearrange and rename EXA code to be a bit more logically organized. AlsoEric Anholt21-8284/+113
2006-02-02Forced commit to note repocopies: exa.c -> exa_accel.c exa_migration.cEric Anholt0-0/+0
2006-02-01Add a new function RRGetRotation() which does exactly the same thing asAlan Hourihane3-0/+23
2006-01-31Further bug #5386 fixes: Fix some problems with the EDID code: SomeLuc Verhaegen3-2/+16
2006-01-31Bring the cvt utility up to date with bug #5386 changes. Fix 2 issues withLuc Verhaegen2-86/+65
2006-01-31Accept modes with less than 25% horizontal blanking again (you can push oldLuc Verhaegen2-9/+21
2006-01-30Update to build against Mesa trunk.Donnie Berkholz3-2/+20
2006-01-28Add libc_wrapper support for random(), which will be used in upcoming EXAEric Anholt4-1/+17
2006-01-28Remove leftover variables for cfb24 build, and finish commenting out XglxEric Anholt3-6/+9
2006-01-27update pci idsAlan Hourihane3-4802/+3029
2006-01-26remove that, and will put it in a i810 driver specific ChangelogAlan Hourihane1-6/+0
2006-01-26add changelog for i810 updatesAlan Hourihane1-0/+6
2006-01-26Really allow linking against Mesa trunk to work.Donnie Berkholz2-4/+5
2006-01-26Speed up checkout and autogen by removing disused iplan2p4 and ilbm.Adam Jackson73-23673/+6
2006-01-26Add forgotten HAVE_BACKTRACE define.Daniel Stone2-0/+8
2006-01-25Remove xf8_32wid, it's dead code with no maintainer interest. Also removeAdam Jackson13-1077/+19
2006-01-24Allow current trunk to build against Mesa trunkAlan Hourihane4-19/+12
2006-01-23Commit #4633 - Initial mouse pointer incorrect with EXA which also fixesAlan Hourihane2-71/+38
2006-01-23Commit slight variation of bug #5460 which is the merge of the new shadowAlan Hourihane7-1437/+135