llvmpipe: (trivial) remove confusing code in stencil test
authorRoland Scheidegger <sroland@vmware.com>
Tue, 21 May 2013 21:10:53 +0000 (23:10 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Wed, 22 May 2013 20:57:27 +0000 (22:57 +0200)
commit3c91ef0f297d7dd619c02c03b01a6d99c018ad8d
treed9f66cf00d02e26708e378a2708f34d4bb18c87a
parent5314f5d82972a1a7a8ccd9d828e66db3fcdbd412
llvmpipe: (trivial) remove confusing code in stencil test

This was meant to disable some code which isn't needed when depth/stencil
isn't written. However, there's more code which wouldn't be needed in that
case so having the condition there was just odd (llvm will drop all the code
anyway).

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/drivers/llvmpipe/lp_bld_depth.c