iris: use u_transfer_helper for depth stencil packing/unpacking

This commit is contained in:
Kenneth Graunke
2018-08-08 14:54:09 -07:00
parent 853230b5e6
commit b932938d01
2 changed files with 36 additions and 12 deletions

View File

@@ -38,6 +38,7 @@
*/
struct iris_resource {
struct pipe_resource base;
enum pipe_format internal_format;
struct isl_surf surf;
struct iris_bo *bo;
};