Przeglądaj źródła

gallium: fix incorrect level param in copy_image_data_to_texture()

This fixes a weird conform test failure that depended on something that
happened several tests earlier.  This took waaaaaay too long to find/fix.
tags/mesa_20090313
Brian Paul 17 lat temu
rodzic
commit
c2497879f1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/mesa/state_tracker/st_cb_texture.c

+ 1
- 1
src/mesa/state_tracker/st_cb_texture.c Wyświetl plik

@@ -1381,7 +1381,7 @@ copy_image_data_to_texture(struct st_context *st,
st_texture_image_data(st->pipe,
stObj->pt,
stImage->face,
stImage->level,
dstLevel,
stImage->base.Data,
stImage->base.RowStride,
stImage->base.RowStride *

Ładowanie…
Anuluj
Zapisz