Go to file
Stephan Kulow a7e0da1672 Accepting request 126177 from X11:Drivers:Video
- back to building the HTML documentation (instead of prebuilding
  and then extracting it during the build), but this time without
  requiring texlive, since pdftex apparently isn't used for this
  purpose anyway (libvdpau-nopdftex.patch)

- do not build the documentation but package a prebuilt tar of it
  to avoid huge build cycle

OBS-URL: https://build.opensuse.org/request/show/126177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvdpau?expand=0&rev=18
2012-06-26 15:46:22 +00:00
.gitattributes Accepting request 38474 from X11:Drivers:Video 2010-04-22 11:01:14 +00:00
.gitignore Accepting request 38474 from X11:Drivers:Video 2010-04-22 11:01:14 +00:00
baselibs.conf Accepting request 48767 from X11:Drivers:Video 2010-09-22 08:59:07 +00:00
libvdpau-0.4.1.tar.gz Accepting request 47519 from X11:Drivers:Video 2010-09-13 10:21:01 +00:00
libvdpau-nopdftex.patch Accepting request 126177 from X11:Drivers:Video 2012-06-26 15:46:22 +00:00
libvdpau-rpmlintrc Accepting request 41756 from X11:Drivers:Video 2010-06-21 17:28:07 +00:00
libvdpau.changes Accepting request 126177 from X11:Drivers:Video 2012-06-26 15:46:22 +00:00
libvdpau.spec Accepting request 126177 from X11:Drivers:Video 2012-06-26 15:46:22 +00:00
README Accepting request 38689 from X11:Drivers:Video 2010-04-25 16:51:19 +00:00
vdpauinfo-0.0.6.tar.gz Accepting request 38641 from home:sndirsch:branches:openSUSE:Factory 2010-04-24 09:39:01 +00:00
vdpauinfo-missing-lX11.diff Accepting request 80092 from X11:Drivers:Video 2011-08-31 08:52:01 +00:00

DEBUGGING AND TRACING

The VDPAU wrapper library supports tracing VDPAU function calls, and their
parameters. This tracing is controlled by the following environment variables:

VDPAU_TRACE

    Enables tracing. Set to 1 to trace function calls. Set to 2 to trace all
    arguments passed to the function.

VDPAU_TRACE_FILE

    Filename to write traces to. By default, traces are sent to stderr. This
    variable may either contain a plain filename, or a reference to an
    existing open file-descriptor in the format "&N" where N is the file
    descriptor number.


The VDPAU wrapper library is responsible for determining which vendor-specific
driver to load for a given X11 display/screen. At present, it hard-codes
"nvidia" as the driver. The environment variable VDPAU_DRIVER may be set to
override this default. The actual library loaded will be
libvdpau_${VDPAU_DRIVER}.so. Setting VDPAU_DRIVER to "trace" is not advised.