diff options
Diffstat (limited to 'docs/MESA_drm_image.spec')
-rw-r--r-- | docs/MESA_drm_image.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MESA_drm_image.spec b/docs/MESA_drm_image.spec index 118501c3d3..c9853a7fd0 100644 --- a/docs/MESA_drm_image.spec +++ b/docs/MESA_drm_image.spec @@ -83,7 +83,7 @@ Additions to the EGL 1.4 Specification: EGLImageKHR eglCreateDRMImageMESA(EGLDisplay dpy, const EGLint *attrib_list); - In the attribute list, pass EGL_WIDTH, EGL_EIGHT and format and + In the attribute list, pass EGL_WIDTH, EGL_HEIGHT and format and use in the attrib list using EGL_DRM_BUFFER_FORMAT_MESA and EGL_DRM_BUFFER_USE_MESA. The only format specified by this extension is EGL_DRM_BUFFER_FORMAT_ARGB32_MESA, where each pixel |