st/mesa: print TCS/TES/GS/CS TGSI in the right place & keep disk cache enabled
authorMarek Olšák <marek.olsak@amd.com>
Sat, 9 Nov 2019 00:35:02 +0000 (19:35 -0500)
committerMarek Olšák <marek.olsak@amd.com>
Tue, 12 Nov 2019 00:45:08 +0000 (19:45 -0500)
commit265abc54f828750ffde075d6faf71541ca58ad42
tree0bafa8a640ce9d4f7fd72ee144fe496e9f5d1eae
parent98e27e5e28947ceda95611dc98834f512376296c
st/mesa: print TCS/TES/GS/CS TGSI in the right place & keep disk cache enabled

The old place only printed on a disk cache miss, which is why the disk
cache was disabled.

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/mesa/state_tracker/st_context.c
src/mesa/state_tracker/st_program.c