summaryrefslogtreecommitdiffstats
path: root/src/vulkan/isl.c
Commit message (Collapse)AuthorAgeFilesLines
* isl: Embed brw_device_info in isl_deviceChad Versace2015-11-131-3/+3
| | | | Suggested-by: Jason Ekstrand <[email protected]>
* isl: Add enum isl_tiling and a query funcChad Versace2015-11-131-0/+58
| | | | The query func is isl_tiling_get_extent.
* isl: Add struct isl_deviceChad Versace2015-11-131-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.