Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-30 | Bug 8594: Fix Xv hang with G965 | Wang Zhenyu | |
2006-09-01 | Add a check for intel-gen4asm, and rules to compile {wm,sf}_prog.h using it. | Eric Anholt | |
This adds assembly source for the two programs used in the textured video implementation on the 965, which should make them easier to modify in the future. The compiled versions are also included, so that intel-gen4asm isn't a build requirement for people that aren't modifying these programs. There are minor differences in the compiled versions of these programs compared to their previous versions which were compiled with a different tool. I believe the changes should be harmless, and video continues to work on my system. | |||
2006-08-03 | Make the sampler's payload be the WM payload rather than uninitialized data. | Eric Anholt | |
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-02 | Fix wm prog to correct the ordering of the Cr and Cb channels. | Eric Anholt | |
2006-08-02 | Updated WM kernel to load video and do colorspace conversion. | Eric Anholt | |
2006-08-02 | Move the WM kernel to a separate file. | Eric Anholt | |