summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh+git://git.freedesktop.org/git/xorg/driver/xf86-v...i810_texman_0_1_branchMichel Daenzer2006-08-0337-1369/+6599
* Fix typo.i810_texman_0_1_20060330Thomas Hellstrom2006-03-242-1/+7
* New branch. Initialize the drm memory manager. Don't allocate texture memory.Thomas Hellstrom2006-03-225-1/+125
* Update package version for X11R7 release.XORG-7_0Kevin E Martin2005-12-212-1/+6
* Stub COPYING filesAdam Jackson2005-12-191-0/+12
* Typo fixes, mailing list & url updates, and other changes to prepare forAlan Coopersmith2005-12-191-1/+1
* Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2005-12-062-2/+7
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2005-12-032-1/+6
* Remove extraneous AC_MSG_RESULT.Kevin E Martin2005-12-022-1/+5
* Bump libdrm dep to 2.0.Adam Jackson2005-11-302-1/+6
* Only build dlloader modules by default.Adam Jackson2005-11-292-0/+6
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2005-11-281-1/+1
* Add .cvsignores for drivers.Eric Anholt2005-11-214-0/+34
* Update pkgconfig files to separate library build-time dependenciesKevin E Martin2005-11-192-0/+7
* Bump version numbers for X11R6.9/X11R7 RC2.XORG-6_99_99_902XORG-6_8_99_903XORG-6_8_99_902Kevin E Martin2005-11-092-2/+2
* Update package version number for X11R7 RC2 release.Kevin E Martin2005-11-092-1/+6
* Update pkgcheck depedencies to work with separate build roots.Kevin E Martin2005-11-012-1/+11
* Bug #4829: Remove some useless DRI symbol checks.Adam Jackson2005-10-212-4/+0
* Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2005-10-191-1/+1
* Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro substitutionsAlan Coopersmith2005-10-181-1/+1
* More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead of ...Adam Jackson2005-10-171-1/+1
* Use sed & cpp to substitute variables in driver man pagesAlan Coopersmith2005-10-172-21/+62
* Check in generated README filesSøren Sandmann Pedersen2005-10-041-0/+166
* - For all drivers that have a <driver>.sgml file, add code in their buildSøren Sandmann Pedersen2005-10-032-0/+9
* Bug #4353: Fix lockup when suspend and resume when playing video.XORG-6_8_99_901Alan Hourihane2005-10-031-0/+5
* Put back the print code to display the DDC information, and remove some bogusAlan Hourihane2005-09-271-39/+47
* Disable the {Open,Close}FullScreen DRI protocol.Adam Jackson2005-09-242-39/+0
* Don't build xvmc module if DRI support is not presentAlan Coopersmith2005-09-221-1/+2
* Bug #4458: Check for the xvmc proto package, since it's required to build these.Eric Anholt2005-09-151-1/+1
* fix another possible crashAlan Hourihane2005-09-081-1/+1
* Fix a crash situationAlan Hourihane2005-09-081-1/+1
* Fix DirectColor visual colormap issues at 16bpp in the i830 driver.Alan Hourihane2005-09-061-14/+19
* Sync the accelerator before calling AdjustFrame to avoid lockups.Alan Hourihane2005-09-061-1/+5
* Add i810 XvMC support, it passes distcheck for me.Dave Airlie2005-08-293-4/+13
* Fix include paths for i810 XvMC add config.h to driDrawable.cDave Airlie2005-08-291-4/+4
* Added i830_io.c, which just includes i810_io.c with BUILD_FOR_I830 set.Kristian Høgsberg2005-08-262-0/+36
* Fix typo in debug ErrorF.Daniel Stone2005-08-211-1/+1
* Update autogen.sh to one that does objdir != srcdir.Daniel Stone2005-08-181-1/+0
* Egbert's 64bit fixes for mixed 32/64bit clientsAlan Hourihane2005-08-153-12/+13
* add missing i830_shadow.cAlan Hourihane2005-08-121-1/+2
* Enable gamma correction bit even for 8bit modes.Alan Hourihane2005-08-081-5/+1
* I have resolved this by making all the "Direct rendering disabled" messagesIan Romanick2005-08-051-2/+2
* Adjust newPipe code for BIOS's starting at 1200XORG-6_99_99_900Alan Hourihane2005-08-021-6/+12
* Post-merge fixups:XORG-6_8_99_900Adam Jackson2005-07-314-4/+0
* Various changes preparing packages for RC0:Kevin E Martin2005-07-291-2/+4
* Add xf86driproto to dependencies for drivers with DRI support. Patch fromSøren Sandmann Pedersen2005-07-271-1/+1
* Bump the DDX version to 1.4.0 to indicate the removal of drmAddress.Alan Hourihane2005-07-263-4/+2
* Bug #3850: <https://bugs.freedesktop.org/show_bug.cgi?id=3850>Alan Hourihane2005-07-261-10/+6
* Build system for i810Søren Sandmann Pedersen2005-07-265-0/+218