Subversion Repositories Kolibri OS

Rev

Rev 4358 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4358 Rev 4401
Line 51... Line 51...
51
	unsigned			is_depth;
51
	unsigned			is_depth;
52
	unsigned			dirty_db_mask; /* each bit says if that miplevel is dirty */
52
	unsigned			dirty_db_mask; /* each bit says if that miplevel is dirty */
53
	struct r600_resource_texture	*flushed_depth_texture;
53
	struct r600_resource_texture	*flushed_depth_texture;
54
	boolean				is_flushing_texture;
54
	boolean				is_flushing_texture;
55
	struct radeon_surface		surface;
55
	struct radeon_surface		surface;
-
 
56
 
-
 
57
	unsigned mipmap_shift;
56
};
58
};
Line 57... Line 59...
57
 
59
 
58
struct r600_surface {
60
struct r600_surface {
59
	struct pipe_surface		base;
61
	struct pipe_surface		base;