mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 11:40:31 +01:00
st/python: fix build error after gallium-screen-context merge
This commit is contained in:
parent
804a6d6a68
commit
260ec80f11
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ st_context_create(struct st_device *st_dev)
|
|||
|
||||
st_device_reference(&st_ctx->st_dev, st_dev);
|
||||
|
||||
st_ctx->pipe = st_dev->screen->create_context(st_dev->screen, NULL);
|
||||
st_ctx->pipe = st_dev->screen->context_create(st_dev->screen, NULL);
|
||||
if(!st_ctx->pipe) {
|
||||
st_context_destroy(st_ctx);
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue