iris: more todo notes
This commit is contained in:
@@ -1510,6 +1510,7 @@ iris_create_sampler_view(struct pipe_context *ctx,
|
||||
if (tmpl->target != PIPE_BUFFER) {
|
||||
isv->view.base_level = tmpl->u.tex.first_level;
|
||||
isv->view.levels = tmpl->u.tex.last_level - tmpl->u.tex.first_level + 1;
|
||||
// XXX: do I need to port f9fd0cf4790cb2a530e75d1a2206dbb9d8af7cb2?
|
||||
isv->view.base_array_layer = tmpl->u.tex.first_layer;
|
||||
isv->view.array_len =
|
||||
tmpl->u.tex.last_layer - tmpl->u.tex.first_layer + 1;
|
||||
|
||||
Reference in New Issue
Block a user