i965g: fix compiler warning
This commit is contained in:
@@ -343,7 +343,7 @@ const struct brw_tracked_state brw_polygon_stipple = {
|
||||
|
||||
static int upload_line_stipple(struct brw_context *brw)
|
||||
{
|
||||
struct brw_line_stipple *bls = &brw->curr.rast->bls;
|
||||
const struct brw_line_stipple *bls = &brw->curr.rast->bls;
|
||||
BRW_CACHED_BATCH_STRUCT(brw, bls);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user