diff options
author | Brian Paul <[email protected]> | 2005-04-22 02:56:21 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-04-22 02:56:21 +0000 |
commit | 2cbbd3dc50eb3656cfabbd948a594e03c8134943 (patch) | |
tree | 02659b576a910628715c54f67e403cbd3e8c0070 /src/mesa/swrast/s_tritemp.h | |
parent | a7fcac5e9252101610b3b48a019a36527096ca9b (diff) |
undef DEPTH_TYPE at end
Diffstat (limited to 'src/mesa/swrast/s_tritemp.h')
-rw-r--r-- | src/mesa/swrast/s_tritemp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_tritemp.h b/src/mesa/swrast/s_tritemp.h index c09f1eddf0d..0be17ed0b38 100644 --- a/src/mesa/swrast/s_tritemp.h +++ b/src/mesa/swrast/s_tritemp.h @@ -1304,6 +1304,7 @@ static void NAME(GLcontext *ctx, const SWvertex *v0, #undef PIXEL_TYPE #undef BYTES_PER_ROW #undef PIXEL_ADDRESS +#undef DEPTH_TYPE #undef INTERP_Z #undef INTERP_W |