diff --git a/checkin_notes b/checkin_notes index cbcdb122ec..75876a7ee5 100644 --- a/checkin_notes +++ b/checkin_notes @@ -541,3 +541,9 @@ David 13 Jan 2012 client/ gui_rpc_server_ops.cpp + +David 14 Jan 2012 + - client: identify ATI 97x0 GPUs (from Jord) + + client/ + coproc_detect.cpp diff --git a/client/coproc_detect.cpp b/client/coproc_detect.cpp index 817a104b89..ffde591d26 100644 --- a/client/coproc_detect.cpp +++ b/client/coproc_detect.cpp @@ -1318,6 +1318,9 @@ void COPROC_ATI::get( case 19: gpu_name="AMD Radeon HD 6300 series (Caicos)"; break; + case 20: + gpu_name = "AMD Radeon HD 79x0 series (Tahiti)"; + break; // there arent any other target ids inside the Shadercompiler (YET !!! ) default: gpu_name="ATI unknown";