summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/vdpau-softpipe
Commit message (Collapse)AuthorAgeFilesLines
* gallium/targets: remove vdpau-softpipeMarek Olšák2013-11-021-72/+0
| | | | Reviewed-by: Christian König <[email protected]>
* vdpau-softpipe: Build correct source file - vl_winsys_xsp.cJakub Bogusz2013-03-031-1/+1
| | | | | | Copy-and-paste problem introduced by commit 7f24483e. Reviewed-by: Matt Turner <[email protected]>
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
|
* targets/vdpau-softpipe: Convert to automakeMatt Turner2013-01-103-21/+73
| | | | | | | | v2: Andreas Boll <[email protected]> - Add missing vdpau state tracker to _LIBADD variable v3: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* vl: move winsys helper out of winsys directoryChristian König2012-03-281-1/+1
| | | | | | | | | They aren't winsys of their own, just help dealing with them. v2: add some more comments in vl_winsys.h Signed-off-by: Christian König <[email protected]>
* vdpau: rename vdpau driver to r600/softpieChristian König2011-05-181-0/+2
|
* st/vdpau: Initial commit.Younes Manton2010-06-271-0/+19
Enough plumbing here to get vdpauinfo working.