summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
compiling in kdrive.
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt193-321/+508
of (marginal) use in the drivers, and that usage remains.
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
without linux VT switching, fbdev, and vm86 support.
2006-02-10Remove the include of X11/misc.h, which fails to compile and isn'tEric Anholt2-1/+4
necessary.
2006-02-03hw/xfree86/os-support/xf86_OSlib.h Fix sysmouse handling on DragonFly,Jeremy C. Reed1-0/+6
mostly garbage arrived. From Joerg Sonnenberger.
2006-02-03Fix sysmouse handling on DragonFly, mostly garbage arrived. From JoergJeremy C. Reed1-8/+8
Sonnenberger.
2006-02-02Move the frequently-repeated code to get the pixmap that backs a drawableEric Anholt9-118/+64
to a new function, exaGetDrawablePixmap().
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
removes a little bit of debugging leftovers. Summary: exa.c -> exa.c (miscellaneous code) exa_accel.c (all acceleration code) exa_migration.c (migration logic) exaasync.c -> exa_unaccel.c (software fallbacks) exapict.c -> exa_render.c (render extension stuff) exaoffscreen.c -> exa_offscreen.c exaPriv.h -> exa_priv.h
2006-02-02Forced commit to note repocopies: exa.c -> exa_accel.c exa_migration.cEric Anholt0-0/+0
exaasync.c -> exa_unaccel.c exapict.c -> exa_render.c exaoffscreen.c -> exa_offscreen.c exaPriv.h -> exa_priv.h
2006-02-01Add a new function RRGetRotation() which does exactly the same thing asAlan Hourihane3-0/+23
xf86GetRotation(), but allows for drivers to provide their own RandR implementation. xf86GetRotation could be obsoleted by this change.
2006-01-31Further bug #5386 fixes: Fix some problems with the EDID code: SomeLuc Verhaegen3-2/+16
bitoffsets were wrong. Unknown Detailed Sections weren't handled properly and defaulted to Detailed Timing.
2006-01-31Bring the cvt utility up to date with bug #5386 changes. Fix 2 issues withLuc Verhaegen2-86/+65
the generator routine: the allocated modeline wasn't nulled and mode->name's \0 wasn't copied over. PrintModeLine was rewritten and HDisplay gets rounded up to character width instead of refused.
2006-01-31Accept modes with less than 25% horizontal blanking again (you can push oldLuc Verhaegen2-9/+21
gtf timing to below 25%), only stop cvt reduced blanking. Users should be free to blow up their monitors if they so choose.
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
memory manager work.
2006-01-28Remove leftover variables for cfb24 build, and finish commenting out XglxEric Anholt3-6/+9
standalone stuff, which some versions of automake get whiny about.
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
cfb24, since xf8_32wid was the only user.
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
the repaint of the cursor image with randr events.
2006-01-23Commit slight variation of bug #5460 which is the merge of the new shadowAlan Hourihane7-1437/+135
code from kdrive.
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
BSDs here) has sys/endian.h, and use macros as appropriate for the names. This should probably be in a gloabl header.
2006-01-18More kdrive merge, fast path fbBlt to use memcpy() when possible. Good forAdam Jackson2-0/+30
-5% to 60% speedup on XGetImage, and 0% to 10% speedup on copies within host memory. Based on work by Jaymz Julian.
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
breaks.
2006-01-18This is a fix from David Reveman from the xserver tree, Make fbPadPixmapDave Airlie2-3/+16
work with negative stride
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
Add new functions to enable and disable events on Map and Unmap. Use them here to make sure Composite redirect doesn't cause Map/UnmapNotify events that would confuse window managers.
2006-01-12Bug #2996: libglx / libGLcore should use a dispatch tableIan Romanick39-13106/+15772
Port all changes from the (monolithic) accelerated_indirect-0-0-1 branch to the modular trunk. This will break the Darwin and cygwin builds. Other than the changes to symlink-mesa.sh and the various Makefile.am files, to code is identical to what's in the branch. Reviewed by: airlied, krh
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
Attempt to build xeglmodule.c, not xglxmodule.c. Add xf86Sbus.h to EXTRA_DIST, as _HEADERS doesn't appear to get the same treatment as _SOURCES in terms of automatically DISTing.
2006-01-10Bomb out if symlink-mesa.sh failed.Daniel Stone1-0/+3
2006-01-10Add xgl to DIST_SUBDIRS.Daniel Stone1-1/+1
2006-01-08Remove remaining #ifdef DPSEXT stanzas.Adam Jackson5-26/+9
2006-01-07Compile fix, again, stupid non-clean buildsAdam Jackson1-2/+2
2006-01-07Bug #5218: Don't crash on unconfigured interfaces. (Andrei Barbu)Adam Jackson2-1/+6