summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_context.c
diff options
context:
space:
mode:
authorJose Fonseca <[email protected]>2017-06-13 11:52:16 +0100
committerJose Fonseca <[email protected]>2017-06-13 11:53:16 +0100
commitf2d71df0cab76b9881a0d2b2749d61e48bdc9483 (patch)
treea2946508b09bb2594fa5fd0c0b53766ecef8a755 /src/gallium/drivers/softpipe/sp_context.c
parente1d4c966dc7711455c834f7a4101293ae1609d7e (diff)
softpipe: Match pipe_context::render_condition prototype.
To silence compiler warnings. Trivial.
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_context.c')
-rw-r--r--src/gallium/drivers/softpipe/sp_context.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.c b/src/gallium/drivers/softpipe/sp_context.c
index a3ebc00016c..48f87e65619 100644
--- a/src/gallium/drivers/softpipe/sp_context.c
+++ b/src/gallium/drivers/softpipe/sp_context.c
@@ -178,10 +178,10 @@ softpipe_is_resource_referenced( struct pipe_context *pipe,
static void
-softpipe_render_condition( struct pipe_context *pipe,
- struct pipe_query *query,
- boolean condition,
- uint mode )
+softpipe_render_condition(struct pipe_context *pipe,
+ struct pipe_query *query,
+ boolean condition,
+ enum pipe_render_cond_flag mode)
{
struct softpipe_context *softpipe = softpipe_context( pipe );