summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri-nouveau/target.c
Commit message (Collapse)AuthorAgeFilesLines
* targets/dri-nouveau: Convert to static/shared pipe-driversEmil Velikov2014-07-021-36/+0
| | | | | | | | | | | | | | | Similiar to other targets, we'd like to convert all the separate targets into a single one, thus we'll minimize the duplication and overall size of mesa. The conversion per API basis, with the drivers available either statically or shared. Currently the former is the default. v2: Correctly append the version script to the linker flags. Signed-off-by: Emil Velikov <[email protected]> Tested-by: Rob Clark <[email protected]> Tested-by: Thomas Helland <thomashelland90 at gmail.com> Acked-by: Tom Stellard <[email protected]>
* nouveau: Support DRI Image 7 extensionMaarten Lankhorst2013-12-101-1/+17
| | | | | | Reviewed-by: Thomas Hellstrom <[email protected]> Signed-off-by: Christopher James Halse Rogers <[email protected]> Signed-off-by: Maarten Lankhorst <[email protected]>
* drm_driver: Add a configuration function to the driver descriptor.Thomas Hellstrom2011-10-141-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]>
* gallium: Use debugging helper in all drm targetsJakob Bornecrantz2010-06-241-0/+3
|
* nouveau: Move bootstrap code to targetsJakob Bornecrantz2010-06-231-2/+15
| | | | | Well sorta, at least I removed the drm_api dependancy and the target can layer anything it wants to now.
* gallium: Make all drm drivers use the new drm compat helperJakob Bornecrantz2010-06-061-0/+4