From bd27c25ff9379454c92a65b9e6f4f1ee23e3665c Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sat, 22 Oct 2011 11:57:44 -0700 Subject: [PATCH] i965: Finally, move the global fallbacks check to emit() time. This was the last prepare() function, and it's the first state atom, so it must be ready to move. Reviewed-by: Kenneth Graunke Acked-by: Paul Berry --- src/mesa/drivers/dri/i965/brw_fallback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_fallback.c b/src/mesa/drivers/dri/i965/brw_fallback.c index 708bd0e9a54..81fc23a4451 100644 --- a/src/mesa/drivers/dri/i965/brw_fallback.c +++ b/src/mesa/drivers/dri/i965/brw_fallback.c @@ -69,7 +69,7 @@ const struct brw_tracked_state brw_check_fallback = { .brw = 0, .cache = 0 }, - .prepare = check_fallback + .emit = check_fallback }; -- 2.30.2