Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-07 | Bump to 1.7.3xf86-video-intel-1.7.3xf86-video-i810-1.7.3 | Alan Hourihane | |
2006-11-22 | Be a little more verbose when rejecting modes. | Alan Hourihane | |
2006-11-22 | update port attributes immediately when overlay is on. | Alan Hourihane | |
2006-11-08 | Disable some debug message | Alan Hourihane | |
2006-10-30 | Bug 8594: Fix Xv hang with G965 | Wang Zhenyu | |
2006-10-27 | Add support for the new DRM memory manager. | Thomas Hellstrom | |
Some code are duplicated with the new libdrm. Once this code has been released with xserver, it can be removed. See the man page for new options and backwards 3D driver compatibility. | |||
2006-10-23 | Add some MergedFB checks for accelerator limitations | Alan Hourihane | |
2006-10-23 | Merge branch 'master' of ↵ | Alan Hourihane | |
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel | |||
2006-10-23 | Fix manpage to report 8160 instead of 6144 for LinearAlloc. | Alan Hourihane | |
2006-10-17 | Don't crash if SetCursorPosition is called with pScrn->currentMode == NULL. | Michel Dänzer | |
This allows the driver to work with servers that don't have the fix for this that was only recently pushed to git. | |||
2006-10-13 | Make VIDEO_DEBUG into a configure option | Alan Hourihane | |
2006-10-13 | Bump to 1.7.2xf86-video-intel-1.7.2xf86-video-i810-1.7.2 | Alan Hourihane | |
2006-10-13 | Ugh. Turn off debugging. | Alan Hourihane | |
2006-10-13 | Bump to 1.7.1xf86-video-intel-1.7.1xf86-video-i810-1.7.1 | Alan Hourihane | |
2006-10-13 | Fix bug #8553 & #8542 - suspend/resume regression from 1.5 driver | Alan Hourihane | |
2006-10-13 | Fix some warnings | Alan Hourihane | |
2006-10-06 | Fix server regeneration problem mapping the aperture | Alan Hourihane | |
2006-10-04 | Fix bug #5795, VT switching fails because of a bad test on some platforms. | Alan Hourihane | |
2006-10-03 | Enable XV_PORT attribute even when not in Clone mode. | Keith Packard | |
As Clone mode is now something that can change after server startup, always enable the XV_PORT attribute as we cannot change the list of reported attributes. (cherry picked from 1bc1cedbcdf6ea4d2a3e8b07b553ac50b3c126f4 commit) | |||
2006-10-02 | silence warningxf86-video-intel-1.7.0xf86-video-i810-1.7.0 | Alan Hourihane | |
2006-10-02 | bump to 1.7.0 | Alan Hourihane | |
2006-09-30 | Missing gamma bit | Alan Hourihane | |
2006-09-30 | Fix issues with Xv locking up the engine. bug #7915. | Alan Hourihane | |
2006-09-28 | Always call I830UpdateXineramaScreenInfo() unconditionally, and document why. | Michel Dänzer | |
2006-09-27 | Store viewport limits of both pipes in SAREA. | Michel Dänzer | |
This allows DRI clients to determine which pipe they should synchronize buffer swaps of each window to. | |||
2006-09-27 | If the DRM can handle it, enable vertical blank interrupts for both pipes. | Michel Dänzer | |
2006-09-27 | Only enable the IRQ after DRIFinishScreenInit. | Michel Dänzer | |
This makes sure we've been assigned a context ID, so the interrupt context won't mess things up if it grabs the HW lock. | |||
2006-09-25 | Merge branch 'master' of ↵ | Alan Hourihane | |
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel | |||
2006-09-25 | Fix bug #7943 where video flickers when changing | Alan Hourihane | |
attributes. This code was a leftover from testing lockups and shouldn't be needed anymore. | |||
2006-09-21 | Typo fix in man page (Debian bug #364559). | A Costa | |
2006-09-13 | Merge branch 'master' of ↵ | Alan Hourihane | |
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel | |||
2006-09-13 | bump max Xvideo height to 1088 to cope with some players. | root | |
2006-09-08 | Fix a compile failure from the last commit. | Eric Anholt | |
2006-09-07 | Merge branch 'master' of ↵ | Alan Hourihane | |
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel | |||
2006-09-07 | When in MergedFB mode, fix offscreen memory allocation. | Alan Hourihane | |
2006-09-01 | Add a check for intel-gen4asm, and rules to compile {wm,sf}_prog.h using it. | Eric Anholt | |
This adds assembly source for the two programs used in the textured video implementation on the 965, which should make them easier to modify in the future. The compiled versions are also included, so that intel-gen4asm isn't a build requirement for people that aren't modifying these programs. There are minor differences in the compiled versions of these programs compared to their previous versions which were compiled with a different tool. I believe the changes should be harmless, and video continues to work on my system. | |||
2006-08-29 | Fix bug with probing info of DFP2 and LFP2 connected | Alan Hourihane | |
devices (Aaron Ridout) | |||
2006-08-28 | Fix SetVBlank to operate all the time | Alan Hourihane | |
2006-08-22 | fix typo | Alan Hourihane | |
2006-08-21 | remove GL* usage | Alan Hourihane | |
2006-08-21 | Merge branch 'master' of ↵ | Alan Hourihane | |
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel | |||
2006-08-21 | Fix bug #7930, i810 doesn't compile without DRI | Alan Hourihane | |
(Samuel Thibault) | |||
2006-08-17 | Bug #7905: Mark DRI state as dirty in 965 textured video, fixing hangs with 3d. | Eric Anholt | |
2006-08-16 | Disable device check when mergedfb in operation. | Alan Hourihane | |
2006-08-16 | Fix bug #5150. Disable LVDS usage on i915G, i945G and i965G. | Alan Hourihane | |
2006-08-11 | Fix undefined alloc type for agp memory | Wang Zhenyu | |
This shuts up the nonfatal warning that type 3 for alloc agp memory is undefined for intel-agp. | |||
2006-08-10 | Bump to 1.6.5 for release.xf86-video-intel-1.6.5xf86-video-i810-1.6.5 | Eric Anholt | |
2006-08-10 | Fix README typos from in the generated file. | Eric Anholt | |
2006-08-10 | Bug #7829: Fix reported driver version. | Eric Anholt | |
The driver now reports itself as the PACKAGE_VERSION from autoconf. The DRI DDX -> client interface version is dissociated from this so that we can do appropriate major/minor versioning of the interface that's not tied to the package version. Bumped the i830 ddx dri version patchlevel to note the fix in the previous commit. | |||
2006-08-10 | Bug #7835: Restore unused fields in I830DRIRec to avoid i915 DRI breakage. | Eric Anholt | |
As it was, 1.6.4 broke compatibility with the released DRI driver. |