aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau/device.c
Commit message (Collapse)AuthorAgeFilesLines
* vl: move winsys helper out of winsys directoryChristian König2012-03-281-2/+0
| | | | | | | | | 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]>
* st/vdpau: fix two small memory leaksChristian König2012-03-091-2/+2
| | | | Signed-off-by: Christian König <[email protected]>
* st/vdpau: make the interface thread saveChristian König2012-03-051-1/+3
| | | | Signed-off-by: Christian König <[email protected]>
* st/vdpau: fix default swizzle for Output/Bitmap samplersChristian König2012-03-021-2/+20
| | | | Signed-off-by: Christian König <[email protected]>
* st/vdpau: avoid an unnessasary copyChristian König2012-03-021-0/+52
| | | | | | | Delay the actual mixer rendering until we really know which surface is the real destination. Signed-off-by: Christian König <[email protected]>
* vl: rework winsys interfaceChristian König2012-02-251-4/+6
| | | | | | Throw out all the old and now unneeded stuff. Signed-off-by: Christian König <[email protected]>
* st/vdpau: remove unnecessary tracing and adjust tracing levels a bitChristian König2012-02-211-9/+0
| | | | | | | | | Tracing function entry/exits is a bit pointless when VDPAU_TRACE=1 does the same thing. v2: use WARN instead of ERR for application problems Signed-off-by: Christian König <[email protected]>
* st/vdpau: Add documentation from the VDPAU API and update some tracesEmeric Grange2011-09-141-2/+20
| | | | | Signed-off-by: Emeric Grange <[email protected]> Reviewed-by: Christian König <[email protected]>
* st/vdpau: Various whitespace cleanups found while reading some codeEmeric Grange2011-09-141-3/+3
| | | | | Signed-off-by: Emeric Grange <[email protected]> Reviewed-by: Christian König <[email protected]>
* st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and ↵Christian König2011-09-011-0/+3
| | | | | | | | VdpOutputSurfaceRenderOutputSurface This gets mplayers menu overlay working. Signed-off-by: Christian König <[email protected]>
* vdpau: Fix include styleKai Wasserbäch2011-08-291-4/+4
| | | | | | | | | | | As explained in the thread starting at [0], the internal include style should be »#include "path/to/header.h"« for non-system includes. [0] <http://news.gmane.org/find-root.php?message_id=%3c4E5802BE.6020206%40vmware.com%3e> Signed-off-by: Kai Wasserbäch <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* [g3dvl] fix a whole bunch of memory leaksChristian König2011-07-111-0/+3
|
* vdpau: make capabilities query more saneChristian König2011-07-101-2/+0
|
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-081-1/+0
|
* vdpau: make state tracker far less noisyChristian König2011-05-041-6/+6
|
* vdpau: add stups for the missing functionsChristian König2011-04-261-0/+2
|
* vdpau: implement and cleanup PresentationQueueTarget destructionChristian König2011-04-251-4/+25
|
* vdpau: implement vlVdpVideoSurfacePutBitsYCbCrChristian König2011-04-061-0/+8
|
* g3dvl/vdpau: some more indention fixesChristian König2011-04-031-5/+4
|
* vdpau: make indention and formating more saneChristian König2011-03-191-59/+56
|
* vl: some more fixes and addition to the decoder handlingThomas Balling Sørensen2010-10-071-0/+10
|
* vl: implemented a few functions and made stubs to get mplayer runningThomas Balling Sørensen2010-10-061-6/+39
|
* Added stubs for the rest of the vdpau interfaceThomas Balling Sørensen2010-07-221-3/+56
|
* Made some decoding function for mpeg2-decodingThomas Balling Sørensen2010-07-201-1/+1
|
* vdpau changesThomas Balling Sørensen2010-07-141-2/+6
|
* st/vdpau: Initial commit.Younes Manton2010-06-271-0/+98
Enough plumbing here to get vdpauinfo working.