summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/va-r300/target.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove VAAPI support.Matt Turner2012-10-091-24/+0
| | | | | | Not working and unmaintained. Reviewed-by: Christian König <[email protected]>
* drm_driver: Add a configuration function to the driver descriptor.Thomas Hellstrom2011-10-141-1/+1
| | | | | | | | Adds a possibility for the state tracker manager to query the target for a specific configuration. Signed-off-by: Thomas Hellstrom <[email protected]> Reviewed-by: Jakob Bornecrantz <[email protected]>
* Initial r300g supportChristian König2011-05-291-0/+24
Based uppon a patch from Pali Rohár <[email protected]>. This seems to get at least YUV->RGB conversion working. So a simple "mplayer -vo vdpau" now seems to work fine.