mesa/src/intel/common
Kenneth Graunke 12303bd390 genxml: Fix decoder to print the array element on field members.
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>
2017-06-01 11:49:46 -07:00
..
gen_debug.c i965: Drop INTEL_DEBUG=stats. 2017-05-10 11:37:19 -07:00
gen_debug.h i965: Drop INTEL_DEBUG=stats. 2017-05-10 11:37:19 -07:00
gen_decoder.c genxml: Fix decoder to print the array element on field members. 2017-06-01 11:49:46 -07:00
gen_decoder.h intel/aubinator: Correctly read variable length structs. 2017-04-24 15:13:51 -07:00
gen_device_info.c i965: Allow a per gen timebase scale factor 2017-03-17 15:45:19 +00:00
gen_device_info.h i965: Allow a per gen timebase scale factor 2017-03-17 15:45:19 +00:00
gen_l3_config.c i965/l3: Add explicit way size calculation for bxt 2016-10-05 07:57:58 -07:00
gen_l3_config.h intel: Share URB configuration code between GL and Vulkan. 2016-11-19 11:40:01 -08:00
gen_sample_positions.h intel/common: use correct header guards 2016-10-14 11:53:37 +01:00
gen_urb_config.c i965: Fix a mistake from porting the URB allocation code to arrays. 2016-11-23 16:57:29 -08:00