struct fd_context *ctx = fd_context(pctx);
struct fd_batch *batch = fd_context_batch(ctx);
struct pipe_framebuffer_state *pfb = &batch->framebuffer;
- struct pipe_scissor_state *scissor = fd_context_get_scissor(ctx);
unsigned i, prims, buffers = 0, restore_buffers = 0;
/* for debugging problems with indirect draw, it is convenient
!u_trim_pipe_prim(info->mode, (unsigned*)&info->count))
return;
- /* if we supported transform feedback, we'd have to disable this: */
- if (((scissor->maxx - scissor->minx) *
- (scissor->maxy - scissor->miny)) == 0) {
- return;
- }
-
/* TODO: push down the region versions into the tiles */
if (!fd_render_condition_check(pctx))
return;