This website works better with JavaScript.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
brkho
/
mesa
İzle
1
Yıldızla
0
Çatalla
0
Kod
Sürümler
562
Wiki
Aktivite
Kaynağa Gözat
disable assertion in sp_tile_cache_set_surface() for now
tags/mesa_20090313
Brian
17 yıl önce
ebeveyn
4ccd3124f6
işleme
f26936b352
1 değiştirilmiş dosya
ile
1 ekleme
ve
1 silme
Görünümü Böl
Farklılık Durumunu Göster
1
1
src/mesa/pipe/softpipe/sp_tile_cache.c
+ 1
- 1
src/mesa/pipe/softpipe/sp_tile_cache.c
Dosyayı Görüntüle
@@ -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);
}
Write
Preview
Loading…
İptal
Kaydet