Home
last modified time | relevance | path

Searched full:vdpau (Results 1 – 25 of 65) sorted by relevance

123

/external/mesa3d/src/gallium/targets/vdpau/
DMakefile.am22 -Wl,--version-script=$(top_srcdir)/src/gallium/targets/vdpau/vdpau.sym
27 -Wl,--dynamic-list=$(top_srcdir)/src/gallium/targets/dri-vdpau.dyn
32 $(top_builddir)/src/gallium/state_trackers/vdpau/libvdpautracker.la \
43 vdpau.sym \
44 $(top_srcdir)/src/gallium/targets/dri-vdpau.dyn
46 vdpau.sym \
47 $(top_srcdir)/src/gallium/targets/dri-vdpau.dyn \
Dmeson.build30 vdpau_link_args += ['-Wl,--version-script', join_paths(meson.current_source_dir(), 'vdpau.sym')]
31 vdpau_link_depends += files('vdpau.sym')
34 …vdpau_link_args += ['-Wl,--dynamic-list', join_paths(meson.current_source_dir(), '../dri-vdpau.dyn…
35 vdpau_link_depends += files('../dri-vdpau.dyn')
/external/mesa3d/
Dmeson_options.txt65 'gallium-vdpau',
69 description : 'enable gallium vdpau state tracker.',
72 'vdpau-libs-path',
75 description : 'path to put vdpau libraries. defaults to $libdir/vdpau.'
D.travis.yml74 …dri --disable-opencl --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --dis…
103 …dri --disable-opencl --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --dis…
135 …dri --disable-opencl --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --dis…
170 …cl-icd --enable-llvm --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --dis…
207 …cl-icd --enable-llvm --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --dis…
243 …cl-icd --enable-llvm --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --dis…
276 …ble-dri --disable-opencl --enable-xa --enable-nine --enable-xvmc --enable-vdpau --enable-va --enab…
314 …ri3 --disable-opencl --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --dis…
489 wget http://people.freedesktop.org/~aplattner/vdpau/$LIBVDPAU_VERSION.tar.bz2
Dmeson.build382 _vdpau = get_option('gallium-vdpau')
385 error('VDPAU state tracker can only be build on unix-like OSes.')
391 error('VDPAU state tracker requires X11 support.')
398 …error('VDPAU state tracker requires at least one of the following gallium drivers: r300, r600, rad…
408 dep_vdpau = dependency('vdpau', version : '>= 1.1')
410 compile_args : run_command(prog_pkgconfig, ['vdpau', '--cflags']).stdout().split()
417 vdpau_drivers_path = get_option('vdpau-libs-path')
419 vdpau_drivers_path = join_paths(get_option('libdir'), 'vdpau')
Dconfigure.ac1308 AC_ARG_ENABLE([vdpau], optenable
1309 [AS_HELP_STRING([--enable-vdpau],
1310 [enable vdpau library @<:@default=auto@:>@])],
2212 PKG_CHECK_EXISTS([vdpau >= $VDPAU_REQUIRED], [enable_vdpau=yes], [enable_vdpau=no])
2255 AC_MSG_ERROR([VDPAU requires the x11 platforms])
2257 PKG_CHECK_MODULES([VDPAU], [vdpau >= $VDPAU_REQUIRED])
2258 gallium_st="$gallium_st vdpau"
2427 dnl Directory for VDPAU libs
2428 AC_ARG_WITH([vdpau-libdir],
2429 [AS_HELP_STRING([--with-vdpau-libdir=DIR],
[all …]
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dvdpau_private.h33 #include <vdpau/vdpau.h>
34 #include <vdpau/vdpau_x11.h>
56 /* Full VDPAU API documentation available at :
57 * ftp://download.nvidia.com/XFree86/vdpau/doxygen/html/index.html */
59 #define INFORMATION G3DVL VDPAU Driver Shared Library version VER_MAJOR.VER_MINOR
Dpreemption.c28 #include <vdpau/vdpau.h>
Ddevice.c244 * Retrieve a VDPAU function pointer.
259 … VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Got proc address %p for id %d\n", *function_pointer, function_id); in vlVdpGetProcAddress()
275 …"The display was preempted, or a fatal error occurred. The application must re-initialize VDPAU."); in vlVdpGetErrorString()
Dpresentation.c29 #include <vdpau/vdpau.h>
287 VDPAU_MSG(VDPAU_ERR, "[VDPAU] Dumping surface %d failed.\n", surface); in vlVdpPresentationQueueDisplay()
Dbitmap.c28 #include <vdpau/vdpau.h>
Ddecode.c231 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Decoding MPEG12\n"); in vlVdpDecoderRenderMpeg12()
273 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Decoding MPEG4\n"); in vlVdpDecoderRenderMpeg4()
311 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Decoding VC-1\n"); in vlVdpDecoderRenderVC1()
360 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Decoding H264\n"); in vlVdpDecoderRenderH264()
545 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Manually adding VC-1 startcode\n"); in vlVdpDecoderFixVC1Startcode()
Dmixer.c28 #include <vdpau/vdpau.h>
147 VDPAU_MSG(VDPAU_WARN, "[VDPAU] Max layers > 4 not supported\n", vmixer->max_layers); in vlVdpVideoMixerCreate()
154 VDPAU_MSG(VDPAU_WARN, "[VDPAU] 48 < %u < %u not valid for width\n", in vlVdpVideoMixerCreate()
159 VDPAU_MSG(VDPAU_WARN, "[VDPAU] 48 < %u < %u not valid for height\n", in vlVdpVideoMixerCreate()
/external/mesa3d/src/gallium/include/state_tracker/
Dvdpau_dmabuf.h37 #include <vdpau/vdpau.h>
65 /* VDP_RGBA_FORMAT_* as defined in the VDPAU spec and above. */
/external/mesa3d/src/gallium/targets/dri/
DMakefile.am40 -Wl,--dynamic-list=$(top_srcdir)/src/gallium/targets/dri-vdpau.dyn
62 $(top_srcdir)/src/gallium/targets/dri-vdpau.dyn
67 $(top_srcdir)/src/gallium/targets/dri-vdpau.dyn
Dmeson.build41 …m_dri_ld_args += ['-Wl,--dynamic-list', join_paths(meson.current_source_dir(), '../dri-vdpau.dyn')]
42 gallium_dri_link_depends += files('../dri-vdpau.dyn')
/external/mesa3d/src/gallium/
DMakefile.am170 SUBDIRS += state_trackers/vdpau targets/vdpau
Dmeson.build139 subdir('state_trackers/vdpau')
181 subdir('targets/vdpau')
/external/mesa3d/docs/relnotes/
D13.0.1.html51 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=98512">Bug 98512</a> - radeon r600 vdpau:…
88 <li>Revert "st/vdpau: use linear layout for output surfaces"</li>
170 <li>st/mesa: fix the layer of VDPAU surface samplers</li>
D13.0.4.html55 …gs.freedesktop.org/show_bug.cgi?id=98914">Bug 98914</a> - mesa-vdpau-drivers: breaks vdpau for mpe…
71 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=99158">Bug 99158</a> - vdpau segfaults an…
207 <li>vdpau: call texture_get_handle while the mutex is being held</li>
D10.6.3.html47 …ktop.org/show_bug.cgi?id=90728">Bug 90728</a> - dvd playback with vlc and vdpau causes segmentatio…
69 <li>st/vdpau: fix mixer size checks</li>
D10.3.2.html51 …g/show_bug.cgi?id=84140">Bug 84140</a> - mplayer crashes playing some files using vdpau output</li>
55 …s.freedesktop.org/show_bug.cgi?id=85267">Bug 85267</a> - vlc crashes with vdpau (Radeon 3850HD) [r…
D17.0.0.html170 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=98512">Bug 98512</a> - radeon r600 vdpau:…
198 …gs.freedesktop.org/show_bug.cgi?id=98914">Bug 98914</a> - mesa-vdpau-drivers: breaks vdpau for mpe…
226 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=99158">Bug 99158</a> - vdpau segfaults an…
270 …g.cgi?id=99637">Bug 99637</a> - VLC video has corrupted colors when using VDPAU output on Radeon S…
D10.4.html119 …esktop.org/show_bug.cgi?id=80561">Bug 80561</a> - Incorrect implementation of some VDPAU APIs.</li>
127 …i?id=82255">Bug 82255</a> - [VP2] Chroma planes are vertically stretched during VDPAU playback</li>
193 …g/show_bug.cgi?id=84140">Bug 84140</a> - mplayer crashes playing some files using vdpau output</li>
219 …s.freedesktop.org/show_bug.cgi?id=85267">Bug 85267</a> - vlc crashes with vdpau (Radeon 3850HD) [r…
/external/mesa3d/docs/
Dsourcetree.html146 <li><b>vdpau</b> - VDPAU state tracker

123