Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | isl: Embed brw_device_info in isl_device | Chad Versace | 2015-11-13 | 1 | -3/+3 |
| | | | | Suggested-by: Jason Ekstrand <[email protected]> | ||||
* | isl: Add enum isl_tiling and a query func | Chad Versace | 2015-11-13 | 1 | -0/+58 |
| | | | | The query func is isl_tiling_get_extent. | ||||
* | isl: Add struct isl_device | Chad Versace | 2015-11-13 | 1 | -0/+33 |
The struct is incomplete (it contains only the gen). And it's nowhere used yet. It will be used later for surface layout calculations. |