Check GPU driver version

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Check GPU driver version

2,088 次查看
erikraynolds
Contributor IV

I'd like to check the GPU driver version for my Yocto build and as well what APIs are supported by driver e.g.

OpenGL ES3.2 / OpenGL ES3.1 / OpenGL ES3.0 / OpenGL ES2.0

OpenGL ES1.1

OpenCL 1.2 Full Profile

Is there a way to check it? 

Is it possible to re-install driver for a newer version? 

标签 (1)
标记 (1)
0 项奖励
回复
2 回复数

1,640 次查看
claymontgomery
Contributor IV

The best way to get this information is to call:

    glGetString(GL_VERSION);

Which will report something like this (Fido-Krogoth 3.14):
    
    OpenGL ES 3.0 V5.0.11.p4.25762
    
Also, the kernel boot messages report this during boot:

    Galcore version 5.0.11.25762

OpenGL ES 1.1 and OpenCL are different libraries. The release notes detail the API spec versions targeted.

Regards, Clay

1,640 次查看
joanxie
NXP TechSupport
NXP TechSupport

could you tell me what bps verseion you use? android or linux ?

0 项奖励
回复