mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 18:08:40 +02:00
intel: passs correct context type to intel_prepare_render() call
This commit is contained in:
parent
cb099c2ecf
commit
8417528e3a
1 changed files with 1 additions and 1 deletions
|
|
@ -891,7 +891,7 @@ intelMakeCurrent(__DRIcontext * driContextPriv,
|
|||
intel->driDrawable = driDrawPriv;
|
||||
driContextPriv->dri2.draw_stamp = driDrawPriv->dri2.stamp - 1;
|
||||
driContextPriv->dri2.read_stamp = driReadPriv->dri2.stamp - 1;
|
||||
intel_prepare_render(&intel->ctx);
|
||||
intel_prepare_render(intel);
|
||||
}
|
||||
else {
|
||||
_mesa_make_current(NULL, NULL, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue