mesa/src/gallium/drivers/lima
Erico Nunes 71fb721ca5 lima/ppir: use ra_get_best_spill_node to select spill node
ra_get_best_spill_node is what other users of the mesa register
allocator use.
Switching to it now also fixes an infinite loop issue with ppir regalloc
with the ppir control flow patchset, and also provides a small gain over
the previous herusitic on number of spilled nodes testing with
shader-db.

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
2019-08-20 21:16:02 +00:00
..
ir lima/ppir: use ra_get_best_spill_node to select spill node 2019-08-20 21:16:02 +00:00
standalone lima: fix compilation of standalone compiler 2019-08-15 16:59:51 -07:00
Android.mk lima: Fix Android.mk 2019-08-08 17:47:22 +00: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: add support for debug callback 2019-08-06 15:43:26 +02:00
lima_draw.c lima: introduce a struct describing texture descriptor 2019-08-08 19:17:20 -07:00
lima_fence.c gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
lima_fence.h
lima_program.c lima/ppir: move sin/cos input scaling into NIR 2019-08-06 17:49:22 +00: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: add texel format table 2019-08-08 19:17:20 -07:00
lima_screen.h lima: add summary report for shader-db 2019-08-06 15:43:31 +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: actually wait for bo in lima_bo_wait 2019-08-16 16:31:29 +02:00
lima_submit.h
lima_texture.c lima: introduce a struct describing texture descriptor 2019-08-08 19:17:20 -07:00
lima_texture.h lima: introduce a struct describing texture descriptor 2019-08-08 19:17:20 -07:00
lima_util.c
lima_util.h
meson.build lima/ppir: move sin/cos input scaling into NIR 2019-08-06 17:49:22 +00:00