Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
brkho
/
mesa
Seguir
1
Destacar
0
Fork
0
Código
Lanzamientos
562
Wiki
Actividad
Explorar el Código
disable assertion in sp_tile_cache_set_surface() for now
tags/mesa_20090313
Brian
hace 17 años
padre
4ccd3124f6
commit
f26936b352
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
src/mesa/pipe/softpipe/sp_tile_cache.c
+ 1
- 1
src/mesa/pipe/softpipe/sp_tile_cache.c
Ver fichero
@@ -141,7 +141,7 @@ sp_tile_cache_set_surface(struct softpipe_tile_cache *tc,
assert(!tc->texture);
if (tc->surface && tc->surface->map) {
assert(tc->surface != ps);
/*
assert(tc->surface != ps);
*/
pipe_surface_unmap(tc->surface);
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar