summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_xv.c
AgeCommit message (Collapse)Author
2009-11-26st/xorg: consolidate some dest surface state settingKeith Whitwell
2009-11-24st/xorg: Standardise all function names defined in xorg_tracker.hJakob Bornecrantz
2009-11-22st/xorg: Prevent potential null pointer deference in xorg_xv.c.Vinson Lee
2009-11-19st/xorg: Fix infinite loop in copy_packed_data.Vinson Lee
2009-11-19st/xorg: Miscellaneous XVideo fixes.Michel Dänzer
* Make sure the destination pixmap has a texture to render into. * Fix damage reporting so the EXA migration code can do the right thing. * Fix destination coordinates for redirected windows.
2009-10-29st/xorg: fix scaling ov xv data, plus some cleanupsZack Rusin
2009-10-28st/xorg: fix src coordinates in the video acceleration pathsZack Rusin
2009-10-27st/xorg: fix xvZack Rusin
2009-10-26st/xorg: initialize indexes before reswizzling for yuvZack Rusin
2009-10-26st/xorg: stop overflowing yuv buffersZack Rusin
2009-10-26st/xorg: add yuv vertex shaderZack Rusin
plus some general fixes
2009-10-26st/xorg: add yuv shadersZack Rusin
2009-10-11st/xorg: lots of rendering and xv changesZack Rusin
extract all the rendering code to xorg_rendedrer, make both exa and xv share that code. in the process cleanup the rendering code and implement a lot more of the xv infrastructure.
2009-10-11st/xorg: implement basics of xvZack Rusin
2009-09-24st/xorg: start working on the Xv acceleration codeZack Rusin