summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2009-05-12Update version to 2.7.12.7.1Carl Worth
In preparation for the 2.7.1 maintenance release.
2009-05-08Increment version number to 2.7.0.9012.7.0.901Carl Worth
Which means this is the first release candidate in preparation for 2.7.1.
2009-04-15Update version to 2.7.0Carl Worth
In preparation for new major release.
2009-04-10Increment version to 2.6.99.903 for release2.6.99.903Carl Worth
2009-03-31Require libdrm 2.4.6 for GTT unmap supportJesse Barnes
Need the new functions available. (cherry picked from commit 51cf8a453c2bc2e8604bfc41a649e971c1ba5026)
2009-03-10Increment version number to 2.6.99.902xf86-video-intel-2.6.99.902Carl Worth
This is a version number increment for the new release-candidate tar file. As can be seen in the git history, there are no code changes here. Instead, the incremented version simply captures the fact that unlike .901, the .902 tar file has been built correctly. Specifically, it was built this time on a system with xmvclib present so all the necessary source files for building against xmvclib are now included in the tar file.
2009-03-09Increment version number to 2.6.99.901 for 2.7-rc1xf86-video-intel-2.6.99.9012.7-rc1Carl Worth
It sure seems like a bizarre numbering scheme to me, but it also seems like the x.org way of doing things, (at least for now).
2009-02-26Fix UXA for server 1.4.Eric Anholt
2009-02-21uxa: Ask for BOs ready for rendering for pixmaps.Eric Anholt
The assumption is that we're almost always accelerating our drawing to new pixmaps (fill, copy, etc.).
2009-01-20Remove the pageflipping infrastructure.Owain G. Ainsworth
It was broken on current kernels, and deprecated anyway.
2009-01-17Fix libdrm version number requirement regression that got spammed in.Eric Anholt
2009-01-17intel: fix DRI2 should be DRI_DRI2Dave Airlie
2009-01-06Always enable KMS if server's new enough, and remove option.Eric Anholt
The API should be stable at this point, and we don't want to allow mistakes.
2008-12-29Rely on libdrm 2.4.3 and stop checking for xf86drmMode.h.Eric Anholt
2008-12-19xvmc: fix up needed libsPeter Alfredsen
2008-12-04Change master version to 2.6.99.1Zhenyu Wang
2008-12-03Don't unconditionally define DRI2Julien Cristau
xorg-server.h will define it if the server has dri2 support.
2008-12-02UXA: Add support for tiled front/back/depth by cutting over to the GTT map.Eric Anholt
2008-12-02Remove DRI_MM defines which are always true now.Eric Anholt
2008-11-17Merge commit 'origin/master' into dri2Kristian Høgsberg
Conflicts: src/i830_dri.c src/i830_driver.c src/i830_memory.c
2008-10-20Default kernel mode setting to off, add configure flag to enableDave Airlie
Should help avoid unpleasantness.
2008-10-14Merge commit 'origin/master' into HEADKristian Høgsberg
2008-10-06Fix driver build against server 1.4.2.Eric Anholt
This disables UXA and DRM modesetting pre-1.5, due to privates handling issues.
2008-09-30Merge branch 'master' into xf86-video-intel-2.5-branchJesse Barnes
2008-09-30Revert "Use -Werror by default"Jesse Barnes
This reverts commit f315e9d1ad92562195ce42b956d4be6b31e8a13e. The world isn't ready for a warning free build.
2008-09-30Merge branch 'master' into xf86-video-intel-2.5-branchJesse Barnes
2008-09-30Use -Werror by defaultJesse Barnes
2008-08-29Add DRI2 support.Kristian Høgsberg
2008-08-25Fix UXA build for distcheckxf86-video-intel-2.4.97.0Jesse Barnes
Was missing proper path info in CFLAGS.
2008-08-25Fix UXA build for distcheckJesse Barnes
Was missing proper path info in CFLAGS.
2008-08-25Update version to 2.4.97 for first 2.5 test releaseJesse Barnes
2008-08-25Update version to post-2.5Jesse Barnes
2008-08-20Merge branch 'master' into modesetting-gemJesse Barnes
Conflicts: configure.ac
2008-08-20Don't skip the checks for DRI headers with --enable-driJulien Cristau
2008-08-08Make it actually build the kernel stuff if possibleJesse Barnes
Fixup the kernel stuff to have a slightly better chance of working. Still need to fixup the EXA pixmap functions.
2008-08-08Initial port of kernel modesetting from old intel-kernelmode branchJesse Barnes
Thanks airlied!
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard
This eliminates the cost of EXA migration management while providing full pixmap allocation control to the driver. The goal is to make something useful for UMA drivers.
2008-08-05Merge branch 'master' into drm-gemJesse Barnes
Conflicts: src/i830_driver.c
2008-07-18Bump version number past the 2.4 stable branch.Eric Anholt
2008-07-17Merge branch 'master' into drm-gemCarl Worth
Conflicts: configure.ac src/reg_dumper/Makefile.am
2008-07-01intel: fix drm check.Dave Airlie
The -mm check is broken now that 2.3.1 is out.. make it 2.4.0, to be fixed with GEM etc.
2008-06-12Require libdrm 2.4.0 always since we need the bufmgr code.Eric Anholt
This lets us remove a lot of conditional compile stuff in the DRI case, as if we're doing DRI and have 2.4.0, we can rely on GEM ioctls existing.
2008-05-17Merge commit 'origin/master' into drm-gemKeith Packard
2008-05-17Add check for GEM, use that to enable driver GEM supportKeith Packard
2008-05-14Add glproto to DRI dependenciesRémi Cardona
2008-05-06Only 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.
2008-04-29Use 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.
2008-04-17Add 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.
2008-04-10Add dolt to speed up compile time and reduce insanity.Eric Anholt
Hopefully some day we can be rid of libtool entirely.
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.