https://bugs.freedesktop.org/show_bug.cgi?id=32678

--- Comment #1 from Jammy Zhou <jammy.z...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to