From: Matt Atwood
add in bit to _mesa_x86_features for sse4.1, along with macros to query
---
src/mesa/x86/common_x86.c | 3 +++
src/mesa/x86/common_x86_features.h | 3 +++
2 files changed, 6 insertions(+)
diff --git a/src/mesa/x86/common_x86.c b/src/mesa/x86/common_x86.c
index 3c1adc9
From: Matt Atwood
Previous implementation was compile time decision
---
src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 11 +++
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
b/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
ind