diff options
author | Alan Hourihane <[email protected]> | 2004-12-02 14:50:13 +0000 |
---|---|---|
committer | Alan Hourihane <[email protected]> | 2004-12-02 14:50:13 +0000 |
commit | 025aa9efcd8213ce530818cfd8be1b6d9e945b2c (patch) | |
tree | 8c8ab51b027e7ac26b2d9418a03f8b44c1d20d69 /src/mesa/drivers/x11/xm_tri.c | |
parent | 869428505332df2468ff954539f211fdec12f2e7 (diff) |
silence warnings
Diffstat (limited to 'src/mesa/drivers/x11/xm_tri.c')
-rw-r--r-- | src/mesa/drivers/x11/xm_tri.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/x11/xm_tri.c b/src/mesa/drivers/x11/xm_tri.c index 01585b05b4d..35d9d071f91 100644 --- a/src/mesa/drivers/x11/xm_tri.c +++ b/src/mesa/drivers/x11/xm_tri.c @@ -1351,7 +1351,6 @@ static swrast_tri_func get_triangle_func( GLcontext *ctx ) USE(smooth_DITHER8_z_triangle); else USE(smooth_DITHER_z_triangle); - break; case PF_Lookup: if (depth == 8) USE(smooth_LOOKUP8_z_triangle); @@ -1389,7 +1388,6 @@ static swrast_tri_func get_triangle_func( GLcontext *ctx ) USE(flat_DITHER8_z_triangle); else USE(flat_DITHER_z_triangle); - break; case PF_Lookup: if (depth == 8) USE(flat_LOOKUP8_z_triangle); @@ -1424,7 +1422,6 @@ static swrast_tri_func get_triangle_func( GLcontext *ctx ) USE(smooth_DITHER8_triangle); else USE(smooth_DITHER_triangle); - break; case PF_Lookup: if (depth == 8) USE(smooth_LOOKUP8_triangle); @@ -1460,7 +1457,6 @@ static swrast_tri_func get_triangle_func( GLcontext *ctx ) USE(flat_DITHER8_triangle); else USE(flat_DITHER_triangle); - break; case PF_Lookup: if (depth == 8) USE(flat_LOOKUP8_triangle); |