iris: Set XY Clipping correctly.
I was setting it based off a pipe_rasterizer_state field that appears to be entirely dead outside of the draw module respecting it. I should be setting it when the primitive type reaching the SF is neither points nor lines. This is, unfortunately, rather dirty, as we have to look at the rasterizer state, the geometry shader state, the tessellation evaluation shader state, and the primitive type...
Showing
- src/gallium/drivers/iris/iris_context.h 4 additions, 0 deletionssrc/gallium/drivers/iris/iris_context.h
- src/gallium/drivers/iris/iris_draw.c 21 additions, 0 deletionssrc/gallium/drivers/iris/iris_draw.c
- src/gallium/drivers/iris/iris_program.c 27 additions, 1 deletionsrc/gallium/drivers/iris/iris_program.c
- src/gallium/drivers/iris/iris_state.c 15 additions, 1 deletionsrc/gallium/drivers/iris/iris_state.c
Loading
Please register or sign in to comment