summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-08-03Merge branch 'master' of ssh+git://git.freedesktop.org/git/xorg/driver/xf86-v...i810_texman_0_1_branchMichel Daenzer37-1369/+6599
2006-03-24Fix typo.i810_texman_0_1_20060330Thomas Hellstrom2-1/+7
2006-03-22New branch. Initialize the drm memory manager. Don't allocate texture memory.Thomas Hellstrom5-1/+125
2005-12-21Update package version for X11R7 release.XORG-7_0Kevin E Martin2-1/+6
2005-12-19Stub COPYING filesAdam Jackson1-0/+12
2005-12-19Typo fixes, mailing list & url updates, and other changes to prepare forAlan Coopersmith1-1/+1
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin2-1/+6
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2-2/+7
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2-1/+6
2005-12-02Remove extraneous AC_MSG_RESULT.Kevin E Martin2-1/+5
2005-11-30Bump libdrm dep to 2.0.Adam Jackson2-1/+6
2005-11-29Only build dlloader modules by default.Adam Jackson2-0/+6
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith1-1/+1
2005-11-21Add .cvsignores for drivers.Eric Anholt4-0/+34
2005-11-19Update pkgconfig files to separate library build-time dependenciesKevin E Martin2-0/+7
2005-11-09Bump version numbers for X11R6.9/X11R7 RC2.XORG-6_99_99_902XORG-6_8_99_903XORG-6_8_99_902Kevin E Martin2-2/+2
2005-11-09Update package version number for X11R7 RC2 release.Kevin E Martin2-1/+6
2005-11-01Update pkgcheck depedencies to work with separate build roots.Kevin E Martin2-1/+11
2005-10-21Bug #4829: Remove some useless DRI symbol checks.Adam Jackson2-4/+0
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin1-1/+1
2005-10-18Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro substitutionsAlan Coopersmith1-1/+1
2005-10-17More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead of ...Adam Jackson1-1/+1
2005-10-17Use sed & cpp to substitute variables in driver man pagesAlan Coopersmith2-21/+62
2005-10-04Check in generated README filesSøren Sandmann Pedersen1-0/+166
2005-10-03- For all drivers that have a <driver>.sgml file, add code in their buildSøren Sandmann Pedersen2-0/+9
2005-10-03Bug #4353: Fix lockup when suspend and resume when playing video.XORG-6_8_99_901Alan Hourihane1-0/+5
2005-09-27Put back the print code to display the DDC information, and remove some bogusAlan Hourihane1-39/+47
2005-09-24Disable the {Open,Close}FullScreen DRI protocol.Adam Jackson2-39/+0
2005-09-22Don't build xvmc module if DRI support is not presentAlan Coopersmith1-1/+2
2005-09-15Bug #4458: Check for the xvmc proto package, since it's required to build these.Eric Anholt1-1/+1
2005-09-08fix another possible crashAlan Hourihane1-1/+1
2005-09-08Fix a crash situationAlan Hourihane1-1/+1
2005-09-06Fix DirectColor visual colormap issues at 16bpp in the i830 driver.Alan Hourihane1-14/+19
2005-09-06Sync the accelerator before calling AdjustFrame to avoid lockups.Alan Hourihane1-1/+5
2005-08-29Add i810 XvMC support, it passes distcheck for me.Dave Airlie3-4/+13
2005-08-29Fix include paths for i810 XvMC add config.h to driDrawable.cDave Airlie1-4/+4
2005-08-26Added i830_io.c, which just includes i810_io.c with BUILD_FOR_I830 set.Kristian Høgsberg2-0/+36
2005-08-21Fix typo in debug ErrorF.Daniel Stone1-1/+1
2005-08-18Update autogen.sh to one that does objdir != srcdir.Daniel Stone1-1/+0
2005-08-15Egbert's 64bit fixes for mixed 32/64bit clientsAlan Hourihane3-12/+13
2005-08-12add missing i830_shadow.cAlan Hourihane1-1/+2
2005-08-08Enable gamma correction bit even for 8bit modes.Alan Hourihane1-5/+1
2005-08-05I have resolved this by making all the "Direct rendering disabled" messagesIan Romanick1-2/+2
2005-08-02Adjust newPipe code for BIOS's starting at 1200XORG-6_99_99_900Alan Hourihane1-6/+12
2005-07-31Post-merge fixups:XORG-6_8_99_900Adam Jackson4-4/+0
2005-07-29Various changes preparing packages for RC0:Kevin E Martin1-2/+4
2005-07-27Add xf86driproto to dependencies for drivers with DRI support. Patch fromSøren Sandmann Pedersen1-1/+1
2005-07-26Bump the DDX version to 1.4.0 to indicate the removal of drmAddress.Alan Hourihane3-4/+2
2005-07-26Bug #3850: <https://bugs.freedesktop.org/show_bug.cgi?id=3850>Alan Hourihane1-10/+6
2005-07-26Build system for i810Søren Sandmann Pedersen5-0/+218