Added fi_type union typedef to glheader.h.
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 15 Jun 2001 15:22:07 +0000 (15:22 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 15 Jun 2001 15:22:07 +0000 (15:22 +0000)
commit24ae7c4c1f18c3086a779a2ee8f480ee5f4e7612
tree5b196d48ff5c11557acc305e3450a5f80ba9901d
parente4276667dafc8de0c6e64af8300fc7598437de6e
Added fi_type union typedef to glheader.h.
Replace various float/int casts with the fi_type union cast.
Fixes -fstrict-aliasing problems.
src/mesa/main/glheader.h
src/mesa/main/texutil.c
src/mesa/tnl/t_imm_api.c
src/mesa/tnl/t_vb_render.c