Matt Turner
1385018a72
genxml: Use llroundf() and store to appropriate type.
...
Both functions return uint64_t, so I expect the masking/shifting should
be done on 64-bit types.
Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
2016-05-16 11:06:15 -07:00
Jonathan Gray
147a2d25ad
genxml: use PYTHON3
...
Allows the build to work when the python3 binary is not "python3".
v2: remove x bit from the script at Emil's suggestion
Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2016-04-23 16:45:05 -07:00
Jordan Justen
b332013a56
genxml: Add register support
...
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
2016-03-24 23:46:59 -07:00
Jason Ekstrand
853fc3e431
genxml: Add mote includes in the generated headers
2016-02-20 09:33:20 -08:00
Jason Ekstrand
2b85807458
genxml: Stop using unicode in the pack generator
...
This causes python problems and problems when people don't have a locale
set properly in their shell.
2016-02-19 08:05:35 -08:00
Dave Airlie
1375cb3c27
anv: fix warning about unused width variable.
...
We don't use width outside the debug clause here.
2016-02-19 08:01:54 -08:00
Jason Ekstrand
f6d9587688
vulkan: Move XML and generator into src/intel/genxml
2016-02-18 10:30:29 -08:00