Skip to content

mesa: Remove _mesa_destroy_context()

Rob Clark requested to merge robclark/mesa:moar-alignment into master

There was only one caller, an error path in mesa/st. But this is now incorrect as we need align_free(). Just remove it.

Fixes: 55e853d8 ("mesa/st: Allocate the gl_context with 16-byte alignment.") Signed-off-by: Rob Clark robdclark@chromium.org

Merge request reports