mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
iris: no more drawing rectangle in blorp
there's some bug here as Jason's patches for only emitting 3DS_DR once got reverted by Mark later on, apparently they regressed MSAA tests. need to sort that out.
This commit is contained in:
parent
0e3870b9de
commit
a4a426008b
1 changed files with 1 additions and 5 deletions
|
|
@ -279,11 +279,7 @@ iris_blorp_exec(struct blorp_batch *blorp_batch,
|
|||
// XXX: PMA - gen8_write_pma_stall_bits(ice, 0);
|
||||
#endif
|
||||
|
||||
// XXX: knock this off...land Jason's i965 patches...
|
||||
blorp_emit(blorp_batch, GENX(3DSTATE_DRAWING_RECTANGLE), rect) {
|
||||
rect.ClippedDrawingRectangleXMax = MAX2(params->x1, params->x0) - 1;
|
||||
rect.ClippedDrawingRectangleYMax = MAX2(params->y1, params->y0) - 1;
|
||||
}
|
||||
// XXX: TODO...drawing rectangle...unrevert Jason's patches on master
|
||||
|
||||
blorp_exec(blorp_batch, params);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue