summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.6.5 for release.xf86-video-intel-1.6.5xf86-video-i810-1.6.5Eric Anholt2006-08-101-1/+1
* Fix README typos from in the generated file.Eric Anholt2006-08-101-2/+2
* Bug #7829: Fix reported driver version.Eric Anholt2006-08-105-6/+16
* Bug #7835: Restore unused fields in I830DRIRec to avoid i915 DRI breakage.Eric Anholt2006-08-101-1/+20
* Correct typos in README source.Eric Anholt2006-08-091-2/+2
* Clean up warnings.Eric Anholt2006-08-096-33/+40
* Merge branch 'textured-video', bringing in fixed-up i915 textured video.Eric Anholt2006-08-096-1222/+550
|\
| * remove an extra '-'Wang Zhenyu2006-07-241-1/+1
| * Re-convert i915 video to new fragment shader API.Eric Anholt2006-07-181-125/+54
| * Merge branch 'master' into textured-videoEric Anholt2006-07-1820-1308/+3027
| |\
| * | Use RECTLIST instead of TRIFAN for video so we get horizontal shearing insteadEric Anholt2006-05-221-108/+42
* | | Bump to 1.6.4 for release.xf86-video-intel-1.6.4xf86-video-i810-1.6.4Eric Anholt2006-08-091-1/+1
* | | Add missing headers to i810_drv_la_SOURCESKeith Packard2006-08-091-0/+3
* | | Use double quotes to avoid sgml syntax errorKeith Packard2006-08-091-1/+1
* | | Reformat READMEKeith Packard2006-08-091-70/+81
* | | Update the README.sgml file for the upcoming release.Eric Anholt2006-08-091-59/+56
* | | Update manual page to include i945 and later details.Keith Packard2006-08-081-16/+17
* | | Merge branch 'i965', adding i965G support.Eric Anholt2006-08-0818-326/+5869
|\ \ \
| * | | Intel bug #49: Fix video output at 32bpp by using B8G8R8A8 instead of B8G8R8X8.Eric Anholt2006-08-081-2/+4
| * | | Intel bug #35: Fix accelerator syncing with DGA.Alan Hourihane2006-08-081-3/+16
| * | | Disable error register dumping in dri TransitionTo2d. This's forWang Zhenyu2006-08-081-3/+0
| * | | Disable dynamic front buffer mapping on i965.Eric Anholt2006-08-041-14/+19
| * | | Add parenthesis so that IS_I965G doesn't make the test pass for 8-bit.Eric Anholt2006-08-031-1/+1
| * | | Turn off video debugging now that it appears to work fine.Eric Anholt2006-08-031-1/+1
| * | | Merge branch 'broadwater-video-rehash' into i965Eric Anholt2006-08-032-19/+6
| |\ \ \
| | * | | Bump PS_MAX_THREADS to 32 now that the program doesn't fail.Eric Anholt2006-08-031-1/+1
| | * | | Make the sampler's payload be the WM payload rather than uninitialized data.Eric Anholt2006-08-031-2/+2
| | * | | Remove some stale XXX-prefixed comments.Eric Anholt2006-08-031-16/+3
| * | | | Merge branch 'broadwater-video-rehash' into broadwaterEric Anholt2006-08-0315-147/+5163
| |\ \ \ \ | | |/ / /
| | * | | Set the WM scratch space that we had already allocated.Eric Anholt2006-08-021-2/+6
| | * | | Clean up GRF allocation (which was wrong at 16-register boundaries).Eric Anholt2006-08-021-20/+10
| | * | | Crank down the SF allocation and comment on why this is a fine lower limit.Eric Anholt2006-08-021-2/+7
| | * | | Remove the clip URB allocation.Eric Anholt2006-08-021-2/+2
| | * | | Correct the VS setup, and allocate a correct, minimal number of URB entries.Eric Anholt2006-08-021-3/+8
| | * | | Replace the SF max threads setting with a define for easier tweaking.Eric Anholt2006-08-021-1/+5
| | * | | Remove CS URB allocation since we don't use any constants.Eric Anholt2006-08-021-2/+2
| | * | | We only need 3 vertices to fit in the URB, since we only dispatch 3.Eric Anholt2006-08-021-1/+1
| | * | | No GS URB allocation is necessary when the function is disabled.Eric Anholt2006-08-021-2/+2
| | * | | Reduce URB_VS_ENTRY_SIZE to 1 as our vertices are under 8 floats.Eric Anholt2006-08-021-1/+1
| | * | | Remove the VS kernel and binding table.Eric Anholt2006-08-021-85/+1
| | * | | Fix wm prog to correct the ordering of the Cr and Cb channels.Eric Anholt2006-08-021-20/+20
| | * | | Allocate space for the 965's state at the end of the video buffer.Eric Anholt2006-08-021-10/+20
| | * | | Updated WM kernel to load video and do colorspace conversion.Eric Anholt2006-08-021-32/+145
| | * | | Updated grf/urb state for WM.Eric Anholt2006-08-021-2/+2
| | * | | Move the WM kernel to a separate file.Eric Anholt2006-08-022-52/+54
| | * | | Replace SF kernel with the one from broadwater-video HEAD.Eric Anholt2006-08-021-90/+8
| | * | | Nice texture coordinate gradient, broken slightly in yKeith his master's voice Packard2006-05-291-25/+151
| | * | | Ok, finally something sensible up on the screen.Keith his master's voice Packard2006-05-281-35/+36
| | * | | Using tiny rectangle, still locks up in pixel shader program somehowKeith his master's voice Packard2006-05-281-15/+15
| | * | | Lots more debug code. Appears to execute pixel shader thread now though. hurray!Keith his master's voice Packard2006-05-281-50/+97