From: Eric Anholt Date: Wed, 23 Nov 2011 03:29:56 +0000 (-0800) Subject: i915: Fix complete texturing regression since 27505a105a X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d15268a61fe400668495e6cb42c4d15e8b17cbb;p=mesa.git i915: Fix complete texturing regression since 27505a105a I had notes to myself to test gen3 and gen4, and then I tested gen4 and called it good. Turns out I forgot to actually call the new function on gen3. --- diff --git a/src/mesa/drivers/dri/i915/i915_context.c b/src/mesa/drivers/dri/i915/i915_context.c index c5e589d8e6e..36563ef6f3f 100644 --- a/src/mesa/drivers/dri/i915/i915_context.c +++ b/src/mesa/drivers/dri/i915/i915_context.c @@ -164,6 +164,8 @@ i915CreateContext(int api, return false; } + intel_init_texture_formats(ctx); + _math_matrix_ctr(&intel->ViewportMatrix); /* Initialize swrast, tnl driver tables: */