summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
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
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.