tdfxDDWriteDepthPixels can be called with mask == NULL.
authorIan Romanick <idr@us.ibm.com>
Mon, 13 Nov 2006 22:51:11 +0000 (22:51 +0000)
committerIan Romanick <idr@us.ibm.com>
Mon, 13 Nov 2006 22:51:11 +0000 (22:51 +0000)
commitce526de6ffea41d70f6efb6608ffe308028cb47b
tree0152cb08e4004259f2c5aa1cc8b68438e3a49e1a
parent038bd400e204bcfd9e0926b7e98122525d98f4d1
tdfxDDWriteDepthPixels can be called with mask == NULL.

Via depth_test_pixels (swrast/s_depth.c), tdfxDDWriteDepthPixels can
be called with mask == NULL.  Test for this condition in the places
where mask might be dereference.  This matches the behavior of several
other functions in this file with a 'const GLubyte mask[]' parameter.
src/mesa/drivers/dri/tdfx/tdfx_span.c