diff options
author | Patrick Rudolph <[email protected]> | 2015-05-25 10:36:21 +0200 |
---|---|---|
committer | Axel Davy <[email protected]> | 2015-08-21 22:21:45 +0200 |
commit | cb2d680232d64d614db93e2d011bb446e863e384 (patch) | |
tree | ff73aa822d25ec89b74ad21e64968853615fa498 /src/gallium/targets/d3dadapter9/Makefile.am | |
parent | 56717c0b069a20b0c4438ac1dc9280cd9026b36f (diff) |
target/d3dadapter9: Return Windows like card names
Add support for multiple cards and fill in Win
like card name, driver name and version info.
Use fallback for unknown vendors and unknown card names.
Reviewed-by: Axel Davy <[email protected]>
Signed-off-by: Patrick Rudolph <[email protected]>
Diffstat (limited to 'src/gallium/targets/d3dadapter9/Makefile.am')
-rw-r--r-- | src/gallium/targets/d3dadapter9/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/d3dadapter9/Makefile.am b/src/gallium/targets/d3dadapter9/Makefile.am index fe5b0b11679..e26ca33a521 100644 --- a/src/gallium/targets/d3dadapter9/Makefile.am +++ b/src/gallium/targets/d3dadapter9/Makefile.am @@ -54,6 +54,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = d3d.pc d3dadapter9_la_SOURCES = \ + description.c \ getproc.c \ drm.c |