i965: Delete dead brw_context fields.

fast_clear_op is leftover from the meta-fast-clear days.
No idea what the other thing was for, but it isn't used now.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Kenneth Graunke 2017-10-13 00:31:27 -07:00
parent 9b753e8ca3
commit d22bc4ba52
2 changed files with 0 additions and 4 deletions

View File

@ -1041,14 +1041,11 @@ struct brw_context
struct {
struct brw_stage_state base;
GLuint render_surf;
/**
* Buffer object used in place of multisampled null render targets on
* Gen6. See brw_emit_null_surface_state().
*/
struct brw_bo *multisampled_null_render_target_bo;
uint32_t fast_clear_op;
float offset_clamp;
} wm;

View File

@ -3876,7 +3876,6 @@ genX(upload_ps)(struct brw_context *brw)
else
ps.PositionXYOffsetSelect = POSOFFSET_NONE;
ps.RenderTargetFastClearEnable = brw->wm.fast_clear_op;
ps._8PixelDispatchEnable = prog_data->dispatch_8;
ps._16PixelDispatchEnable = prog_data->dispatch_16;
ps.DispatchGRFStartRegisterForConstantSetupData0 =