diff options
author | Kristian Høgsberg <[email protected]> | 2010-11-29 21:04:43 -0500 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-11-30 21:14:50 -0500 |
commit | 7db49853f07dc62d76c7f00ab19b672e16604260 (patch) | |
tree | 8ae279e784158099eb73db0082ec1fe7b642d356 /docs | |
parent | efc82aef35a2aac5d2ed9774f6d28f2626796416 (diff) |
docs: Fix MESA_drm_image typo
Diffstat (limited to 'docs')
-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 118501c3d3e..c9853a7fd0f 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 |