mesa: additional case in file_string()
This commit is contained in:
committed by
Alan Hourihane
parent
d33b0f1a8d
commit
efd1208424
@@ -71,6 +71,8 @@ file_string(enum register_file f, gl_prog_print_mode mode)
|
||||
return "ADDR";
|
||||
case PROGRAM_SAMPLER:
|
||||
return "SAMPLER";
|
||||
case PROGRAM_UNDEFINED:
|
||||
return "UNDEFINED";
|
||||
default:
|
||||
return "Unknown program file!";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user