i965: Drop brw->depthstencil.stencil_offset from gen8_depth_state.c.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 24 Jun 2015 07:04:11 +0000 (00:04 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 25 Jun 2015 09:18:51 +0000 (02:18 -0700)
commitc97105ee12e54ab893351ebbda8c2348c899adde
tree65909bb02a7eea183c1e90ce945b3096583de0e4
parent6026f7e8fb993a34f3e2ad1638d7a842a5cefd80
i965: Drop brw->depthstencil.stencil_offset from gen8_depth_state.c.

This is always 0 - only brw_workaround_depthstencil_alignment ever sets
it, and that doesn't run on Gen6+.  My initial Broadwell depth state
commit had this mistake.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/drivers/dri/i965/gen8_depth_state.c