[Mesa-dev] [PATCH 1/2] mesa/x86: add SSE4.1 runtime detection

2014-05-02 Thread Matthew Atwood
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

[Mesa-dev] [PATCH 2/2] i965: use sse4.1 runtime detection for miptree_map

2014-05-02 Thread Matthew Atwood
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