summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-04Drop the binary-indep stuff from debian/rulesJulien Cristau
Not needed without the transitional package.
2008-09-04update changelogs for new upstream releaseJulien Cristau
2008-09-04Merge tag 'xf86-video-intel-2.4.2' into debian-experimentalJulien Cristau
2008-09-04Build against xorg-server 1.5.Julien Cristau
2008-09-03UXA: Re-enable non-965 render.Eric Anholt
2008-09-03Don't set up sarea or drm mappings in DRI2 mode.Eric Anholt
2008-09-03Fix broken test for DRI1 in DRI2 conversion.Kristian Høgsberg
2008-09-03Pipe A force quirk for Toshiba Satellite A30.Stefan Dirsch
2008-09-01Man page patch to clarify meaning of VideoRam option with i810/i815Fabio
2008-08-29Add DRI2 support.Kristian Høgsberg
2008-08-29Merge branch 'master' of ↵Jesse Barnes
ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel
2008-08-29Fix build when using kernel DRM headersJesse 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 fixZou Nan hai
2008-08-29 [965-xvmc] some shader optimizeZou Nan hai
2008-08-28 [965-xvmc] half-pixel bug fixZou Nan hai
2008-08-27 [965-xvmc] add missing g4a fileZou Nan hai
2008-08-27 [965-xvmc] support field prediction and dct type, optimize in GPUZou Nan hai
2008-08-26Change uxa private keys to integer variables.Eamon Walsh
Prepares for a devPrivates system that will store an index.
2008-08-26Remove unused exa_pixmap_key.Eamon Walsh
2008-08-26Fix typo in last commitRobert Noland
2008-08-26Check for drm before calling modeset ioctl.Robert Noland
2008-08-26Drop the xserver-xorg-video-i810 transitional package.Julien Cristau
2008-08-26Fix X exit crash in NoAccelZhenyu Wang
NoAccel should still be needed for performance evaluation, so don't crash me when exit.
2008-08-26Destroy bufmgr after allocation finishZhenyu Wang
Fixed X exit crash for me, allocation reset will unreference bo which still requires bufmgr to be live.
2008-08-26Bump version 2.4.2Zhenyu Wang
2008-08-25Fix UXA build for distcheckJesse 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-24Prepare changelog for uploadJulien Cristau
2008-08-24update changelogsJulien Cristau
2008-08-24Merge branch 'xf86-video-intel-2.4-branch' of ↵Julien Cristau
git.freedesktop.org:/git/xorg/driver/xf86-video-intel into debian-experimental
2008-08-22Don't disable planes in i830_update_dsparbJesse 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-22Don't skip the checks for DRI headers with --enable-driJulien Cristau
(cherry picked from commit 5eccb5ec7ea78b5800f98decd4216d39b9ebe5ec)
2008-08-21Hide kernel mode setting EXA code behind XF86DRM_MODEJesse Barnes
Prevents compiler warnings in the non-kms case.
2008-08-21Fix compiler warnings in VBIOS utilsJesse Barnes
2008-08-21Merge branch 'modesetting-gem'Jesse Barnes
2008-08-20Don't disable planes in i830_update_dsparbJesse 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-20Don't allocate a pipe for hotplug detectionJesse Barnes
It shouldn't be needed...
2008-08-20Add more panel debugging info to register dump & vbios readerJesse Barnes
2008-08-20Merge branch 'master' into modesetting-gemJesse Barnes
Conflicts: configure.ac
2008-08-20Update changelogTimo Aaltonen
2008-08-20Fix reverted LVDS bios capability dword definitionZhenyu Wang
Issue found by Peter Clifton. (cherry picked from commit 0e6759bb6ad7293b6447bd20e3d7d8fdee46aba7)
2008-08-20Merge commit 'xf86-video-intel-2.4.1' into debian-experimentalTimo Aaltonen
2008-08-20Don't skip the checks for DRI headers with --enable-driJulien 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-20Remove unused VBIOS flag definesJesse Barnes
We just use the structure definitions now. (cherry picked from commit 078a59dd48ed00a6512d155883956c18752da9ce)
2008-08-20Pack bdb_general_definitions blockJesse Barnes
More correct & consistent with other definitions. (cherry picked from commit 7048141254b7c1948fe77b1742b463f8723610d8)
2008-08-19Add swf_dumper to .gitignoreJesse Barnes
2008-08-19Merge branch 'master' into modesetting-gemJesse Barnes
Conflicts: src/i830_driver.c