summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2009-11-30configure.ac: Bump version to 2.9.99.901.Carl Worth
In preparation for a new snapshot.
2009-11-14INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
2009-11-14Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon
The git generated ChangeLog replaces the hand written one. Update configure.ac to xorg-macros level 1.3. Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros Update Makefile.am to add ChangeLog target if missing Remove ChangeLog from EXTRA_DIST or *CLEAN variables This is a pre-req for the INSTALL_CMD
2009-11-05Revert "configure: make --disable-dri work even if the server supports DRI"Eric Anholt
This reverts commit a851139c2141f6da370186148f2836e18b2acf83. It broke the build, and I don't see why we should be supporting this anyway. Conflicts: configure.ac src/Makefile.am
2009-11-05configure: drop some more cruftRémi Cardona
DEBUGFLAGS wasn't used anywhere and the configure switch is useless. "CFLAGS=-g ./configure" does the same thing and actually works. PKG_CHECK_MODULES already calls AC_SUBST, no need to do it twice. Signed-off-by: Rémi Cardona <remi@gentoo.org> Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-11-05configure: use CWARNFLAGS from xorg-macros.m4Rémi Cardona
Signed-off-by: Rémi Cardona <remi@gentoo.org> Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-11-05configure: make --disable-dri work even if the server supports DRIRémi Cardona
XF86DRI is defined by the SDK so not defining it here just breaks the build. Define HAVE_DRI instead to avoid collisions. Note: DRI2 is still enabled/disabled entirely by SDK defines. Signed-off-by: Rémi Cardona <remi@gentoo.org> Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-11-05configure: group system header checks at the topRémi Cardona
Signed-off-by: Rémi Cardona <remi@gentoo.org> Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-11-05configure: check for libdrm and libpciaccess earlierRémi Cardona
Signed-off-by: Rémi Cardona <remi@gentoo.org> Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-10-19XVMC: Use XCB DRI2 instead of cargo-culting our own copy of Xlib stuff. (v2)Eric Anholt
v2: Incorporate comments from Jamey on device name handling and extension detection.
2009-10-08Replace dolt and shave with relying on current autotools.Eric Anholt
2009-10-07Complete the removal of UMS build supportChris Wilson
Eric missed removing the now dead references to the deleted subdirectories in configure.ac with commit b9b159c Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-09-28Increment version to 2.9.02.9.0Carl Worth
And add a reminder to RELEASING that the incremented version number needs to be committed, (since I forgot to do this with 2.8.99.902).
2009-09-22Increment version to 2.8.99.902Carl Worth
2009-09-09Update version to 2.8.99.901 for snapshot.2.8.99.901Carl Worth
2009-08-25Add KMS only build flagJesse Barnes
Rather than refactoring all our init code only to have it go away when we remove UMS, this patch adds a build time flag to allow the driver to assume KMS support. With this flag active, the driver will not request that I/O or MEM be enabled at probe time, which can allow the server (if other drivers also cooperate) to run as a non-root user. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
2009-07-24Check the version of intel-gen4asm tool in configure.acXiang, Haihao
2009-07-20Merge branch '2.8'Carl Worth
2009-07-20Increment version number to 2.8.0 for release.2.8.0Carl Worth
2009-07-18Update to xextproto 7.1 support.Peter Hutterer
DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers need to include dpmsconst.h if xextproto 7.1 is available. SHM is now shm.h instead of shmstr. Requires definition of ShmFuncs that's not exported by the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-13Increment version to 2.7.99.9022.7.99.902Carl Worth
2009-06-30Add new compiled shader program for IGDNGZhenyu Wang
Also check intel-gen4asm tool here for new -g option, which is required to compile new programs. Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2009-06-30Move shader programs under its own subdirectoryZhenyu Wang
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2009-06-11Fix xvmc buildJulien Cristau
If we don't find xext.pc, disable xvmc instead of failing configure Also add dependencies on xfixes and dri2proto (src/xvmc/dri2.h includes <X11/extensions/Xfixes.h> and <X11/extensions/dri2tokens.h>).
2009-06-10Increment version to 2.7.99.9012.7.99.901Carl Worth
This is the first release candidate for 2.8.0
2009-05-18 DRI2 for XvMCXiang Hai hao
2009-05-18Merge branch 'master' into xvmc-vldZou Nan hai
2009-05-15Add --enable-debug flag to configureJesse Barnes
Defaults to enabled.
2009-05-14If DRM can't figure out which pipe to sync on, then don't sync at all.Keith Packard
Syncing to the wrong pipe can wedge the hardware if the exclusion area is larger than the vtotal Signed-off-by: Keith Packard <keithp@keithp.com>
2009-05-04Restore CFLAGS after tests.Arkadiusz Miśkiewicz
Reverts single line of broken commit e5133a94dc78411eaef324131ea8056aeb81779e. Signed-off-by: Eric Anholt <eric@anholt.net>
2009-04-27Remove checks for xf86RotateFreeShadow, introduced in server 1.4.Eric Anholt
2009-04-27unifdef LIBPCIACCESS and XSERVER_LIBPCIACCESS.Eric Anholt
Depending on new server means these are always present.
2009-04-27Remove XF86DRM_MODE.Eric Anholt
We now depend on server 1.6 and current libdrm, so no need to ifdef it.
2009-04-27Remove DRI1 support.Eric Anholt
This was blocked on wide distribution of X Server 1.6 (now in the current or next version of major distributions) and solutions for a couple of significant architectural problems (vblank sync and frontbuffer rendering, which we now have code or good plans for). This includes disabling XVMC which is DRI1-only currently.
2009-04-27Remove pre-server-1.5 support.Eric Anholt
2009-04-21Require xserver 1.3Julien Cristau
I don't think anyone tests this against an old server anymore. Signed-off-by: Eric Anholt <eric@anholt.net>
2009-04-15Increment version to 2.7.99.1Carl Worth
This is the number we want for any development snapshots along what will eventually become 2.8.0. (Once we get to 'release candidates' we'll bump this up to 2.7.99.901.)
2009-03-30Require libdrm 2.4.6 for GTT unmap supportJesse Barnes
Need the new functions available.
2009-03-26xvmc: move 965 mc media programs to shader/mc directoryZhenyu Wang
Also include some missed g4i files in Makefile.am, fix shader build.
2009-03-25 XvMC VLD extension support for G4XZou Nan hai
2009-03-13Add shave support, enabled by default.Eric Anholt
This cuts down build system noise so that warnings are more visible. The old style output can be reenabled for build system debugging using "make V=1", or --disable-shave at configure time.
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