diff options
author | Ilia Mirkin <[email protected]> | 2015-08-26 14:04:03 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-08-26 14:04:41 -0400 |
commit | c4cbaca327174135e28353c3438241b08bf96755 (patch) | |
tree | 2f460b29cf0fbea6298e2980fb236eeb2a17112c /src/gallium/drivers/nouveau/nv30 | |
parent | 6924ecac77d1d041420c571de9d31cff1d30aecc (diff) |
nouveau: avoid build failures since 0fc21ecf
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nv30')
-rw-r--r-- | src/gallium/drivers/nouveau/nv30/nv30_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nv30/nv30_context.c b/src/gallium/drivers/nouveau/nv30/nv30_context.c index 46590eecdf3..a36fd57fae7 100644 --- a/src/gallium/drivers/nouveau/nv30/nv30_context.c +++ b/src/gallium/drivers/nouveau/nv30/nv30_context.c @@ -190,7 +190,7 @@ nv30_context_destroy(struct pipe_context *pipe) } while(0) struct pipe_context * -nv30_context_create(struct pipe_screen *pscreen, void *priv, unsigned flags) +nv30_context_create(struct pipe_screen *pscreen, void *priv, unsigned ctxflags) { struct nv30_screen *screen = nv30_screen(pscreen); struct nv30_context *nv30 = CALLOC_STRUCT(nv30_context); |