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 84... Line 84...
84
	ctx->needs_flush = false;
84
	ctx->needs_flush = false;
85
	ctx->cleared = ctx->restore = ctx->resolve = 0;
85
	ctx->cleared = ctx->restore = ctx->resolve = 0;
86
	ctx->gmem_reason = 0;
86
	ctx->gmem_reason = 0;
87
	ctx->num_draws = 0;
87
	ctx->num_draws = 0;
Line -... Line 88...
-
 
88
 
88
 
89
	if (pfb->cbufs[0])
89
	fd_resource(pfb->cbufs[0]->texture)->dirty = false;
90
		fd_resource(pfb->cbufs[0]->texture)->dirty = false;
90
	if (pfb->zsbuf)
91
	if (pfb->zsbuf)
91
		fd_resource(pfb->zsbuf->texture)->dirty = false;
92
		fd_resource(pfb->zsbuf->texture)->dirty = false;