summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2007-03-04Set version number to 2.0 RC1 (1.9.91).xf86-video-intel-1.9.91Keith Packard
2007-03-04Use -f for ln of server source. Otherwise, changing paths didn't take effect.Eric Anholt
2007-02-28Add a non-installed command line tool using libpciaccess to dump registers.Eric Anholt
This reuses the i830_debug.c code, so we can run that from the console or from the BIOS-based X server to debug some remaining issues.
2007-02-17Make distcheck fixes. Distribute all sources needed even for older servers.Keith Packard
Always allow (but do not require) link to server sources so that needed files can be included in the generated tar files. Add remaining .g4a files and assembly output to distributed file lists.
2007-02-16Check for presence of xf86Modes.h file.Keith Packard
xf86Modes.h file signals the availability of the new modes API in the server; use that instead of counting on X server version numbers. Also, finish eliminating use of local copies of those header files.
2007-02-15Use server sources for crtc/output generic code.Keith Packard
As sources for these have been merged to the server, use them from the server source code instead of keeping copies in this driver.
2007-02-01Rename driver from i810 to intel. Permit old name for compatibility.modesetting-rotationKeith Packard
Driver installs as intel_drv.so with symlink to i810_drv.so to ensure existing configurations continue to work. Updated manual page to reflect name change and add attributions for recent work.
2007-01-02Typo disabled new DRI MM on all chips.Keith Packard
Detection for new DRI MM wasn't converted to #define correctly because of a typo.
2007-01-02Make driver build and run on Xorg 7.1. Delay DSP*BASE setting until last.Keith Packard
Autodetect libdrm version, disable new memory manager on older libraries. Move new M_T_ defines from i830.h to i830_xf86Crtc.h. Add many system headers to define functions. Use i830PipeSetBase at end of mode setting code to set DSP*BASE and flush changes. Don't duplicate PipeSetBase call from screen init function. Make initial RandR configuration code usable on older versions of extension so the server doesn't start in a panning mode. Use xfree instead of free in i830_tv.c.
2006-12-28Add WIP CH7017 LVDS driver. This is disconnected because it's untested.Eric Anholt
2006-12-28Add WIP IVCH (i82807aa) driver.Eric Anholt
It is not currently hooked up as it hasn't been tested. The hardware that this was written for decided to stop working.
2006-11-16Merge branch 'master' into modesettingEric Anholt
Conflicts: src/i830.h src/i830_cursor.c src/i830_dri.c src/i830_driver.c src/i830_video.c
2006-10-27Add support for the new DRM memory manager.Thomas Hellstrom
Some code are duplicated with the new libdrm. Once this code has been released with xserver, it can be removed. See the man page for new options and backwards 3D driver compatibility.
2006-10-13Make VIDEO_DEBUG into a configure optionAlan Hourihane
2006-10-13Bump to 1.7.2xf86-video-intel-1.7.2xf86-video-i810-1.7.2Alan Hourihane
2006-10-13Bump to 1.7.1xf86-video-intel-1.7.1xf86-video-i810-1.7.1Alan Hourihane
2006-10-02bump to 1.7.0Alan Hourihane
2006-09-27Merge branch 'master' into modesettingEric Anholt
This reverts most of the mergedfb code. This will instead be done in device- independent RandR code. Conflicts: src/Makefile.am src/i810_driver.c src/i810_reg.h src/i830.h src/i830_cursor.c src/i830_driver.c src/i830_modes.c src/i830_video.c
2006-09-20Update driver for RandR 1.2 X server API.Keith Packard
This is not entirely what I'd like to see, but it's at least functional. Limitations: Can't disable/enable crtcs Can't move outputs on/off crtcs But, it does handle monitor hot-plug, detecting changes in VGA and SDVO status on-the fly. Which makes for good demo material.
2006-09-01Add a check for intel-gen4asm, and rules to compile {wm,sf}_prog.h using it.Eric Anholt
This adds assembly source for the two programs used in the textured video implementation on the 965, which should make them easier to modify in the future. The compiled versions are also included, so that intel-gen4asm isn't a build requirement for people that aren't modifying these programs. There are minor differences in the compiled versions of these programs compared to their previous versions which were compiled with a different tool. I believe the changes should be harmless, and video continues to work on my system.
2006-08-10Bump to 1.6.5 for release.xf86-video-intel-1.6.5xf86-video-i810-1.6.5Eric Anholt
2006-08-10Bug #7829: Fix reported driver version.Eric Anholt
The driver now reports itself as the PACKAGE_VERSION from autoconf. The DRI DDX -> client interface version is dissociated from this so that we can do appropriate major/minor versioning of the interface that's not tied to the package version. Bumped the i830 ddx dri version patchlevel to note the fix in the previous commit.
2006-08-09Bump to 1.6.4 for release.xf86-video-intel-1.6.4xf86-video-i810-1.6.4Eric Anholt
2006-08-08bump to 1.6.3xf86-video-intel-1.6.3xf86-video-i810-1.6.3Alan Hourihane
2006-08-08check for xineramaprotoAlan Hourihane
2006-08-08bump to 1.6.2 to indicate mergedfb supportAlan Hourihane
2006-07-26Bump to 1.6.1Alan Hourihane
2006-07-07Initial add of DVO support code. Probes my sil164.Eric Anholt
This is a mostly-untested merge of airlied's work. The I2C modules are intended to be moved into the core server or a separate driver module when they're functional and we're happy with the API.
2006-06-26Merge branch 'master' into modesettingEric Anholt
Conflicts: src/i830.h
2006-06-26Turn on extra warning flags for GCC, and clean up the resulting fallout.Eric Anholt
2006-04-16Add a standalone program for parsing VBT.Eric Anholt
2006-04-10Merge in master to modesettingKeith Packard
2006-04-10Bump to 1.6.0.i810-1_6_0Adam Jackson
2006-04-06Enable -Wall on GCC, and do a cleanup of existing warnings.Eric Anholt
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-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-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin 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-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-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-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin
2005-10-17Use sed & cpp to substitute variables in driver man pagesAlan Coopersmith
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-09-15Bug #4458: Check for the xvmc proto package, since it's required to build these.Eric Anholt
(Joshua Baergen)
2005-08-29Add i810 XvMC support, it passes distcheck for me.Dave Airlie