Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-04 | Drop the binary-indep stuff from debian/rules | Julien Cristau | |
Not needed without the transitional package. | |||
2008-09-04 | update changelogs for new upstream release | Julien Cristau | |
2008-09-04 | Merge tag 'xf86-video-intel-2.4.2' into debian-experimental | Julien Cristau | |
2008-09-04 | Build against xorg-server 1.5. | Julien Cristau | |
2008-09-03 | UXA: Re-enable non-965 render. | Eric Anholt | |
2008-09-03 | Don't set up sarea or drm mappings in DRI2 mode. | Eric Anholt | |
2008-09-03 | Fix broken test for DRI1 in DRI2 conversion. | Kristian Høgsberg | |
2008-09-03 | Pipe A force quirk for Toshiba Satellite A30. | Stefan Dirsch | |
2008-09-01 | Man page patch to clarify meaning of VideoRam option with i810/i815 | Fabio | |
2008-08-29 | Add DRI2 support. | Kristian Høgsberg | |
2008-08-29 | Merge branch 'master' of ↵ | Jesse Barnes | |
ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel | |||
2008-08-29 | Fix build when using kernel DRM headers | Jesse Barnes | |
Unfortunate mismatch between kernel and DRM master headers. Kernel: typedef struct _drm_i915_batchbuffer { ... } drm_i915_batchbuffer_t; DRM master: typedef struct drm_i915_batchbuffer { ... } drm_i915_batchbuffer_t; so use the typedef rather than the morphing structure name. | |||
2008-08-29 | [965-xvmc] There is some issue with uv half pixel, remove it till fix | Zou Nan hai | |
2008-08-29 | [965-xvmc] some shader optimize | Zou Nan hai | |
2008-08-28 | [965-xvmc] half-pixel bug fix | Zou Nan hai | |
2008-08-27 | [965-xvmc] add missing g4a file | Zou Nan hai | |
2008-08-27 | [965-xvmc] support field prediction and dct type, optimize in GPU | Zou Nan hai | |
2008-08-26 | Change uxa private keys to integer variables. | Eamon Walsh | |
Prepares for a devPrivates system that will store an index. | |||
2008-08-26 | Remove unused exa_pixmap_key. | Eamon Walsh | |
2008-08-26 | Fix typo in last commit | Robert Noland | |
2008-08-26 | Check for drm before calling modeset ioctl. | Robert Noland | |
2008-08-26 | Drop the xserver-xorg-video-i810 transitional package. | Julien Cristau | |
2008-08-26 | Fix X exit crash in NoAccel | Zhenyu Wang | |
NoAccel should still be needed for performance evaluation, so don't crash me when exit. | |||
2008-08-26 | Destroy bufmgr after allocation finish | Zhenyu Wang | |
Fixed X exit crash for me, allocation reset will unreference bo which still requires bufmgr to be live. | |||
2008-08-26 | Bump version 2.4.2 | Zhenyu Wang | |
2008-08-25 | Fix UXA build for distcheck | 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-24 | Prepare changelog for upload | Julien Cristau | |
2008-08-24 | update changelogs | Julien Cristau | |
2008-08-24 | Merge branch 'xf86-video-intel-2.4-branch' of ↵ | Julien Cristau | |
git.freedesktop.org:/git/xorg/driver/xf86-video-intel into debian-experimental | |||
2008-08-22 | Don't disable planes in i830_update_dsparb | Jesse Barnes | |
We need to program DSPARB with only one plane enabled at most, and that's guaranteed to be the case when we're called during mode set, so just assert that case but otherwise leave the planes alone to avoid flicker on active displays during output detection for example. Fixes bug #17050. (cherry picked from commit 5af504166f14f4401818f3b7c27ac2ccba7b9ff5) | |||
2008-08-22 | Don't skip the checks for DRI headers with --enable-dri | Julien Cristau | |
(cherry picked from commit 5eccb5ec7ea78b5800f98decd4216d39b9ebe5ec) | |||
2008-08-21 | Hide kernel mode setting EXA code behind XF86DRM_MODE | Jesse Barnes | |
Prevents compiler warnings in the non-kms case. | |||
2008-08-21 | Fix compiler warnings in VBIOS utils | Jesse Barnes | |
2008-08-21 | Merge branch 'modesetting-gem' | Jesse Barnes | |
2008-08-20 | Don't disable planes in i830_update_dsparb | Jesse Barnes | |
We need to program DSPARB with only one plane enabled at most, and that's guaranteed to be the case when we're called during mode set, so just assert that case but otherwise leave the planes alone to avoid flicker on active displays during output detection for example. Fixes bug #17050. | |||
2008-08-20 | Don't allocate a pipe for hotplug detection | Jesse Barnes | |
It shouldn't be needed... | |||
2008-08-20 | Add more panel debugging info to register dump & vbios reader | Jesse Barnes | |
2008-08-20 | Merge branch 'master' into modesetting-gem | Jesse Barnes | |
Conflicts: configure.ac | |||
2008-08-20 | Update changelog | Timo Aaltonen | |
2008-08-20 | Fix reverted LVDS bios capability dword definition | Zhenyu Wang | |
Issue found by Peter Clifton. (cherry picked from commit 0e6759bb6ad7293b6447bd20e3d7d8fdee46aba7) | |||
2008-08-20 | Merge commit 'xf86-video-intel-2.4.1' into debian-experimental | Timo Aaltonen | |
2008-08-20 | Don't skip the checks for DRI headers with --enable-dri | Julien Cristau | |
2008-08-20 | Fix from He Shuang(shuang.he@intel.com), | Zou Nan hai | |
XvMCDestroyContext to check pointer valid (cherry picked from commit 385dc85881c56e218e7d17d7e1d022568aa29cfb) | |||
2008-08-20 | Remove unused VBIOS flag defines | Jesse Barnes | |
We just use the structure definitions now. (cherry picked from commit 078a59dd48ed00a6512d155883956c18752da9ce) | |||
2008-08-20 | Pack bdb_general_definitions block | Jesse Barnes | |
More correct & consistent with other definitions. (cherry picked from commit 7048141254b7c1948fe77b1742b463f8723610d8) | |||
2008-08-19 | Add swf_dumper to .gitignore | Jesse Barnes | |
2008-08-19 | Merge branch 'master' into modesetting-gem | Jesse Barnes | |
Conflicts: src/i830_driver.c |