| Summary: | [KMS/DRM] Wrong GBM format | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Romain Tisserand <romain.tisserand> |
| Component: | video | Assignee: | Brandon Schaefer <brandontschaefer> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
Romain Tisserand
2017-09-01 09:58:10 UTC
Brandon, can you look at this and push a patch if appropriate? Thanks! Yup! Was looking into it, but seems most usages of gbm_surface_create I see end up using GBM_BO_FORMAT_XRGB8888. Though Ive only ever tested things out on mesa :) If the mesa driver seems to handle both I dont see an issue pushing that change. Ill test on the devices I have (raspi3/x86) to double check and Ill chase down if its possibly a driver bug in libmali not supporting that enum the same way mesa does. Thanks again for testing this backend out! Fixed, thanks! https://hg.libsdl.org/SDL/rev/11413fa29401 Awesome, and tested on raspi3 and intel amd64 working. Thanks again! |