mesa: refactor x86 code
authorBrian Paul <brianp@vmware.com>
Wed, 4 Mar 2009 22:21:13 +0000 (15:21 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 4 Mar 2009 22:24:03 +0000 (15:24 -0700)
commitc751224b0acd457d99cead45616980fec7ef78f1
tree5609f99505e60f3c8e98459d97ce54e0c8b87481
parentf0c92d96568780d5a6c6b53845e9689893ce99e4
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.
src/mesa/x86/common_x86.c
src/mesa/x86/common_x86_asm.h
src/mesa/x86/x86.c