Mir

Comment 1 for bug 1417581

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: [regression] USC - mouse cursor on AMD graphics is drawing incorrectly

GBM is giving us a stride of 256:
    size_t buffer_stride = gbm_bo_get_stride(buffer); // in bytes

But actually it only renders correctly if we double this (real stride is 512?).