diff options
author | Jose Fonseca <[email protected]> | 2017-06-13 11:52:16 +0100 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2017-06-13 11:53:16 +0100 |
commit | f2d71df0cab76b9881a0d2b2749d61e48bdc9483 (patch) | |
tree | a2946508b09bb2594fa5fd0c0b53766ecef8a755 /src/gallium/drivers/softpipe/sp_context.h | |
parent | e1d4c966dc7711455c834f7a4101293ae1609d7e (diff) |
softpipe: Match pipe_context::render_condition prototype.
To silence compiler warnings. Trivial.
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_context.h')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.h b/src/gallium/drivers/softpipe/sp_context.h index 7ce4dc3560d..80aa978ddf2 100644 --- a/src/gallium/drivers/softpipe/sp_context.h +++ b/src/gallium/drivers/softpipe/sp_context.h @@ -152,7 +152,7 @@ struct softpipe_context { /** Conditional query object and mode */ struct pipe_query *render_cond_query; - uint render_cond_mode; + enum pipe_render_cond_flag render_cond_mode; boolean render_cond_cond; /** Polygon stipple items */ |