Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | genxml: Make the border color pointer consistent across gens | Jason Ekstrand | 2016-03-01 | 2 | -2/+2 |
| | |||||
* | genxml: Break output detail of 3DSTATE_SBE on gen7 into a struct | Jason Ekstrand | 2016-02-29 | 2 | -70/+46 |
| | | | | | This makes it work like 3DSTATE_SBE_SWIZ on gen8+ which is much more convenient. | ||||
* | genxml: Add MOCS fields to RENDER_SURFACE_STATE | Jason Ekstrand | 2016-02-27 | 4 | -0/+4 |
| | | | | This allows us to set MOCS as a single uint32_t on all platforms. | ||||
* | gen/genX_pack: Add genxml to the pack header path | Jason Ekstrand | 2016-02-27 | 1 | -4/+4 |
| | | | | | | | | 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. | ||||
* | intel/genxml: Update macro documentation | Jason Ekstrand | 2016-02-22 | 1 | -2/+2 |
| | |||||
* | intel/genxml: Add README | Kristian Høgsberg Kristensen | 2016-02-22 | 1 | -0/+60 |
| | | | | | | | 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. | ||||
* | genxml: Add mote includes in the generated headers | Jason Ekstrand | 2016-02-20 | 1 | -0/+3 |
| | |||||
* | anv: Get rid of GENX_FUNC | Jason Ekstrand | 2016-02-20 | 1 | -58/+0 |
| | | | | It was a bad idea. | ||||
* | intel/genxml: Add a couple of helper headers | Jason Ekstrand | 2016-02-20 | 2 | -0/+188 |
| | |||||
* | genxml: Stop using unicode in the pack generator | Jason Ekstrand | 2016-02-19 | 1 | -1/+1 |
| | | | | | This causes python problems and problems when people don't have a locale set properly in their shell. | ||||
* | anv: fix warning about unused width variable. | Dave Airlie | 2016-02-19 | 1 | -2/+1 |
| | | | | We don't use width outside the debug clause here. | ||||
* | vulkan: Move XML and generator into src/intel/genxml | Jason Ekstrand | 2016-02-18 | 7 | -0/+12718 |