summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xvmc-r600
Commit message (Collapse)AuthorAgeFilesLines
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
|
* targets/xvmc-r600: Convert to automakeMatt Turner2013-01-103-24/+75
| | | | | | | | v2: Andreas Boll <andreas.boll.dev@gmail.com> - Add missing xvmc state tracker to _LIBADD variable v3: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system
* [PATCH] makefiles: use configured name for -ldrm* where possibleMaarten Lankhorst2012-11-161-1/+1
| | | | | | | | | | | | | For precise lts support I had to do some magic with the library names, which works fine as long as the libraries from pkg-config are used. The parts with src/gallium/targets/va-*/Makefile will not apply on the master branch, but do apply to the 9.0 branch. NOTE: This is a candidate for the 9.0 branch. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com> Acked-by: Matt Turner <mattst88@gmail.com>
* vl: move winsys helper out of winsys directoryChristian König2012-03-281-3/+5
| | | | | | | | | They aren't winsys of their own, just help dealing with them. v2: add some more comments in vl_winsys.h Signed-off-by: Christian König <deathsimple@vodafone.de>
* gallium/xvmc: r300 and r600 now depend on libdrm_radeonAlex Deucher2012-02-111-1/+1
| | | | | | | Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45907 Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
* 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 <thellstrom@vmware.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-041-1/+1
| | | | | | | Us poor souls who cross compile mesa want to be able to specify which pkg-config to pick, or at least just change one place. Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
* r600g: move all files from winsys/r600 into drivers/r600Marek Olšák2011-09-301-1/+0
| | | | | | Be sure to reconfigure after this commit. Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
* r600g: first step into winsys/radeonMarek Olšák2011-08-162-3/+4
| | | | Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
* g3dvl: link r300 and r600 targets width libdrm instead of libdrm_radeonChristian König2011-07-151-1/+1
|
* [g3dvl] move mpeg12 context out of softpipeChristian König2011-03-171-1/+0
|
* vl: creating cleaner way of naming librariesThomas Balling Sørensen2010-10-261-1/+1
|
* First xvmc-r600 implementationChristian König2010-10-232-0/+47