Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | targets/xvmc-nouveau: convert to static/shared pipe-drivers | Emil Velikov | 2014-06-22 | 1 | -18/+0 |
| | | | | | | | | | | | | | Similar to vdpau targets, we're going to convert the individual target libraries into a single one. The library can be built with the relevant pipe-drivers statically linked in, or loaded as shared modules. Currently we default to static. Cc: Ilia Mirkin <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Tested-by: Thomas Helland <thomashelland90 at gmail.com> | ||||
* | drm_driver: Add a configuration function to the driver descriptor. | Thomas Hellstrom | 2011-10-14 | 1 | -1/+1 |
| | | | | | | | | Adds a possibility for the state tracker manager to query the target for a specific configuration. Signed-off-by: Thomas Hellstrom <[email protected]> Reviewed-by: Jakob Bornecrantz <[email protected]> | ||||
* | xvmc-nouveau: Resolve build | Emil Velikov | 2011-07-16 | 1 | -0/+18 |
The following resolves the build issues and missing symbols Add "xvmc-nouveau/target.c" - missing symbol "driver_description" Add "drivers/nvc0/libnvc0.a" - missing symbol "nvc0_screen_create" Remove "drivers/softpipe/libsoftpipe.a" - unnessecary dependency resolves build (when building without swrast) Add "drivers/trace/libtrace.a" in Makefile Note: With/without those patches xvmc-nouveau still segfaults Signed-off-by: Emil Velikov <[email protected]> |