summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_state.c
diff options
context:
space:
mode:
authorMaciej Cencora <m.cencora@gmail.com>2009-08-16 01:56:29 +0200
committerMaciej Cencora <m.cencora@gmail.com>2009-08-16 01:56:29 +0200
commit30e9c753b8434778a167f708550983688677b232 (patch)
treef35c97a4cd6a9b5a8ad9a34d0a2504987704f8a4 /src/mesa/drivers/dri/r300/r300_state.c
parent57f55af21995f8ec8629503752864fc6c3f38a32 (diff)
parent60587182d4ade36df75ee13edf8df6b529fbb0f1 (diff)
Merge branch 'oq'
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_state.c')
-rw-r--r--src/mesa/drivers/dri/r300/r300_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_state.c b/src/mesa/drivers/dri/r300/r300_state.c
index 050e8cd2a7..f39d7460b2 100644
--- a/src/mesa/drivers/dri/r300/r300_state.c
+++ b/src/mesa/drivers/dri/r300/r300_state.c
@@ -462,7 +462,7 @@ static GLboolean current_fragment_program_writes_depth(GLcontext* ctx)
static void r300SetEarlyZState(GLcontext * ctx)
{
r300ContextPtr r300 = R300_CONTEXT(ctx);
- GLuint topZ = R300_ZTOP_ENABLE;
+ GLuint topZ = R300_ZTOP_DISABLE;
GLuint w_fmt, fgdepthsrc;
if (ctx->Color.AlphaEnabled && ctx->Color.AlphaFunc != GL_ALWAYS)