i915: fix the error in the previos commit.

This commit is contained in:
Xiang, Haihao 2007-12-07 17:33:18 +08:00
parent c1a3ac0e45
commit e2ca788ae7
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ i915_do_emit_state(struct intel_context *intel)
}
if (dirty & I915_UPLOAD_PROGRAM) {
if (ProgramSize) {
if (state->ProgramSize) {
if (INTEL_DEBUG & DEBUG_STATE)
fprintf(stderr, "I915_UPLOAD_PROGRAM:\n");