Initial r300g support
authorChristian König <deathsimple@vodafone.de>
Sun, 29 May 2011 10:30:58 +0000 (12:30 +0200)
committerChristian König <deathsimple@vodafone.de>
Sun, 29 May 2011 11:53:17 +0000 (13:53 +0200)
commit0e886219193472be2203f2afccea84029f014dbd
treebf83e18637fa76b96303e7a034ede923f4f4a9a4
parent311eb749a1ab7ffd417bc456345d63eba75e3fec
Initial r300g support

Based uppon a patch from Pali Rohár <pali.rohar@gmail.com>.
This seems to get at least YUV->RGB conversion working.
So a simple "mplayer -vo vdpau" now seems to work fine.
configure.ac
src/gallium/drivers/r300/Makefile
src/gallium/drivers/r300/r300_screen.c
src/gallium/drivers/r300/r300_video_context.c
src/gallium/drivers/r300/r300_video_context.h
src/gallium/targets/va-r300/Makefile [new file with mode: 0644]
src/gallium/targets/va-r300/target.c [new file with mode: 0644]
src/gallium/targets/vdpau-r300/Makefile [new file with mode: 0644]
src/gallium/targets/vdpau-r300/target.c [new file with mode: 0644]
src/gallium/targets/xvmc-r300/Makefile [new file with mode: 0644]
src/gallium/targets/xvmc-r300/target.c [new file with mode: 0644]