iris: rename pipe to base

This commit is contained in:
Kenneth Graunke
2018-08-18 23:21:32 -07:00
parent 7705f62cb6
commit aba2cee711
2 changed files with 10 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ struct iris_state_ref {
* depth/stencil attachment.
*/
struct iris_surface {
struct pipe_surface pipe;
struct pipe_surface base;
struct isl_view view;
/** The resource (BO) holding our SURFACE_STATE. */