intel: Set DepthRange in the metaops using RasterPos[2].
authorEric Anholt <eric@anholt.net>
Tue, 14 Jul 2009 21:30:12 +0000 (14:30 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 14 Jul 2009 22:14:52 +0000 (15:14 -0700)
commitb677c40abbed358984491b8ad3fcecf4742b2823
tree180033820fc8f5f86cce50a92d0184bf240e94a9
parente5f63c403b767f9974e8eb5d412c012b8a69287f
intel: Set DepthRange in the metaops using RasterPos[2].

RasterPos[2] is already sent through the window transform, which includes
DepthRange handling.  So make DepthRange for the metaops a noop.

Fixes a failure in oglconform depthrange.c
src/mesa/drivers/dri/intel/intel_pixel_bitmap.c
src/mesa/drivers/dri/intel/intel_pixel_draw.c