radeonsi: set PNT_SPRITE_ENA = point_quad_rasterization
This is based on how nvc0 translates the state.
This commit is contained in:
@@ -896,7 +896,7 @@ static void *si_create_rs_state(struct pipe_context *ctx,
|
||||
|
||||
si_pm4_set_reg(pm4, R_0286D4_SPI_INTERP_CONTROL_0,
|
||||
S_0286D4_FLAT_SHADE_ENA(1) |
|
||||
S_0286D4_PNT_SPRITE_ENA(1) |
|
||||
S_0286D4_PNT_SPRITE_ENA(state->point_quad_rasterization) |
|
||||
S_0286D4_PNT_SPRITE_OVRD_X(V_0286D4_SPI_PNT_SPRITE_SEL_S) |
|
||||
S_0286D4_PNT_SPRITE_OVRD_Y(V_0286D4_SPI_PNT_SPRITE_SEL_T) |
|
||||
S_0286D4_PNT_SPRITE_OVRD_Z(V_0286D4_SPI_PNT_SPRITE_SEL_0) |
|
||||
|
||||
Reference in New Issue
Block a user