summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_quad_depth_test.c
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-03-10 13:04:13 +0000
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-03-10 14:00:13 +0000
commitb721bc8792f6add71dede11924d7060bbce72f0e (patch)
tree8f1c96eefb4b292a5308b75bfbbffc5a57ebdfd4 /src/gallium/drivers/softpipe/sp_quad_depth_test.c
parentb041dbe9019ff8cb16ff15d0baaa803c7dc654db (diff)
gallium: WinCE portability fixes.
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_quad_depth_test.c')
-rw-r--r--src/gallium/drivers/softpipe/sp_quad_depth_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_quad_depth_test.c b/src/gallium/drivers/softpipe/sp_quad_depth_test.c
index a9a0754f279..a1859f98832 100644
--- a/src/gallium/drivers/softpipe/sp_quad_depth_test.c
+++ b/src/gallium/drivers/softpipe/sp_quad_depth_test.c
@@ -185,7 +185,7 @@ sp_depth_test_quad(struct quad_stage *qs, struct quad_header *quad)
zmask = MASK_ALL;
break;
default:
- abort();
+ assert(0);
}
quad->mask &= zmask;