Module: Mesa Branch: master Commit: 7142a67473b4fc77bdd58baf7cced9bfc54ccb73 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7142a67473b4fc77bdd58baf7cced9bfc54ccb73
Author: Kristian Høgsberg <[email protected]> Date: Thu Apr 21 23:47:36 2011 -0400 WL_bind_wayland_display: clarify that context must be NULL --- docs/WL_bind_wayland_display.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/WL_bind_wayland_display.spec b/docs/WL_bind_wayland_display.spec index b4e6703..e2fde3c 100644 --- a/docs/WL_bind_wayland_display.spec +++ b/docs/WL_bind_wayland_display.spec @@ -82,7 +82,7 @@ Additions to the EGL 1.4 Specification: Import a wl_buffer by calling eglCreateImageKHR with wl_buffer as EGLClientBuffer, EGL_WAYLAND_BUFFER_WL as the target, - and an empty attribute_list. + NULL context and an empty attribute_list. Issues _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
