[Mesa-dev] [Bug 32678] egl_gallium driver doesn't support EGL_KHR_image_pixmap extension
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Dec 27 01:23:48 PST 2010
https://bugs.freedesktop.org/show_bug.cgi?id=32678
--- Comment #1 from Jammy Zhou <jammy.zhou at linaro.org> 2010-12-27 01:23:48 PST ---
ximage_display_get_param() returns FALSE for NATIVE_PARAM_USE_NATIVE_BUFFER:
static int
ximage_display_get_param(struct native_display *ndpy,
enum native_param_type param)
{
int val;
switch (param) {
case NATIVE_PARAM_USE_NATIVE_BUFFER:
/* private buffers are allocated */
val = FALSE;
break;
default:
val = 0;
break;
}
return val;
}
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list