mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
iris: more todo notes
This commit is contained in:
parent
9878ea842f
commit
da5590496e
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue