diff options
author | Brian Paul <[email protected]> | 2009-03-04 15:21:13 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-03-04 15:24:03 -0700 |
commit | c751224b0acd457d99cead45616980fec7ef78f1 (patch) | |
tree | 5609f99505e60f3c8e98459d97ce54e0c8b87481 /src/mesa/x86/common_x86_asm.h | |
parent | f0c92d96568780d5a6c6b53845e9689893ce99e4 (diff) |
mesa: refactor x86 code
Move _mesa_init_all_x86_transform_asm() into x86.c so that common_x86.c
has no dependencies on the vertex transformation code.
Plus some comments and clean-ups.
Diffstat (limited to 'src/mesa/x86/common_x86_asm.h')
-rw-r--r-- | src/mesa/x86/common_x86_asm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/x86/common_x86_asm.h b/src/mesa/x86/common_x86_asm.h index 89312b24379..c7cd11ab052 100644 --- a/src/mesa/x86/common_x86_asm.h +++ b/src/mesa/x86/common_x86_asm.h @@ -54,6 +54,10 @@ extern int _mesa_x86_cpu_features; +extern void _mesa_get_x86_features(void); + +extern void _mesa_check_os_sse_support(void); + extern void _mesa_init_all_x86_transform_asm( void ); #endif |