Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-30 | Add new compiled shader program for IGDNG | Zhenyu 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-30 | Move shader programs under its own subdirectory | Zhenyu Wang | |
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com> | |||
2009-06-11 | Fix xvmc build | Julien 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-10 | Increment version to 2.7.99.9012.7.99.901 | Carl Worth | |
This is the first release candidate for 2.8.0 | |||
2009-05-18 | DRI2 for XvMC | Xiang Hai hao | |
2009-05-18 | Merge branch 'master' into xvmc-vld | Zou Nan hai | |
2009-05-15 | Add --enable-debug flag to configure | Jesse Barnes | |
Defaults to enabled. | |||
2009-05-14 | If 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-04 | Restore CFLAGS after tests. | Arkadiusz Miśkiewicz | |
Reverts single line of broken commit e5133a94dc78411eaef324131ea8056aeb81779e. Signed-off-by: Eric Anholt <eric@anholt.net> | |||
2009-04-27 | Remove checks for xf86RotateFreeShadow, introduced in server 1.4. | Eric Anholt | |
2009-04-27 | unifdef LIBPCIACCESS and XSERVER_LIBPCIACCESS. | Eric Anholt | |
Depending on new server means these are always present. | |||
2009-04-27 | Remove XF86DRM_MODE. | Eric Anholt | |
We now depend on server 1.6 and current libdrm, so no need to ifdef it. | |||
2009-04-27 | Remove 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-27 | Remove pre-server-1.5 support. | Eric Anholt | |
2009-04-21 | Require xserver 1.3 | Julien Cristau | |
I don't think anyone tests this against an old server anymore. Signed-off-by: Eric Anholt <eric@anholt.net> | |||
2009-04-15 | Increment version to 2.7.99.1 | Carl 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-30 | Require libdrm 2.4.6 for GTT unmap support | Jesse Barnes | |
Need the new functions available. | |||
2009-03-26 | xvmc: move 965 mc media programs to shader/mc directory | Zhenyu Wang | |
Also include some missed g4i files in Makefile.am, fix shader build. | |||
2009-03-25 | XvMC VLD extension support for G4X | Zou Nan hai | |
2009-03-13 | Add 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-26 | Fix UXA for server 1.4. | Eric Anholt | |
2009-02-21 | uxa: 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-20 | Remove the pageflipping infrastructure. | Owain G. Ainsworth | |
It was broken on current kernels, and deprecated anyway. | |||
2009-01-17 | Fix libdrm version number requirement regression that got spammed in. | Eric Anholt | |
2009-01-17 | intel: fix DRI2 should be DRI_DRI2 | Dave Airlie | |
2009-01-06 | Always 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-29 | Rely on libdrm 2.4.3 and stop checking for xf86drmMode.h. | Eric Anholt | |
2008-12-19 | xvmc: fix up needed libs | Peter Alfredsen | |
2008-12-04 | Change master version to 2.6.99.1 | Zhenyu Wang | |
2008-12-03 | Don't unconditionally define DRI2 | Julien Cristau | |
xorg-server.h will define it if the server has dri2 support. | |||
2008-12-02 | UXA: Add support for tiled front/back/depth by cutting over to the GTT map. | Eric Anholt | |
2008-12-02 | Remove DRI_MM defines which are always true now. | Eric Anholt | |
2008-11-17 | Merge commit 'origin/master' into dri2 | Kristian Høgsberg | |
Conflicts: src/i830_dri.c src/i830_driver.c src/i830_memory.c | |||
2008-10-20 | Default kernel mode setting to off, add configure flag to enable | Dave Airlie | |
Should help avoid unpleasantness. | |||
2008-10-14 | Merge commit 'origin/master' into HEAD | Kristian Høgsberg | |
2008-10-06 | Fix 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-30 | Merge branch 'master' into xf86-video-intel-2.5-branch | Jesse Barnes | |
2008-09-30 | Revert "Use -Werror by default" | Jesse Barnes | |
This reverts commit f315e9d1ad92562195ce42b956d4be6b31e8a13e. The world isn't ready for a warning free build. | |||
2008-09-30 | Merge branch 'master' into xf86-video-intel-2.5-branch | Jesse Barnes | |
2008-09-30 | Use -Werror by default | Jesse Barnes | |
2008-08-29 | Add DRI2 support. | Kristian Høgsberg | |
2008-08-25 | Fix UXA build for distcheckxf86-video-intel-2.4.97.0 | Jesse Barnes | |
Was missing proper path info in CFLAGS. | |||
2008-08-25 | Fix UXA build for distcheck | Jesse Barnes | |
Was missing proper path info in CFLAGS. | |||
2008-08-25 | Update version to 2.4.97 for first 2.5 test release | Jesse Barnes | |
2008-08-25 | Update version to post-2.5 | Jesse Barnes | |
2008-08-20 | Merge branch 'master' into modesetting-gem | Jesse Barnes | |
Conflicts: configure.ac | |||
2008-08-20 | Don't skip the checks for DRI headers with --enable-dri | Julien Cristau | |
2008-08-08 | Make it actually build the kernel stuff if possible | Jesse Barnes | |
Fixup the kernel stuff to have a slightly better chance of working. Still need to fixup the EXA pixmap functions. | |||
2008-08-08 | Initial port of kernel modesetting from old intel-kernelmode branch | Jesse Barnes | |
Thanks airlied! | |||
2008-08-05 | Add 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. |