Check GPU driver version

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Check GPU driver version

2,093件の閲覧回数
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,645件の閲覧回数
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,645件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

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

0 件の賞賛
返信