Age | Commit message (Collapse) | Author |
|
native_display_buffer is just a wrapper to resource_{from,get}_handle
for drm backend.
|
|
They are deprecated by native_surface::present and there is no user of
them.
|
|
The callback presents the given attachment to the native engine. It
allows the swap behavior and interval to be controlled. It will replace
native_surface::flush_frontbuffer and native_surface::swap_buffers
shortly.
|
|
Define the unit to match _EGLMode's.
|
|
s/kms/drm/, s/kdpy/drmdpy/, and so forth.
|
|
The main use of the backend is to support EGL_MESA_drm_display. drm
should be a better name.
|