diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-03-10 09:31:24 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-03-15 12:43:12 +0000 |
commit | 1b1016624ad16cf5063e88a1d422e28865a9e87f (patch) | |
tree | f80f256c98d0c5e99a90191d2b45e07c960dbfca /src/intel.h | |
parent | 895a56a553e1386323a593063e5b7fbb7a410abe (diff) |
uxa/i915: Remove broken CA pass, fallback to magic 2-pass composite helper
The backend failed to handle all the corner cases, so remove the
complication.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel.h')
-rw-r--r-- | src/intel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel.h b/src/intel.h index c6fafb2b..f806aea8 100644 --- a/src/intel.h +++ b/src/intel.h @@ -272,7 +272,6 @@ typedef struct intel_screen_private { Bool needs_3d_invariant; Bool needs_render_state_emit; Bool needs_render_vertex_emit; - Bool needs_render_ca_pass; /* i830 render accel state */ uint32_t render_dest_format; |