Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 2 Jan 2001 22:02:51 +0000 (22:02 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 2 Jan 2001 22:02:51 +0000 (22:02 +0000)
commit3041d05bbcccfddba01a1eeaba01e5da0e1e99af
treee25361e01fdf7be6d75713235c7e130246be67f1
parent8446d1bab15ef82b35b8980a0a56072ace6feb04
Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)
Clean-up of color conversion macros.
New mmath.h macros (IROUND, IFLOOR, ICEIL, FRAC) used in various places.
18 files changed:
src/mesa/drivers/glide/fxdd.c
src/mesa/drivers/glide/fxdrv.h
src/mesa/drivers/osmesa/osmesa.c
src/mesa/drivers/x11/xm_line.c
src/mesa/drivers/x11/xm_tri.c
src/mesa/main/api_loopback.c
src/mesa/main/api_noop.c
src/mesa/main/colormac.h
src/mesa/main/get.c
src/mesa/main/image.c
src/mesa/main/light.c
src/mesa/main/mtypes.h
src/mesa/math/m_trans_tmp.h
src/mesa/math/m_translate.c
src/mesa/swrast/s_aatriangle.c
src/mesa/swrast/s_texture.c
src/mesa/tnl/t_imm_api.c
src/mesa/tnl/t_imm_elt.c