gallium: remove unneeded compressed=0 assignment
This commit is contained in:
@@ -337,7 +337,6 @@ util_blit_pixels(struct blit_state *ctx,
|
||||
texTemp.width[0] = srcW;
|
||||
texTemp.height[0] = srcH;
|
||||
texTemp.depth[0] = 1;
|
||||
texTemp.compressed = 0;
|
||||
pf_get_block(src->format, &texTemp.block);
|
||||
|
||||
tex = screen->texture_create(screen, &texTemp);
|
||||
|
Reference in New Issue
Block a user