summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2008-06-18Bump version 2.3.2xf86-video-intel-2.3.2Zhenyu Wang
2008-05-14Add glproto to DRI dependenciesRémi Cardona
(cherry picked from commit e9532f3abf1e0b62b2569d4aae60a5a63add571f)
2008-05-12Bump version 2.3.1xf86-video-intel-2.3.1Zhenyu Wang
2008-05-07Only check xvmc lib when xvmc is enabled.Zhenyu Wang
Don't check xvmc lib if user has already wanted to disable it. Fix fdo bug #15762. (cherry picked from commit c81a4687fca80bf7367d7f0e9a00a6a09737c5bb)
2008-05-07Use new xf86RotateFreeShadow function to clean up shadow buffers.Keith Packard
This simply moves code from the driver up into the X server; use it where available. (cherry picked from commit fff17b9d1b58cb53032d153094826dd306836d59)
2008-04-23Bump version 2.3.0xf86-video-intel-2.3.0Zhenyu Wang
2008-04-21Add a kludge-around to fix cd/wt bits in fb ptes on linux.Keith Packard
Mmap from /sys/devices/pci* on linux forces the cache-disable and write-through bits, which turns our write-combining map into an uncached-map, seriously impacting performance. It turns out that a bug in mprotect allows us to fix this by disabling access to those pages and then immediately re-enabling them. (cherry picked from commit c3fb62df4e60b63295f94c99b3c5de70dbf94e1c)
2008-04-14Bump version 2.2.99.903xf86-video-intel-2.2.99.903Zhenyu Wang
2.3-rc3
2008-03-31Bump version 2.2.99.902xf86-video-intel-2.2.99.902Zhenyu Wang
2.3-rc2
2008-03-24Don't try to build XvMC if DRI is disabledJulien Cristau
Instead of failing the build, don't even try unless --enable-xvmc was used.
2008-03-21Fix DRI config for NetBSDJoerg Sonnenberger
Reported by Joerg. This does a little more clearn up.
2008-03-20Bump version 2.2.99.901xf86-video-intel-2.2.99.901Zhenyu Wang
2008-03-11Merge branch 'master' into xvmcZhenyu Wang
Conflicts: man/intel.man src/i830_driver.c
2008-03-07fixup pciaccess version detectDave Airlie
2008-02-26Look for src/{modes,parser} in $srcdir, not in objdirJulien Cristau
This makes the detection work in case configure is run from another directory.
2008-01-24Don't build reg_dumper if we don't have pciaccess 0.10.0Julien Cristau
The pci_device_map_range() function was added in libpciaccess 0.10.0, and is used by the reg_dumper tool. Don't try to build it if we have an older libpciaccess. Also make sure that util-macros >= 1.1.3 is available when running autoconf, because it's required for the PACKAGE_VERSION_* macros.
2007-12-20xvmc: add disable xvmc build supportZhenyu Wang
Move xvmc source files under XVMC config
2007-12-04Remove extra have_libpciaccess=no that broke tools build with old servers.Eric Anholt
2007-11-15Bump version to 2.2.0xf86-video-intel-2.2.0Jesse Barnes
2007-11-08Bump driver version to 2.1.99 in preparation for 2.2 releasexf86-video-intel-2.1.99Jesse Barnes
2007-10-17Bump pciaccess version requirement for new API usage.Eric Anholt
2007-10-01Restore building of pciaccess-based tools even if the server doesn't use it.Eric Anholt
2007-08-26Intel driver configuration (only) changes for X server libpciaccess usage.Keith Packard
Detect whether the target X server uses libpciaccess, using it in the driver compilation as necessary. This change means that utilities that used to use libpciaccess will not do so unless the driver itself uses libpciaccess. Yes, that could be fixed, but it doesn't seem that important. This patch does not include any code changes necessary to actually have the driver build against an X server using libpciaccess.
2007-08-07Define INTEL_VERSION_MAJOR/MINOR/PATCH using PACKAGE_VERSION_*Brice Goglin
2007-07-17intel: oops I commited pixman local workaround - undo itDave Airlie
2007-07-17intel: actually 2.3.1 should be good enoughDave Airlie
2007-07-17intel: don't try and use TTM memory manager with old libdrm interfaceDave Airlie
I probably need to release a libdrm with this interface in it now..
2007-07-02Update documentation and bump driver version to 2.1.0.xf86-video-intel-2.1.0Eric Anholt
2007-06-28Add AM_PROG_CC_C_O to configure.acAlan Coopersmith
Clears automake-1.10 warning: src/bios_reader/Makefile.am:8: compiling `bios_dumper.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
2007-06-22Bug #11171: Add support for the Ti TFP410 DVO TMDS transmitter.Dave Mueller
2007-06-13Improve the drm_i915_flip_t check.Eric Anholt
2007-06-13Revert "Replace failure-prone configure test for fresh libdrm with a simple ↵Eric Anholt
ifndef." This reverts commit c2b130354aecffbeb2a2d23c7371461feaf5766a. Sadly, a non-working DRM_IOCTL_I915_FLIP already existed.
2007-06-12Replace failure-prone configure test for fresh libdrm with a simple ifndef.Eric Anholt
2007-04-19Update version to 2.0.0xf86-video-intel-2.0.0Keith Packard
2007-04-19Clean up 1.2 xserver build support.Keith Packard
Convert relative X server source path to absolute. Check for local copies of needed header files before building, rather than requiring server source. Remove extra duplicate -I elements in AM_CFLAGS in sub directories.
2007-04-09Don't use extended regexps in sed when not necessary.Eric Anholt
Some seds require a flag to enable extended regexps.
2007-04-09Bug #10515: Fix module version number with more than one digit per field.Brice Goglin
2007-04-03Bump version to 1.9.94 for 2.0 RC4.xf86-video-intel-1.9.94Eric Anholt
2007-03-26Bump version to 1.9.93 for 2.0RC3.xf86-video-intel-1.9.93Eric Anholt
2007-03-14Bump to 1.9.92 for RC2.xf86-video-intel-1.9.92Eric Anholt
2007-03-12Fix attempt to flip pages back to normal when the last 3D window disappears.Michel Dänzer
When this succeeds, 2D rendering does not have to be synchronized to back buffers until the next 3D window appears.
2007-03-06Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer
Conflicts: src/i830_display.c src/i830_driver.c
2007-03-05Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer
Conflicts: src/i830.h src/i830_dri.c src/i830_dri.h src/i830_driver.c src/i830_memory.c src/i830_xaa.c
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-14Revive i830 page flipping support.Michel Dänzer
Use the damage layer directly instead of via shadowfb.