OSDN Git Service

Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 1 Mar 2003 01:50:20 +0000 (01:50 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 1 Mar 2003 01:50:20 +0000 (01:50 +0000)
commit27558a160a9fe91745728d7626995cd88f8fe339
tree0b8cbbd49d418f5ef9f10d3d721c3d4e9e925c3d
parent4e50ab5f70582f4e362c4572b22a4c3f87c71a14
Killed mmath.[ch].  Moved low-level functions/assembly code into imports.[ch]
Moved type conversion and interpolation macros into macros.h
Updated all the files that used to include mmath.h
92 files changed:
src/mesa/Makefile.X11
src/mesa/array_cache/ac_context.c
src/mesa/array_cache/ac_import.c
src/mesa/drivers/dos/dmesa.c
src/mesa/drivers/dos/internal.h
src/mesa/drivers/glide/fxdd.c
src/mesa/drivers/glide/fxvb.c
src/mesa/drivers/osmesa/osmesa.c
src/mesa/drivers/windows/wmesa.c
src/mesa/drivers/x11/fakeglx.c
src/mesa/drivers/x11/xm_api.c
src/mesa/drivers/x11/xm_line.c
src/mesa/drivers/x11/xm_tri.c
src/mesa/main/Makefile.BeOS-R5
src/mesa/main/Makefile.DJ
src/mesa/main/Makefile.OSMesa16
src/mesa/main/Makefile.X11
src/mesa/main/Makefile.ugl
src/mesa/main/Makefile.win
src/mesa/main/api_eval.c
src/mesa/main/api_noop.c
src/mesa/main/buffers.c
src/mesa/main/clip.c
src/mesa/main/colormac.h
src/mesa/main/colortab.c
src/mesa/main/context.c
src/mesa/main/drawpix.c
src/mesa/main/enable.c
src/mesa/main/eval.c
src/mesa/main/feedback.c
src/mesa/main/get.c
src/mesa/main/glheader.h
src/mesa/main/histogram.c
src/mesa/main/image.c
src/mesa/main/imports.c
src/mesa/main/imports.h
src/mesa/main/light.c
src/mesa/main/lines.c
src/mesa/main/macros.h
src/mesa/main/matrix.c
src/mesa/main/mtypes.h
src/mesa/main/nvfragparse.c
src/mesa/main/nvvertexec.c
src/mesa/main/points.c
src/mesa/main/rastpos.c
src/mesa/main/state.c
src/mesa/main/texformat.c
src/mesa/main/teximage.c
src/mesa/main/texutil.c
src/mesa/main/varray.c
src/mesa/math/m_debug_norm.c
src/mesa/math/m_matrix.c
src/mesa/math/m_norm_tmp.h
src/mesa/math/m_translate.c
src/mesa/math/m_xform.c
src/mesa/swrast/s_aaline.c
src/mesa/swrast/s_aatriangle.c
src/mesa/swrast/s_accum.c
src/mesa/swrast/s_alpha.c
src/mesa/swrast/s_bitmap.c
src/mesa/swrast/s_drawpix.c
src/mesa/swrast/s_feedback.c
src/mesa/swrast/s_fog.c
src/mesa/swrast/s_lines.c
src/mesa/swrast/s_nvfragprog.c
src/mesa/swrast/s_points.c
src/mesa/swrast/s_span.c
src/mesa/swrast/s_texstore.c
src/mesa/swrast/s_texture.c
src/mesa/swrast/s_triangle.c
src/mesa/swrast/s_zoom.c
src/mesa/tnl/t_array_api.c
src/mesa/tnl/t_array_import.c
src/mesa/tnl/t_eval_api.c
src/mesa/tnl/t_imm_dlist.c
src/mesa/tnl/t_imm_elt.c
src/mesa/tnl/t_imm_eval.c
src/mesa/tnl/t_imm_exec.c
src/mesa/tnl/t_imm_fixup.c
src/mesa/tnl/t_pipeline.c
src/mesa/tnl/t_vb_cliptmp.h
src/mesa/tnl/t_vb_fog.c
src/mesa/tnl/t_vb_light.c
src/mesa/tnl/t_vb_normals.c
src/mesa/tnl/t_vb_points.c
src/mesa/tnl/t_vb_program.c
src/mesa/tnl/t_vb_render.c
src/mesa/tnl/t_vb_texgen.c
src/mesa/tnl/t_vb_texmat.c
src/mesa/tnl/t_vb_vertex.c
src/mesa/tnl/t_vtx_exec.c
src/mesa/tnl/t_vtx_x86.c