mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 14:50:11 +01:00
i915: fix the error in the previos commit.
This commit is contained in:
parent
c1a3ac0e45
commit
e2ca788ae7
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue