mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 12:50:12 +01:00
Previously we'd print things like:
0xfffbb568: 0x00010000 : Dword 1
ReadLength: 0
ReadLength: 1
0xfffbb568: 0x00000001 : Dword 1
ReadLength: 1
ReadLength: 0
instead of the more obvious:
0xfffbb568: 0x00010000 : Dword 1
ReadLength[0]: 0
ReadLength[1]: 1
0xfffbb568: 0x00000001 : Dword 1
ReadLength[2]: 1
ReadLength[3]: 0
(Yes, the ralloc context here is bogus - the decoder leaks just about
everything. We need to use proper ralloc contexts someday...)
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
|
||
|---|---|---|
| .. | ||
| gen_debug.c | ||
| gen_debug.h | ||
| gen_decoder.c | ||
| gen_decoder.h | ||
| gen_device_info.c | ||
| gen_device_info.h | ||
| gen_l3_config.c | ||
| gen_l3_config.h | ||
| gen_sample_positions.h | ||
| gen_urb_config.c | ||