diff options
author | Aapo Tahkola <[email protected]> | 2005-04-24 09:08:31 +0000 |
---|---|---|
committer | Aapo Tahkola <[email protected]> | 2005-04-24 09:08:31 +0000 |
commit | 6ffd0a4cf1aae2b5ea0fd683a2d7607e59cd3f68 (patch) | |
tree | 39fa877aeee98f7e14598c67269c39a7293761a3 /src/mesa/drivers/dri/r300/r300_state.c | |
parent | 5c906924ed6ee664ba61764dd21bee36dce06d02 (diff) |
Modifying to build against current Mesa. Disabled r200*.c files since they didnt want to build anymore.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_state.c')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_state.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_state.c b/src/mesa/drivers/dri/r300/r300_state.c index f998eb8cad6..7a0f8bc87ea 100644 --- a/src/mesa/drivers/dri/r300/r300_state.c +++ b/src/mesa/drivers/dri/r300/r300_state.c @@ -526,7 +526,9 @@ static void r300Enable(GLcontext* ctx, GLenum cap, GLboolean state) ~R300_RB3D_STENCIL_ENABLE; } } else { +#if R200_MERGED FALLBACK(&r300->radeon, RADEON_FALLBACK_STENCIL, state); +#endif } break; |