Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-18 | Bump version 2.3.2xf86-video-intel-2.3.2 | Zhenyu Wang | |
2008-05-14 | Add glproto to DRI dependencies | Rémi Cardona | |
(cherry picked from commit e9532f3abf1e0b62b2569d4aae60a5a63add571f) | |||
2008-05-12 | Bump version 2.3.1xf86-video-intel-2.3.1 | Zhenyu Wang | |
2008-05-07 | Only 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-07 | Use 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-23 | Bump version 2.3.0xf86-video-intel-2.3.0 | Zhenyu Wang | |
2008-04-21 | Add 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-14 | Bump version 2.2.99.903xf86-video-intel-2.2.99.903 | Zhenyu Wang | |
2.3-rc3 | |||
2008-03-31 | Bump version 2.2.99.902xf86-video-intel-2.2.99.902 | Zhenyu Wang | |
2.3-rc2 | |||
2008-03-24 | Don't try to build XvMC if DRI is disabled | Julien Cristau | |
Instead of failing the build, don't even try unless --enable-xvmc was used. | |||
2008-03-21 | Fix DRI config for NetBSD | Joerg Sonnenberger | |
Reported by Joerg. This does a little more clearn up. | |||
2008-03-20 | Bump version 2.2.99.901xf86-video-intel-2.2.99.901 | Zhenyu Wang | |
2008-03-11 | Merge branch 'master' into xvmc | Zhenyu Wang | |
Conflicts: man/intel.man src/i830_driver.c | |||
2008-03-07 | fixup pciaccess version detect | Dave Airlie | |
2008-02-26 | Look for src/{modes,parser} in $srcdir, not in objdir | Julien Cristau | |
This makes the detection work in case configure is run from another directory. | |||
2008-01-24 | Don't build reg_dumper if we don't have pciaccess 0.10.0 | Julien 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-20 | xvmc: add disable xvmc build support | Zhenyu Wang | |
Move xvmc source files under XVMC config | |||
2007-12-04 | Remove extra have_libpciaccess=no that broke tools build with old servers. | Eric Anholt | |
2007-11-15 | Bump version to 2.2.0xf86-video-intel-2.2.0 | Jesse Barnes | |
2007-11-08 | Bump driver version to 2.1.99 in preparation for 2.2 releasexf86-video-intel-2.1.99 | Jesse Barnes | |
2007-10-17 | Bump pciaccess version requirement for new API usage. | Eric Anholt | |
2007-10-01 | Restore building of pciaccess-based tools even if the server doesn't use it. | Eric Anholt | |
2007-08-26 | Intel 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-07 | Define INTEL_VERSION_MAJOR/MINOR/PATCH using PACKAGE_VERSION_* | Brice Goglin | |
2007-07-17 | intel: oops I commited pixman local workaround - undo it | Dave Airlie | |
2007-07-17 | intel: actually 2.3.1 should be good enough | Dave Airlie | |
2007-07-17 | intel: don't try and use TTM memory manager with old libdrm interface | Dave Airlie | |
I probably need to release a libdrm with this interface in it now.. | |||
2007-07-02 | Update documentation and bump driver version to 2.1.0.xf86-video-intel-2.1.0 | Eric Anholt | |
2007-06-28 | Add AM_PROG_CC_C_O to configure.ac | Alan 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-22 | Bug #11171: Add support for the Ti TFP410 DVO TMDS transmitter. | Dave Mueller | |
2007-06-13 | Improve the drm_i915_flip_t check. | Eric Anholt | |
2007-06-13 | Revert "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-12 | Replace failure-prone configure test for fresh libdrm with a simple ifndef. | Eric Anholt | |
2007-04-19 | Update version to 2.0.0xf86-video-intel-2.0.0 | Keith Packard | |
2007-04-19 | Clean 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-09 | Don't use extended regexps in sed when not necessary. | Eric Anholt | |
Some seds require a flag to enable extended regexps. | |||
2007-04-09 | Bug #10515: Fix module version number with more than one digit per field. | Brice Goglin | |
2007-04-03 | Bump version to 1.9.94 for 2.0 RC4.xf86-video-intel-1.9.94 | Eric Anholt | |
2007-03-26 | Bump version to 1.9.93 for 2.0RC3.xf86-video-intel-1.9.93 | Eric Anholt | |
2007-03-14 | Bump to 1.9.92 for RC2.xf86-video-intel-1.9.92 | Eric Anholt | |
2007-03-12 | Fix 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-06 | Merge remote branch 'origin/master' into i830-pageflip | Michel Dänzer | |
Conflicts: src/i830_display.c src/i830_driver.c | |||
2007-03-05 | Merge remote branch 'origin/master' into i830-pageflip | Michel 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-04 | Set version number to 2.0 RC1 (1.9.91).xf86-video-intel-1.9.91 | Keith Packard | |
2007-03-04 | Use -f for ln of server source. Otherwise, changing paths didn't take effect. | Eric Anholt | |
2007-02-28 | Add 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-17 | Make 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-16 | Check 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-15 | Use 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-14 | Revive i830 page flipping support. | Michel Dänzer | |
Use the damage layer directly instead of via shadowfb. |