gpu virtio_Virtio GPU

For containers in virtualized environments, they are working on accelerated OpenGL ES 2.0 support with that being the lowest common denominator for many mobile platforms. This virtual GPU access they are pursuing is making use of Red Hat’s work on Virgil3D as the Gallium3D-based solution for graphics pass-through to the host. Then for the kernel bits are VirtIO-GPU and on the host is the Virgl Renderer with QEMU.

OpenGL

OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry

EGL

EGL是图形渲染API(如OpenGL ES)与本地平台窗口系统的一层接口,保证了OpenGL ES的平台独立性。EGL提供了若干功能:创建rendering surface、创建graphics context、同步应用程序和本地平台渲染API、提供对显示设备的访问、提供对渲染配置的管理等。

egl是一个管理者的功能。包括管理所有的display , context, surface,config。可能有很多的display ,每个display有很多的configs,这个display上可以创建很多的context和surface

GLX

GLX是OpenGL Extension to the X Window System的缩写。它作为x的扩展,是x协议和X server的一部分,已经包含在X server的代码中了。GLX提供了X window system使用的OpenGL接口,允许通过x调用OpenGL库。OpenGL 在使用时,需要与一个实际的窗口系统关联起来。

GLX、EGL与OpenGL ES之间的关系??一般EGL和OpenGL ES使用时都会先利用egl函数(egl开头)创建opengl本地环境,然后再利用opengl函数(gl开头)去画图。

EGL代替的是原先WGL/GLX那套context管理,跟图形API用的什么没关系1EGLBoolean eglBindAPI( EGLenum api);Parameters api:

Specifies the client API to bind, one of EGL_OPENGL_API, EGL_OPENGL_ES_API, or EGL_OPENVG_API.

mesa

Gallium

DRI

VirgilVirgil is an effort to provide 3D acceleration using Gallium3D for QEMU+KVM virtual machine guests.

virgl_protocol

It is composed of several components:a MESA driver, on the guest, which generates Virgl commands

a lib, on the host, which takes virgl commands and generated OpenGL calls from it.

GPU Driver

DRMhe DRM core includes two memory managers, namely Translation Table Maps (TTM) and Graphics Execution Manager (GEM).

piglit

GLSLOpenGL着色语言(OpenGL Shading Language)是用来在OpenGL中着色编程的语言,也即开发人员写的短小的自定义程序,他们是在图形卡的GPU (Graphic Processor Unit图形处理单元)上执行的,代替了固定的渲染管线的一部分,使渲染管线中不同层次具有可编程性。

X.org

2018年X.Org开发者大会相关文档和视频(网络原因视频看不了)

graphics pipeline

参考

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值