This bug was fixed in the package mesa - 9.1.1-0ubuntu2

---------------
mesa (9.1.1-0ubuntu2) raring; urgency=low

  * control, rules: Add llvm-3.2-dev to build-depends for powerpc, enable
    gallium llvm and shared libs (FTBFS).
 -- Timo Aaltonen <[email protected]>   Wed, 17 Apr 2013 01:42:38 -0600

** Changed in: mesa (Ubuntu Raring)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1112147

Title:
  gbm_dri_bo_create fails to initialize bo->base.base.format

Status in Mesa:
  Fix Released
Status in “mesa” package in Ubuntu:
  Fix Released
Status in “mesa” source package in Quantal:
  In Progress
Status in “mesa” source package in Raring:
  Fix Released

Bug description:
  Calling gbm_bo_create() with format == GBM_BO_FORMAT_ARGB8888
  completes successfully. However reading back the format via
  gbm_bo_get_format() returns GBM_BO_FORMAT_XRGB8888.

  The problem seems to be that the bo internal structure is initialized
  to zero by calloc, but the format field is never set by
  gbm_dri_bo_create, so it stays zero (GBM_BO_FORMAT_XRGB8888) even when
  the real image format is something different.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1112147/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to