summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-23wrap with if XORG / endifAlan Hourihane1-0/+2
2006-01-23#include "gcstruct.h"Alan Hourihane1-0/+1
2006-01-23add damage.h & damagestr.h to SDK headersAlan Hourihane1-0/+2
2006-01-19add randrstr.h to sdk_HEADERSAlan Hourihane1-0/+2
2006-01-19Make error() bomb with exit code 1, not 0.Daniel Stone2-1/+6
2006-01-19Only try to use byteswap.h on linux. Assume that everyone else (thinking ofEric Anholt4-1/+23
2006-01-18More kdrive merge, fast path fbBlt to use memcpy() when possible. Good forAdam Jackson2-0/+30
2006-01-18Updated xgl code drop from Novell + xserver tree changesDave Airlie42-2694/+11161
2006-01-18typo in last changeDave Airlie1-1/+1
2006-01-18Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg serversDave Airlie8-1/+27
2006-01-18This is a fix from David Reveman from the xserver tree, Make fbPadPixmapDave Airlie2-3/+16
2006-01-17file glxvisuals.c was initially added on branch accel_indirect_glx.Kristian Høgsberg0-0/+0
2006-01-12Thu Jan 12 17:09:18 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen4-2/+53
2006-01-12Bug #2996: libglx / libGLcore should use a dispatch tableIan Romanick39-13106/+15772
2006-01-10Bomb when symlink-mesa.sh continues, instead of silently failing.Daniel Stone1-0/+3
2006-01-10Add all subdirs used to DIST_SUBDIRS, and files to EXTRA_DIST.Daniel Stone8-3/+30