radeonsi: document our vendor string situation

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
Marek Olšák
2017-11-25 23:04:31 +01:00
parent eae85b99fc
commit e32d3a648e

View File

@@ -34,6 +34,9 @@
static const char *si_get_vendor(struct pipe_screen *pscreen)
{
/* Don't change this. Games such as Alien Isolation are broken if this
* returns "Advanced Micro Devices, Inc."
*/
return "X.Org";
}