Re: [Mesa-dev] Wrap up of depth 30 patches for nouveau.

2018-05-18 Thread Ilia Mirkin
The prime case is interesting ... esp since it's all completely manufactured. NVIDIA can render to both rbg/bgr orderings, and I suspect other GPUs can too. However for scanout, only one is supported. I don't have any great suggestions for how to resolve this cleanly, but figured I'd point it out.

[Mesa-dev] Wrap up of depth 30 patches for nouveau.

2018-05-18 Thread Mario Kleiner
Hi, this series contains all the remaining patches for depth 30 support on nouveau and possible future driver with xBGR2101010 ordering instead of the xRGB2101010 ordering already supported since Mesa 18.0. These are the ones i obsessively tested with success. First two patches are Daniel's, whic