diff options
author | Christoph Bumiller <[email protected]> | 2012-03-01 21:23:06 +0100 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2012-04-14 06:14:21 +0200 |
commit | 36158c199448ce038d9fe913d972f29a655aecab (patch) | |
tree | 0e5b9c0370e10dc928ee50109ce74209f5157f5a /src/gallium/drivers/nvc0/nvc0_context.h | |
parent | 2d06ee8bf784d98a822617db5366f56b9bb5d3a2 (diff) |
nvc0: only force early fragment tests if requested by shader
Diffstat (limited to 'src/gallium/drivers/nvc0/nvc0_context.h')
-rw-r--r-- | src/gallium/drivers/nvc0/nvc0_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvc0/nvc0_context.h b/src/gallium/drivers/nvc0/nvc0_context.h index 4b35330ef8a..7342a6e664f 100644 --- a/src/gallium/drivers/nvc0/nvc0_context.h +++ b/src/gallium/drivers/nvc0/nvc0_context.h @@ -78,7 +78,7 @@ struct nvc0_context { struct { boolean flushed; boolean rasterizer_discard; - boolean early_z; + boolean early_z_forced; boolean prim_restart; uint32_t instance_elts; /* bitmask of per-instance elements */ uint32_t instance_base; |