Summary: | gbm_dri_bo_create fails to initialize bo->base.base.format | ||
---|---|---|---|
Product: | Mesa | Reporter: | Daniel van Vugt <daniel.van.vugt> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | 9.0 | ||
Hardware: | Other | ||
OS: | All | ||
See Also: | https://launchpad.net/bugs/1112147 | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
gbm_dri_bo_create: Remember to initialize format
[PATCH] gbm: Remember to init format on gbm_dri_bo_create |
Description
Daniel van Vugt
2013-02-01 05:42:28 UTC
Or even simpler fix... bo->base.base.format = format; Created attachment 74279 [details] [review] gbm_dri_bo_create: Remember to initialize format (In reply to comment #2) > Created attachment 74279 [details] [review] [review] > gbm_dri_bo_create: Remember to initialize format That looks good, but please also fix create_dumb() and attach output of git format-patch -1 so I can git am it. Thanks! Created attachment 74319 [details] [review] [PATCH] gbm: Remember to init format on gbm_dri_bo_create Pushed to master. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.