mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
st/clover: Change platform name from Default to Clover
Signed-off-by: Aaron Watry <awatry at gmail.com> Reviewed-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
parent
e7f2f2dea5
commit
2a553e4dc9
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ clover::GetPlatformInfo(cl_platform_id d_platform, cl_platform_info param,
|
|||
break;
|
||||
|
||||
case CL_PLATFORM_NAME:
|
||||
buf.as_string() = "Default";
|
||||
buf.as_string() = "Clover";
|
||||
break;
|
||||
|
||||
case CL_PLATFORM_VENDOR:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue