mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-29 22:48:12 +02:00
i965g: fix compiler warning
This commit is contained in:
parent
47cbbb7253
commit
2475e5db67
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue