diff options
author | Brian Paul <brianp@vmware.com> | 2011-09-17 16:31:03 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2011-09-20 20:17:42 -0600 |
commit | 4d53fb525db56d0695eaa5b91bd8f0cefbc25866 (patch) | |
tree | c2bb688ad1a6d0523436e4724f073f67a696c12c /src/mesa/math | |
parent | ef275f907c94be776bb5eed14ae97bfb6b537173 (diff) | |
download | external_mesa3d-4d53fb525db56d0695eaa5b91bd8f0cefbc25866.zip external_mesa3d-4d53fb525db56d0695eaa5b91bd8f0cefbc25866.tar.gz external_mesa3d-4d53fb525db56d0695eaa5b91bd8f0cefbc25866.tar.bz2 |
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.
Diffstat (limited to 'src/mesa/math')
-rw-r--r-- | src/mesa/math/m_translate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/math/m_translate.h b/src/mesa/math/m_translate.h index 5804103..bf7485c 100644 --- a/src/mesa/math/m_translate.h +++ b/src/mesa/math/m_translate.h @@ -29,7 +29,7 @@ #include "main/compiler.h" #include "main/glheader.h" #include "main/mtypes.h" /* hack for GLchan */ - +#include "swrast/s_chan.h" /** * Array translation. |