Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-08-10 | Bump to 1.6.5 for release.xf86-video-intel-1.6.5xf86-video-i810-1.6.5 | Eric Anholt | 1 | -1/+1 | |
2006-08-10 | Fix README typos from in the generated file. | Eric Anholt | 1 | -2/+2 | |
2006-08-10 | Bug #7829: Fix reported driver version. | Eric Anholt | 5 | -6/+16 | |
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 | 1 | -1/+20 | |
As it was, 1.6.4 broke compatibility with the released DRI driver. | |||||
2006-08-09 | Correct typos in README source. | Eric Anholt | 1 | -2/+2 | |
2006-08-09 | Clean up warnings. | Eric Anholt | 6 | -33/+40 | |
2006-08-09 | Merge branch 'textured-video', bringing in fixed-up i915 textured video. | Eric Anholt | 6 | -1222/+550 | |
Conflicts: src/i830_video.c | |||||
2006-08-09 | Bump to 1.6.4 for release.xf86-video-intel-1.6.4xf86-video-i810-1.6.4 | Eric Anholt | 1 | -1/+1 | |
2006-08-09 | Add missing headers to i810_drv_la_SOURCES | Keith Packard | 1 | -0/+3 | |
2006-08-09 | Use double quotes to avoid sgml syntax error | Keith Packard | 1 | -1/+1 | |
2006-08-09 | Reformat README | Keith Packard | 1 | -70/+81 | |
2006-08-09 | Update the README.sgml file for the upcoming release. | Eric Anholt | 1 | -59/+56 | |
2006-08-08 | Update manual page to include i945 and later details. | Keith Packard | 1 | -16/+17 | |
(cherry picked from 7833d0733bc146cf1ae7f588516c49797886b396 commit) | |||||
2006-08-08 | Merge branch 'i965', adding i965G support. | Eric Anholt | 18 | -326/+5869 | |
Conflicts: src/i830_cursor.c src/i830_driver.c | |||||
2006-08-08 | Intel bug #49: Fix video output at 32bpp by using B8G8R8A8 instead of B8G8R8X8. | Eric Anholt | 1 | -2/+4 | |
While here, don't overallocate video memory for the i965G state. | |||||
2006-08-08 | Intel bug #35: Fix accelerator syncing with DGA. | Alan Hourihane | 1 | -3/+16 | |
Fixes glitches seen with Mark Vojkovich's "texture" demo. | |||||
2006-08-08 | Disable error register dumping in dri TransitionTo2d. This's for | Wang Zhenyu | 1 | -3/+0 | |
debug which might confuse QA. | |||||
2006-08-08 | bump to 1.6.3xf86-video-intel-1.6.3xf86-video-i810-1.6.3 | Alan Hourihane | 2 | -2/+2 | |
2006-08-08 | check for xineramaproto | Alan Hourihane | 1 | -0/+1 | |
2006-08-08 | Re-enable monitor detect after a few fixups.xf86-video-intel-1.6.2xf86-video-i810-1.6.2 | Alan Hourihane | 1 | -28/+31 | |
2006-08-08 | Disable detecting of new monitors on VT switch. | Alan Hourihane | 1 | -1/+5 | |
It's doesn't always work. The modesetting branch will deal with hotplug displays correctly. | |||||
2006-08-08 | bump to 1.6.2 to indicate mergedfb support | Alan Hourihane | 3 | -3/+3 | |
2006-08-08 | Merge branch 'master' of ↵ | Alan Hourihane | 5 | -3/+5 | |
git+ssh://xorg.freedesktop.org/git/xorg/driver/xf86-video-intel | |||||
2006-08-08 | Ensure palette is updated in mergedfb & clone modes | Alan Hourihane | 2 | -3/+77 | |
2006-08-04 | Disable dynamic front buffer mapping on i965. | Eric Anholt | 1 | -14/+19 | |
Moving front buffers should only be necessary for rotation. Currently, the server isn't ready for it, and the method attempted to work around it caused crashes with DRI. Since i965 doesn't support rotation yet, this should be harmless for now. | |||||
2006-08-03 | Add parenthesis so that IS_I965G doesn't make the test pass for 8-bit. | Eric Anholt | 1 | -1/+1 | |
2006-08-03 | Turn off video debugging now that it appears to work fine. | Eric Anholt | 1 | -1/+1 | |
2006-08-03 | Merge branch 'broadwater-video-rehash' into i965 | Eric Anholt | 2 | -19/+6 | |
The previous merge wasn't done on a synced-up tree, and missed necessary changes. | |||||
2006-08-03 | Merge branch 'broadwater-video-rehash' into broadwater | Eric Anholt | 15 | -147/+5163 | |
Conflicts: src/Makefile.am src/common.h src/i810_driver.c src/i810_reg.h src/i830.h src/i830_accel.c src/i830_cursor.c src/i830_dri.c src/i830_dri.h src/i830_driver.c src/i830_memory.c src/i830_rotate.c src/i830_video.c | |||||
2006-08-03 | Add current Tungsten Graphics code drop for i965 support. | Alan Hourihane | 12 | -185/+705 | |
2006-08-03 | Bump PS_MAX_THREADS to 32 now that the program doesn't fail. | Eric Anholt | 1 | -1/+1 | |
2006-08-03 | Make the sampler's payload be the WM payload rather than uninitialized data. | Eric Anholt | 1 | -2/+2 | |
The sampler's payload happens to be in the same format as the WM payload, though most of the fields are ignored. This appears to fix the program in the presence of multiple PS threads. | |||||
2006-08-03 | Remove some stale XXX-prefixed comments. | Eric Anholt | 1 | -16/+3 | |
2006-08-02 | Set the WM scratch space that we had already allocated. | Eric Anholt | 1 | -2/+6 | |
It appears to be required, even if the kernel doesn't use any scratch space. | |||||
2006-08-02 | Clean up GRF allocation (which was wrong at 16-register boundaries). | Eric Anholt | 1 | -20/+10 | |
Also use PS_MAX_THREADS rather than hard-coding 1 thread, and remove the dead SF_KERNEL_NUM_URB macro. | |||||
2006-08-02 | Crank down the SF allocation and comment on why this is a fine lower limit. | Eric Anholt | 1 | -2/+7 | |
2006-08-02 | Remove the clip URB allocation. | Eric Anholt | 1 | -2/+2 | |
Previously, the VS was misconfigured and exceeding its allocation, which the (unused) clip was providing padding for. | |||||
2006-08-02 | Correct the VS setup, and allocate a correct, minimal number of URB entries. | Eric Anholt | 1 | -3/+8 | |
The VS number of URB entries and URB entry size are always used, even when the VS is disabled. Similarly, the cache enable bit is always used. | |||||
2006-08-02 | Replace the SF max threads setting with a define for easier tweaking. | Eric Anholt | 1 | -1/+5 | |
Tweak it to 1 for now. | |||||
2006-08-02 | Remove CS URB allocation since we don't use any constants. | Eric Anholt | 1 | -2/+2 | |
2006-08-02 | We only need 3 vertices to fit in the URB, since we only dispatch 3. | Eric Anholt | 1 | -1/+1 | |
2006-08-02 | No GS URB allocation is necessary when the function is disabled. | Eric Anholt | 1 | -2/+2 | |
2006-08-02 | Reduce URB_VS_ENTRY_SIZE to 1 as our vertices are under 8 floats. | Eric Anholt | 1 | -1/+1 | |
2006-08-02 | Remove the VS kernel and binding table. | Eric Anholt | 1 | -85/+1 | |
The VS URB entries have to remain as they're used to store the VF output which isn't modified by a VS program. | |||||
2006-08-02 | Fix wm prog to correct the ordering of the Cr and Cb channels. | Eric Anholt | 1 | -20/+20 | |
2006-08-02 | Allocate space for the 965's state at the end of the video buffer. | Eric Anholt | 1 | -10/+20 | |
Fixes corruption in the first few lines of the video. Based on 1b506798d98d911be733543da2c40cb451a28912 | |||||
2006-08-02 | Updated WM kernel to load video and do colorspace conversion. | Eric Anholt | 1 | -32/+145 | |
2006-08-02 | Updated grf/urb state for WM. | Eric Anholt | 1 | -2/+2 | |
2006-08-02 | Move the WM kernel to a separate file. | Eric Anholt | 2 | -52/+54 | |
2006-08-02 | Replace SF kernel with the one from broadwater-video HEAD. | Eric Anholt | 1 | -90/+8 | |