Explorar el Código

llvmpipe: remove dead code

tags/mesa-7.9-rc1
Brian Paul hace 15 años
padre
commit
4c93cd13ba
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0
    5
      src/gallium/drivers/llvmpipe/lp_setup.c

+ 0
- 5
src/gallium/drivers/llvmpipe/lp_setup.c Ver fichero

@@ -526,14 +526,9 @@ lp_setup_set_fragment_sampler_views(struct lp_setup_context *setup,
/* regular texture - setup array of mipmap level pointers */
int j;
for (j = 0; j <= tex->last_level; j++) {
#if 0
jit_tex->data[j] =
(ubyte *) lp_tex->data + lp_tex->level_offset[j];
#else
jit_tex->data[j] =
llvmpipe_get_texture_image_all(lp_tex, j, LP_TEX_USAGE_READ,
LP_TEX_LAYOUT_LINEAR);
#endif
jit_tex->row_stride[j] = lp_tex->row_stride[j];
jit_tex->img_stride[j] = lp_tex->img_stride[j];
}

Cargando…
Cancelar
Guardar