diff options
author | Eric Anholt <eric@anholt.net> | 2009-06-09 16:12:43 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-06-09 16:12:43 -0700 |
commit | b30dc2c66aeaad6661eef515a08a3da89aa07cb2 (patch) | |
tree | df79cf877c4c707967b8d4acc163a8d1205ee9d3 /src/mesa/drivers/dri/intel/intel_context.h | |
parent | 38eddf04ed04966db09b67de4cdabef681dc2696 (diff) |
i915: Add an option for testing the effect of early Z in classic mode.
The early Z stuff is supposed to be unsafe without some more work in the
enable/disable path (in particular, how do we want to get it disabled on
the way out to the X Server?), but at the moment is 6% in OA.
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_context.h')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_context.h b/src/mesa/drivers/dri/intel/intel_context.h index 4e45f1a91f..7d3c80bb21 100644 --- a/src/mesa/drivers/dri/intel/intel_context.h +++ b/src/mesa/drivers/dri/intel/intel_context.h @@ -306,6 +306,7 @@ struct intel_context GLboolean is_front_buffer_rendering; GLboolean use_texture_tiling; + GLboolean use_early_z; drm_clip_rect_t fboRect; /**< cliprect for FBO rendering */ |