summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-11Replace .cvsignore with .gitignore.Eric Anholt
2006-04-10Bump to 1.6.0.i810-1_6_0Adam Jackson
2006-04-10Add a DrawablePtr argument to the XV functions to pave the way for redirectedAaron Plattner
video.
2006-04-10x86_64 warning fixesAlan Hourihane
2006-04-05Fix some argument inversions in xf86DrvMsg function callsDave Airlie
2006-04-04Add more missing #include's, in particular assert.h.Kristian Høgsberg
2006-03-22Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.Kristian Høgsberg
2006-03-10Enable gamma for hw cursor when ARGB cursor in use (Lukas Hejtmanek)Alan Hourihane
2006-03-03Check the version of shadow being used and turn off rotation if it isn't thexf86-video-i810-1_5_1_0Alan Hourihane
right one. Bump the Xvideo resolution support from 1920x1080 to 1920x1088.
2006-02-20Fix a rotation problem when DRI is disabledAlan Hourihane
2006-02-20Fix a rotation problem when DRI is disabledAlan Hourihane
2006-02-19fix another build problemAlan Hourihane
2006-02-17fix build failureAlan Hourihane
2006-02-15a little more of a workaround until we unplug the frontbuffer from libdriAlan Hourihane
2006-02-10temporary workaround until DRI frontbuffer mapping code is removed fromAlan Hourihane
libdri.a
2006-01-26update ChangelogAlan Hourihane
2006-01-26add changelogAlan Hourihane
2006-01-25When going dual head only take a portion of memory for the second headxf86-video-i810-1_5_0_0Alan Hourihane
instead of doubling the requirements.
2006-01-25Fix a glitch in a dual head fix from #3105Alan Hourihane
2006-01-24Bump version to 1.5.0.0Alan Hourihane
Add Intel 945GM support Add RandR rotation support (full 3D acceleration, HWcursor & Xvideo rotated too) Remove shadow framebuffer rotation code Add a new LinearAlloc option to allow more offscreen memory to be allocated for XVideo applications. This allows HDTV movies to be played via Xvideo.
2005-12-21Update package version for X11R7 release.XORG-7_0Kevin E Martin
2005-12-19Stub COPYING filesAdam Jackson
2005-12-19Typo fixes, mailing list & url updates, and other changes to prepare forAlan Coopersmith
X11R6.9 & 7.0 releases.
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin
2005-12-02Remove extraneous AC_MSG_RESULT.Kevin E Martin
2005-11-30Bump libdrm dep to 2.0.Adam Jackson
2005-11-29Only build dlloader modules by default.Adam Jackson
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-21Add .cvsignores for drivers.Eric Anholt
2005-11-19Update pkgconfig files to separate library build-time dependenciesKevin E Martin
from application build-time dependencies, and update package deps to work with separate build roots.
2005-11-09Bump version numbers for X11R6.9/X11R7 RC2.XORG-6_99_99_902XORG-6_8_99_903XORG-6_8_99_902Kevin E Martin
2005-11-09Update package version number for X11R7 RC2 release.Kevin E Martin
2005-11-01Update pkgcheck depedencies to work with separate build roots.Kevin E Martin
2005-10-21Bug #4829: Remove some useless DRI symbol checks.accelerated_indirect-0-0-1Adam Jackson
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin
2005-10-18Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro substitutionsAlan Coopersmith
to work better with BSD make
2005-10-17More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead of ↵Adam Jackson
indirectly
2005-10-17Use sed & cpp to substitute variables in driver man pagesAlan Coopersmith
2005-10-04Check in generated README filesSøren Sandmann Pedersen
2005-10-03- For all drivers that have a <driver>.sgml file, add code in their buildSøren Sandmann Pedersen
system to build the README file at make dist time - in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that will check if the required tools and files exist, and if so set a conditional. - util/modular/symlink.sh - Link all the <driver>.sgml to xf86-video-<driver>/README.sgml - Add all the README.<driver> to the list of excluded files - xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make it spew less warnings when the text file is built.
2005-10-03Bug #4353: Fix lockup when suspend and resume when playing video.XORG-6_8_99_901Alan Hourihane
Shutdown the overlay on LeaveVT.
2005-09-27Put back the print code to display the DDC information, and remove some bogusAlan Hourihane
DDC messages.
2005-09-24Disable the {Open,Close}FullScreen DRI protocol.Adam Jackson
Remove empty FullScreen stubs from drivers, comment the non-empty ones.
2005-09-22Don't build xvmc module if DRI support is not presentAlan Coopersmith
2005-09-15Bug #4458: Check for the xvmc proto package, since it's required to build these.Eric Anholt
(Joshua Baergen)
2005-09-08fix another possible crashAlan Hourihane
2005-09-08Fix a crash situationAlan Hourihane
2005-09-06Fix DirectColor visual colormap issues at 16bpp in the i830 driver.Alan Hourihane