swrast: add missing call to _swrast_depth_bounds_test()
authorBrian Paul <brianp@vmware.com>
Fri, 15 Jan 2010 21:25:30 +0000 (14:25 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 15 Jan 2010 21:25:33 +0000 (14:25 -0700)
commit2c5aa02e2086f5e79630cdffec804a3e9de0d966
tree6e8301060f40d74dfed39fedc25ccd44165a9fb9
parent73856817973caab283427c52152672f524c49a07
swrast: add missing call to _swrast_depth_bounds_test()

We were calling this from the CI span function, but not the RGBA
span function.

I don't know of a test program for the GL_EXT_depth_bounds_test
extension...
src/mesa/swrast/s_span.c