r300/compiler: move util functions to radeon_compiler_util
authorMarek Olšák <maraeo@gmail.com>
Thu, 25 Nov 2010 14:07:02 +0000 (15:07 +0100)
committerMarek Olšák <maraeo@gmail.com>
Fri, 26 Nov 2010 01:23:13 +0000 (02:23 +0100)
commite6e6fcd3a674429886aed499f9a63594aa5a0f58
tree28b402d8bb25a0c175f2a6bf41600aa819bdbeec
parentea2f56b49026dce4f0e507b587fd58b18b5de1ec
r300/compiler: move util functions to radeon_compiler_util

The compiler seriously needs a cleanup as far as the arrangement of functions
is concerned. It's hard to know whether some function was implemented or not
because there are so many places to search in and it can be anywhere and
named anyhow.
src/mesa/drivers/dri/r300/compiler/r3xx_fragprog.c
src/mesa/drivers/dri/r300/compiler/r3xx_vertprog.c
src/mesa/drivers/dri/r300/compiler/r500_fragprog.c
src/mesa/drivers/dri/r300/compiler/radeon_compiler.c
src/mesa/drivers/dri/r300/compiler/radeon_compiler_util.c
src/mesa/drivers/dri/r300/compiler/radeon_compiler_util.h
src/mesa/drivers/dri/r300/compiler/radeon_program.c
src/mesa/drivers/dri/r300/compiler/radeon_program.h
src/mesa/drivers/dri/r300/compiler/radeon_program_alu.c
src/mesa/drivers/dri/r300/compiler/radeon_program_tex.c