summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Video overlay gamma bounds checking must be done bytewise.xorg-7.0-branchKeith Packard2006-06-191-51/+54
| | | | | | | | Also, pend bound computations to register writes to allow updates to individual values that are 'out of spec' so the client can update multiple values. (cherry picked from 190f9ad0606e96e684e0b028d576d822dc9aa3cf commit) (cherry picked from f2967a2f5f47b636b2445fa69dbc3ec79e065c90 commit)
* 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
| | | | X11R6.9 & 7.0 releases.
* 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
| | | | update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
* 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
| | | | | from application build-time dependencies, and update package deps to work with separate build roots.
* 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
| | | | to work better with BSD make
* More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead of ↵Adam Jackson2005-10-171-1/+1
| | | | indirectly
* 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
| | | | | | | | | | | | | | | 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.
* Bug #4353: Fix lockup when suspend and resume when playing video.XORG-6_8_99_901Alan Hourihane2005-10-031-0/+5
| | | | Shutdown the overlay on LeaveVT.
* Put back the print code to display the DDC information, and remove some bogusAlan Hourihane2005-09-271-39/+47
| | | | DDC messages.
* Disable the {Open,Close}FullScreen DRI protocol.Adam Jackson2005-09-242-39/+0
| | | | Remove empty FullScreen stubs from drivers, comment the non-empty ones.
* 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
| | | | (Joshua Baergen)
* 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
| | | | The pipeconf register handles the real enablement.
* I have resolved this by making all the "Direct rendering disabled" messagesIan Romanick2005-08-051-2/+2
| | | | | | | | | X_WARNING and all the "Direct rendering enabled" messages X_INFO. Ideally, we need to factor some of this stuff out to common code. There is a *LOT* of duplication among the *_dri.c files under programs/Xserver/hw/xfree86/drivers. I'm trying to clean up as much low hanging fruit as I can and got tired of waiting for ajax. :P
* 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
| | | | | | | | | | - Disable building the gamma driver - Fix numerous Imakefiles to get header paths and subdirs right - Symlink client-side GLX lib source from Mesa - Add new shader subdirs to the Mesa core build - Tweak the DDX drivers to not ask for "xf86dri.h"; they don't need it, since they don't generate protocol, and it was breaking the build.
* Various changes preparing packages for RC0:Kevin E Martin2005-07-291-2/+4
| | | | | | | | | | | - Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
* Add xf86driproto to dependencies for drivers with DRI support. Patch fromSøren Sandmann Pedersen2005-07-271-1/+1
| | | | Donnie Berkholz
* Bump the DDX version to 1.4.0 to indicate the removal of drmAddress.Alan Hourihane2005-07-263-4/+2
| | | | Thus allowing 32/64bit clients to cohabit.
* Bug #3850: <https://bugs.freedesktop.org/show_bug.cgi?id=3850>Alan Hourihane2005-07-261-10/+6
| | | | Fix non-DRI builds.
* Build system for i810Søren Sandmann Pedersen2005-07-265-0/+218
|
* Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15Adam Jackson2005-07-1119-3/+79
|
* Copy mode strings upon mode copyAlan Hourihane2005-07-091-0/+2
|