aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* vl: move winsys helper out of winsys directoryChristian König2012-03-281-3/+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]>
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-041-1/+1
| | | | | | | Us poor souls who cross compile mesa want to be able to specify which pkg-config to pick, or at least just change one place. Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Matt Turner <[email protected]>
* vdpau: remove the unused and incomplete mpeg2 parserChristian König2011-05-041-1/+0
|
* vl: implemented a few functions and made stubs to get mplayer runningThomas Balling Sørensen2010-10-061-1/+3
|
* vl: moved some functions to more appropriate placesThomas Balling Sørensen2010-09-301-0/+1
|
* vl: Made vdpauinfo run againThomas Balling Sørensen2010-09-211-1/+2
|
* vl: Made the project compile again.Thomas Balling Sørensen2010-09-211-1/+3
|
* Made some decoding function for mpeg2-decodingThomas Balling Sørensen2010-07-201-1/+2
|
* vdpau changesThomas Balling Sørensen2010-07-141-1/+8
|
* st/vdpau: Initial commit.Younes Manton2010-06-271-0/+15
Enough plumbing here to get vdpauinfo working.