mesa/src/gallium/drivers/lima
Icenowy Zheng d61b67b41d lima: reset scissor state if scissor test is disabled
The PLBU seems to preserve scissor state between draws, and since lima doesn't
emit PLBU_CMD_SCISSORS() if scissor test is disabled, it uses state from previous draw.

Fix it by emitting PLBU_CMD_SCISSORS() for full fb if scissor test is disabled.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
Reviewed-by: Qiang Yu <yuq825@gmail.com>
2019-09-17 04:13:24 +00:00
..
ir lima/ppir: Add undef handling 2019-09-13 19:41:32 +00:00
standalone lima: add standalone disassembler with primitive MBS parser 2019-09-16 09:29:55 -07:00
Android.mk lima: move format handling to unified place 2019-08-25 11:52:29 +08:00
lima_bo.c lima: actually wait for bo in lima_bo_wait 2019-08-16 16:31:29 +02:00
lima_bo.h
lima_context.c lima: add support for debug callback 2019-08-06 15:43:26 +02:00
lima_context.h lima: fix ppir spill stack allocation 2019-08-25 20:08:59 +02:00
lima_draw.c lima: reset scissor state if scissor test is disabled 2019-09-17 04:13:24 +00:00
lima_fence.c gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
lima_fence.h
lima_format.c lima: move format handling to unified place 2019-08-25 11:52:29 +08:00
lima_format.h lima: move format handling to unified place 2019-08-25 11:52:29 +08:00
lima_program.c lima: run opt_algebraic between int_to_float and boot_to_float for vs 2019-09-09 10:25:30 -07:00
lima_program.h lima: Reintroduce the standalone compiler 2019-07-18 14:33:23 +02:00
lima_query.c gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
lima_resource.c gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
lima_resource.h
lima_screen.c lima: move format handling to unified place 2019-08-25 11:52:29 +08:00
lima_screen.h lima: fix ppir spill stack allocation 2019-08-25 20:08:59 +02:00
lima_state.c gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
lima_submit.c lima: set .out_sync field of req in lima_submit_start() 2019-09-10 21:49:53 -07:00
lima_submit.h
lima_texture.c lima: fix texture descriptor issues 2019-08-28 00:28:38 +00:00
lima_texture.h lima: fix texture descriptor issues 2019-08-28 00:28:38 +00:00
lima_util.c
lima_util.h
meson.build lima: add standalone disassembler with primitive MBS parser 2019-09-16 09:29:55 -07:00