Browse Source

psb: Fill all texture fields when creating texture blanket.

tags/mesa_20090313
José Fonseca 17 years ago
parent
commit
4a18324c0b
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/gallium/drivers/i915simple/i915_texture.c

+ 2
- 0
src/gallium/drivers/i915simple/i915_texture.c View File

@@ -710,6 +710,8 @@ i915_texture_blanket(struct pipe_screen * screen,
return NULL;

tex->base = *base;
tex->base.refcount = 1;
tex->base.screen = screen;

tex->stride = stride[0];


Loading…
Cancel
Save