Browse Source

r300: temporary occlusion query hack

tags/mesa_7_6_rc1
Maciej Cencora 16 years ago
parent
commit
f3e1d7d6f8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/drivers/dri/r300/r300_state.c

+ 1
- 1
src/mesa/drivers/dri/r300/r300_state.c View File

@@ -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)

Loading…
Cancel
Save