mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 01:18:06 +02:00
r300g: fix a compile error on non-debug builds
This commit is contained in:
parent
57c3f70018
commit
ce7a70b8b4
1 changed files with 1 additions and 1 deletions
|
|
@ -1025,7 +1025,7 @@ static void* r300_create_rs_state(struct pipe_context* pipe,
|
|||
OUT_CB(line_control);
|
||||
OUT_CB_REG_SEQ(R300_SU_POLY_OFFSET_ENABLE, 2);
|
||||
OUT_CB(polygon_offset_enable);
|
||||
rs->cull_mode_index = 25 - cs_count;
|
||||
rs->cull_mode_index = 9;
|
||||
OUT_CB(cull_mode);
|
||||
OUT_CB_REG(R300_GA_LINE_STIPPLE_CONFIG, line_stipple_config);
|
||||
OUT_CB_REG(R300_GA_LINE_STIPPLE_VALUE, line_stipple_value);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue