mesa: move last bits of GLchan stuff into swrast
authorBrian Paul <brianp@vmware.com>
Sat, 17 Sep 2011 22:31:03 +0000 (16:31 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 21 Sep 2011 02:17:42 +0000 (20:17 -0600)
commit4d53fb525db56d0695eaa5b91bd8f0cefbc25866
treec2bb688ad1a6d0523436e4724f073f67a696c12c
parentef275f907c94be776bb5eed14ae97bfb6b537173
mesa: move last bits of GLchan stuff into swrast

This removes the last remnants of the GLchan datatype and associated
macros out of core Mesa and into swrast.
src/mesa/drivers/dri/swrast/swrast_span.c
src/mesa/main/colormac.h
src/mesa/main/config.h
src/mesa/main/mtypes.h
src/mesa/math/m_translate.h
src/mesa/swrast/s_chan.h [new file with mode: 0644]
src/mesa/swrast/s_span.h
src/mesa/swrast/swrast.h
src/mesa/tnl/t_vertex.c
src/mesa/tnl/t_vertex_generic.c