summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vdpau/device.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-12vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_createMarek Olšák1-1/+1
2017-05-19auxiliary/vl: use vl_*_screen_create stubs when building w/o platformEmil Velikov1-2/+0
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-1/+1
2017-01-17st/vdpau: remove the delayed rendering hack(v1.1)Nayan Deshmukh1-50/+0
2017-01-03st/vdpau: error handlingNayan Deshmukh1-1/+7
2016-05-16st/vdpau: add dri3 supportLeo Liu1-1/+5
2016-04-22gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák1-12/+12
2015-11-20st/vdpau: use the vl_screen dispatchEmil Velikov1-2/+2
2015-11-20auxiliary/vl: rename vl_screen_create to vl_dri2_screen_createEmil Velikov1-1/+1
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák1-1/+1
2015-04-27Fix a few typosZoë Blade1-1/+1
2014-08-26st/vdpau: fix vlVdpOutputSurfaceRender(Output|Bitmap)SurfaceChristian König1-1/+42
2014-08-14st/vdpau: add device reference countingChristian König1-5/+16
2014-02-11st/vdpau: do not export VdpPresentationQueueTargetCreateX11Emil Velikov1-1/+1
2014-01-19st/vdpau: don't return a device if the screen doesn't support NPOTIlia Mirkin1-0/+5
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-12-23st/vdpau: Destroy context when initialization failsAaron Watry1-0/+1
2013-09-30st/vdpau: Include u_format.h for util_format_description.Vinson Lee1-0/+1
2013-05-27st/vdpau: invalidate the handles on destructionChristian König1-0/+1
2013-05-01vl/compositor: cleanup background clearingChristian König1-1/+1
2012-03-28vl: move winsys helper out of winsys directoryChristian König1-2/+0
2012-03-09st/vdpau: fix two small memory leaksChristian König1-2/+2
2012-03-05st/vdpau: make the interface thread saveChristian König1-1/+3
2012-03-02st/vdpau: fix default swizzle for Output/Bitmap samplersChristian König1-2/+20
2012-03-02st/vdpau: avoid an unnessasary copyChristian König1-0/+52
2012-02-25vl: rework winsys interfaceChristian König1-4/+6
2012-02-21st/vdpau: remove unnecessary tracing and adjust tracing levels a bitChristian König1-9/+0
2011-09-14st/vdpau: Add documentation from the VDPAU API and update some tracesEmeric Grange1-2/+20
2011-09-14st/vdpau: Various whitespace cleanups found while reading some codeEmeric Grange1-3/+3
2011-09-01st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and VdpOutputSurfaceRender...Christian König1-0/+3
2011-08-29vdpau: Fix include styleKai Wasserbäch1-4/+4
2011-07-11[g3dvl] fix a whole bunch of memory leaksChristian König1-0/+3
2011-07-10vdpau: make capabilities query more saneChristian König1-2/+0
2011-07-08[g3dvl] and finally remove pipe_video_contextChristian König1-1/+0
2011-05-04vdpau: make state tracker far less noisyChristian König1-6/+6
2011-04-26vdpau: add stups for the missing functionsChristian König1-0/+2
2011-04-25vdpau: implement and cleanup PresentationQueueTarget destructionChristian König1-4/+25
2011-04-06vdpau: implement vlVdpVideoSurfacePutBitsYCbCrChristian König1-0/+8
2011-04-03g3dvl/vdpau: some more indention fixesChristian König1-5/+4
2011-03-19vdpau: make indention and formating more saneChristian König1-59/+56
2010-10-07vl: some more fixes and addition to the decoder handlingThomas Balling Sørensen1-0/+10
2010-10-06vl: implemented a few functions and made stubs to get mplayer runningThomas Balling Sørensen1-6/+39
2010-07-22Added stubs for the rest of the vdpau interfaceThomas Balling Sørensen1-3/+56
2010-07-20Made some decoding function for mpeg2-decodingThomas Balling Sørensen1-1/+1
2010-07-14vdpau changesThomas Balling Sørensen1-2/+6
2010-06-27st/vdpau: Initial commit.Younes Manton1-0/+98