Skip to content
Snippets Groups Projects
Commit 97c8c9f4 authored by Fernando Sahmkow's avatar Fernando Sahmkow Committed by ReinUsesLisp
Browse files

texture_cache: Eliminate linear textures fallthrough

parent 6acdae0e
No related branches found
No related tags found
No related merge requests found
......@@ -603,10 +603,6 @@ private:
return InitializeSurface(gpu_addr, params, preserve_contents);
}
if (!params.is_tiled) {
return RecycleSurface(overlaps, params, gpu_addr, preserve_contents,
MatchTopologyResult::FullMatch);
}
// Step 3
// Now we need to figure the relationship between the texture and its overlaps
// we do a topological test to ensure we can find some relationship. If it fails
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment