Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | genxml: Make X/Y Offset field of SURFACE_STATE a uint | Jason Ekstrand | 2016-07-15 | 1 | -2/+2 |
| | | | | | | | | | | | THe offset type has special implications that it's intended to be some form of aligned memory address. These assumptions allow it to handle the case where there is some alignment requirement on the offset and the bottom bits are used for other things. However, the offsets in the surface state field are really just unsigned integers. Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Chad Versace <[email protected]> | ||||
* | genxml: Add enough XML for gens 4, 4.5, and 5 to get SURFACE_STATE | Jason Ekstrand | 2016-07-15 | 1 | -0/+56 |
Signed-off-by: Jason Ekstrand <[email protected]> Acked-by: Chad Versace <[email protected]> |