Build mesa 1366 failed
Commit 89bb4be91e by Kristian Høgsberg Kristensen on 5/25/2016 4:30 PM:
i965: Fix shadowing of 'height' parameter\n\nThe nested declaration of 'height' shadows a parameter and uses\nuninitialized memory. Fix by renaming to 'plane_height' which also makes\nthe code clearer.\n\nThis would typically break the bo size computation, but we don't use\nthat except when mmaping, and we don't mmap YUV buffers much.\n\nSigned-off-by: Kristian Høgsberg Kristensen <[email protected]>\nReported-by: Mathias Fröhlich <[email protected]>\nReviewed-by: Ian Romanick <[email protected]>
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
