projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87f12bb
)
i915: Fix complete texturing regression since 27505a105a
author
Eric Anholt
<eric@anholt.net>
Wed, 23 Nov 2011 03:29:56 +0000
(19:29 -0800)
committer
Eric Anholt
<eric@anholt.net>
Wed, 23 Nov 2011 17:45:17 +0000
(09:45 -0800)
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.
src/mesa/drivers/dri/i915/i915_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i915/i915_context.c
b/src/mesa/drivers/dri/i915/i915_context.c
index
c5e589d
..
36563ef
100644
(file)
--- 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: */