Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-12 | Update version to 2.7.12.7.1 | Carl Worth | |
In preparation for the 2.7.1 maintenance release. | |||
2009-05-08 | Increment version number to 2.7.0.9012.7.0.901 | Carl Worth | |
Which means this is the first release candidate in preparation for 2.7.1. | |||
2009-04-15 | Update version to 2.7.0 | Carl Worth | |
In preparation for new major release. | |||
2009-04-10 | Increment version to 2.6.99.903 for release2.6.99.903 | Carl Worth | |
2009-03-31 | Require libdrm 2.4.6 for GTT unmap support | Jesse Barnes | |
Need the new functions available. (cherry picked from commit 51cf8a453c2bc2e8604bfc41a649e971c1ba5026) | |||
2009-03-10 | Increment version number to 2.6.99.902xf86-video-intel-2.6.99.902 | Carl 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-09 | Increment version number to 2.6.99.901 for 2.7-rc1xf86-video-intel-2.6.99.9012.7-rc1 | Carl 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-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. | |||
2008-08-05 | Merge branch 'master' into drm-gem | Jesse Barnes | |
Conflicts: src/i830_driver.c | |||
2008-07-18 | Bump version number past the 2.4 stable branch. | Eric Anholt | |
2008-07-17 | Merge branch 'master' into drm-gem | Carl Worth | |
Conflicts: configure.ac src/reg_dumper/Makefile.am | |||
2008-07-01 | intel: 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-12 | Require 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-17 | Merge commit 'origin/master' into drm-gem | Keith Packard | |
2008-05-17 | Add check for GEM, use that to enable driver GEM support | Keith Packard | |
2008-05-14 | Add glproto to DRI dependencies | Rémi Cardona | |
2008-05-06 | 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. | |||
2008-04-29 | 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. | |||
2008-04-17 | 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. | |||
2008-04-10 | Add dolt to speed up compile time and reduce insanity. | Eric Anholt | |
Hopefully some day we can be rid of libtool entirely. | |||
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. |