softpipe: Match pipe_context::render_condition prototype.
To silence compiler warnings. Trivial.
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user