Fix T54400: Some GCN 1 cards available to select for use with Cycles
Hainan was missing from the list of GCN 1 cards.
This commit is contained in:
@@ -633,7 +633,7 @@ bool OpenCLInfo::device_supported(const string& platform_name,
|
|||||||
}
|
}
|
||||||
const char *blacklist[] = {
|
const char *blacklist[] = {
|
||||||
/* GCN 1 */
|
/* GCN 1 */
|
||||||
"Tahiti", "Pitcairn", "Capeverde", "Oland",
|
"Tahiti", "Pitcairn", "Capeverde", "Oland", "Hainan",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
for(int i = 0; blacklist[i] != NULL; i++) {
|
for(int i = 0; blacklist[i] != NULL; i++) {
|
||||||
|
Reference in New Issue
Block a user