summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-09Bump to 1.6.4 for release.xf86-video-intel-1.6.4xf86-video-i810-1.6.4Eric Anholt
2006-08-09Add missing headers to i810_drv_la_SOURCESKeith Packard
2006-08-09Use double quotes to avoid sgml syntax errorKeith Packard
2006-08-09Reformat READMEKeith Packard
2006-08-09Update the README.sgml file for the upcoming release.Eric Anholt
2006-08-08Update manual page to include i945 and later details.Keith Packard
2006-08-08Merge branch 'i965', adding i965G support.Eric Anholt
2006-08-08Intel bug #49: Fix video output at 32bpp by using B8G8R8A8 instead of B8G8R8X8.Eric Anholt
2006-08-08Intel bug #35: Fix accelerator syncing with DGA.Alan Hourihane
2006-08-08Disable error register dumping in dri TransitionTo2d. This's forWang Zhenyu
2006-08-08bump to 1.6.3xf86-video-intel-1.6.3xf86-video-i810-1.6.3Alan Hourihane
2006-08-08check for xineramaprotoAlan Hourihane
2006-08-08Re-enable monitor detect after a few fixups.xf86-video-intel-1.6.2xf86-video-i810-1.6.2Alan Hourihane
2006-08-08Disable detecting of new monitors on VT switch.Alan Hourihane
2006-08-08bump to 1.6.2 to indicate mergedfb supportAlan Hourihane
2006-08-08Merge branch 'master' of git+ssh://xorg.freedesktop.org/git/xorg/driver/xf86-...mergedfbAlan Hourihane
2006-08-08Ensure palette is updated in mergedfb & clone modesAlan Hourihane
2006-08-04Disable dynamic front buffer mapping on i965.Eric Anholt
2006-08-03Add parenthesis so that IS_I965G doesn't make the test pass for 8-bit.Eric Anholt
2006-08-03Turn off video debugging now that it appears to work fine.Eric Anholt
2006-08-03Merge branch 'broadwater-video-rehash' into i965Eric Anholt
2006-08-03Merge branch 'broadwater-video-rehash' into broadwaterEric Anholt
2006-08-03Add current Tungsten Graphics code drop for i965 support.Alan Hourihane
2006-08-03Bump PS_MAX_THREADS to 32 now that the program doesn't fail.Eric Anholt
2006-08-03Make the sampler's payload be the WM payload rather than uninitialized data.Eric Anholt
2006-08-03Remove some stale XXX-prefixed comments.Eric Anholt
2006-08-02Set the WM scratch space that we had already allocated.Eric Anholt
2006-08-02Clean up GRF allocation (which was wrong at 16-register boundaries).Eric Anholt
2006-08-02Crank down the SF allocation and comment on why this is a fine lower limit.Eric Anholt
2006-08-02Remove the clip URB allocation.Eric Anholt
2006-08-02Correct the VS setup, and allocate a correct, minimal number of URB entries.Eric Anholt
2006-08-02Replace the SF max threads setting with a define for easier tweaking.Eric Anholt
2006-08-02Remove CS URB allocation since we don't use any constants.Eric Anholt
2006-08-02We only need 3 vertices to fit in the URB, since we only dispatch 3.Eric Anholt
2006-08-02No GS URB allocation is necessary when the function is disabled.Eric Anholt
2006-08-02Reduce URB_VS_ENTRY_SIZE to 1 as our vertices are under 8 floats.Eric Anholt
2006-08-02Remove the VS kernel and binding table.Eric Anholt
2006-08-02Fix wm prog to correct the ordering of the Cr and Cb channels.Eric Anholt
2006-08-02Allocate space for the 965's state at the end of the video buffer.Eric Anholt
2006-08-02Updated WM kernel to load video and do colorspace conversion.Eric Anholt
2006-08-02Updated grf/urb state for WM.Eric Anholt
2006-08-02Move the WM kernel to a separate file.Eric Anholt
2006-08-02Replace SF kernel with the one from broadwater-video HEAD.Eric Anholt
2006-07-28Fix DGA with MergedFBAlan Hourihane
2006-07-27Fix pipe reversal for XvAlan Hourihane
2006-07-27Calculate allowable refresh rates on the privateAlan Hourihane
2006-07-26When detecting new monitors in mergedfb renew the modepool.Alan Hourihane
2006-07-26Update Xvideo to deal with MergedFB modes.Alan Hourihane
2006-07-26Fix a build problemxf86-video-intel-1.6.1xf86-video-i810-1.6.1Alan Hourihane
2006-07-26Bump to 1.6.1Alan Hourihane