Jason Ekstrand
8c819b8c2b
genxml/gen75: Add the clear color bits to RENDER_SURFACE_STATE
2016-03-10 10:41:52 -08:00
Jason Ekstrand
e941fd8470
genxml: Make the border color pointer consistent across gens
2016-03-01 14:43:05 -08:00
Jason Ekstrand
3f8df795c1
genxml: Break output detail of 3DSTATE_SBE on gen7 into a struct
...
This makes it work like 3DSTATE_SBE_SWIZ on gen8+ which is much more
convenient.
2016-02-29 16:47:42 -08:00
Jason Ekstrand
82d2db80bb
genxml: Add MOCS fields to RENDER_SURFACE_STATE
...
This allows us to set MOCS as a single uint32_t on all platforms.
2016-02-27 10:26:13 -08:00
Jason Ekstrand
452782f68b
gen/genX_pack: Add genxml to the pack header path
...
If you have an out-of-tree build, gen8_pack.h and friends will not be in
the same folder as genX_pack.h so this will be a problem. We fixed
out-of-tree earlier by adding the genxml folder to the includes for the
vulkan driver. However, this is not a good long-term solution because we
want to use it in ISL as well.
2016-02-27 10:26:13 -08:00
Jason Ekstrand
64e1c84059
intel/genxml: Update macro documentation
2016-02-22 21:20:04 -08:00
Kristian Høgsberg Kristensen
f843aabdd4
intel/genxml: Add README
...
I've had people ask about the design of the pack functions, for example,
why aren't we using bitfields. I wrote up a bit of background on why and
how we ended up with the current design and we might as well keep that
with the code.
2016-02-22 09:14:25 -08:00
Jason Ekstrand
853fc3e431
genxml: Add mote includes in the generated headers
2016-02-20 09:33:20 -08:00
Jason Ekstrand
1f1cf6fcb0
anv: Get rid of GENX_FUNC
...
It was a bad idea.
2016-02-20 09:12:38 -08:00
Jason Ekstrand
0d76aa9485
intel/genxml: Add a couple of helper headers
2016-02-20 08:35:36 -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