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/nv50 | |
parent | 6924ecac77d1d041420c571de9d31cff1d30aecc (diff) |
nouveau: avoid build failures since 0fc21ecf
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nv50')
-rw-r--r-- | src/gallium/drivers/nouveau/nv50/nv50_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nv50/nv50_context.c b/src/gallium/drivers/nouveau/nv50/nv50_context.c index 11638dd7f14..4949459a803 100644 --- a/src/gallium/drivers/nouveau/nv50/nv50_context.c +++ b/src/gallium/drivers/nouveau/nv50/nv50_context.c @@ -240,7 +240,7 @@ nv50_context_get_sample_position(struct pipe_context *, unsigned, unsigned, float *); struct pipe_context * -nv50_create(struct pipe_screen *pscreen, void *priv, unsigned flags) +nv50_create(struct pipe_screen *pscreen, void *priv, unsigned ctxflags) { struct nv50_screen *screen = nv50_screen(pscreen); struct nv50_context *nv50; |