r300: further cleanup
authorMaciej Cencora <m.cencora@gmail.com>
Wed, 13 May 2009 20:24:57 +0000 (22:24 +0200)
committerAlex Deucher <alexdeucher@gmail.com>
Sat, 16 May 2009 15:42:02 +0000 (11:42 -0400)
commit42f16aa4e0d9f1c5f016919ed04c55430507234e
tree49a03fbd90dcdee0acea580ba5b6621850b3ec1a
parent76a64958a4ca38ec27b63a909979c493c507b952
r300: further cleanup

- move extensions init into seperate function
- move options handling into seperate function
- create new structure to hold options values
- use context->options.hw_tcl_enabled field instead of global hw_tcl_on and future_hw_tcl_on variables
src/mesa/drivers/dri/r300/r300_cmdbuf.c
src/mesa/drivers/dri/r300/r300_context.c
src/mesa/drivers/dri/r300/r300_context.h
src/mesa/drivers/dri/r300/r300_emit.c
src/mesa/drivers/dri/r300/r300_ioctl.c
src/mesa/drivers/dri/r300/r300_render.c
src/mesa/drivers/dri/r300/r300_state.c