Consistent copyright info (version number, date) across all files.
authorGareth Hughes <gareth@valinux.com>
Mon, 12 Mar 2001 00:48:37 +0000 (00:48 +0000)
committerGareth Hughes <gareth@valinux.com>
Mon, 12 Mar 2001 00:48:37 +0000 (00:48 +0000)
commit22144ab7552f0799bcfca506bf4ffa7f70a06649
treee7986aa02e97d88071b0769dc8d5359860320614
parent57ffddba9870a0e602ae454e13072a0af48fa150
Consistent copyright info (version number, date) across all files.
219 files changed:
src/mesa/array_cache/ac_context.c
src/mesa/array_cache/ac_context.h
src/mesa/array_cache/ac_import.c
src/mesa/array_cache/acache.h
src/mesa/drivers/common/t_dd.c
src/mesa/drivers/common/t_dd_dmatmp.h
src/mesa/drivers/common/t_dd_rendertmp.h
src/mesa/drivers/common/t_dd_tritmp.h
src/mesa/drivers/common/t_dd_unfilled.h
src/mesa/drivers/common/t_dd_vb.c
src/mesa/drivers/common/t_dd_vbtmp.h
src/mesa/drivers/common/t_dd_vertex.h
src/mesa/glapi/glapi.c
src/mesa/glapi/glapitemp.h
src/mesa/glapi/glthread.c
src/mesa/glapi/glthread.h
src/mesa/main/accum.c
src/mesa/main/accum.h
src/mesa/main/api_arrayelt.c
src/mesa/main/api_loopback.c
src/mesa/main/api_loopback.h
src/mesa/main/api_noop.h
src/mesa/main/api_validate.c
src/mesa/main/api_validate.h
src/mesa/main/attrib.c
src/mesa/main/attrib.h
src/mesa/main/blend.c
src/mesa/main/blend.h
src/mesa/main/buffers.c
src/mesa/main/buffers.h
src/mesa/main/clip.c
src/mesa/main/clip.h
src/mesa/main/colortab.c
src/mesa/main/colortab.h
src/mesa/main/config.h
src/mesa/main/context.h
src/mesa/main/convolve.c
src/mesa/main/dd.h
src/mesa/main/debug.c
src/mesa/main/debug.h
src/mesa/main/depth.c
src/mesa/main/depth.h
src/mesa/main/dispatch.c
src/mesa/main/dlist.c
src/mesa/main/dlist.h
src/mesa/main/drawpix.c
src/mesa/main/drawpix.h
src/mesa/main/enable.c
src/mesa/main/enable.h
src/mesa/main/enums.c
src/mesa/main/enums.h
src/mesa/main/eval.c
src/mesa/main/eval.h
src/mesa/main/extensions.h
src/mesa/main/feedback.c
src/mesa/main/feedback.h
src/mesa/main/fog.c
src/mesa/main/fog.h
src/mesa/main/get.c
src/mesa/main/get.h
src/mesa/main/glheader.h
src/mesa/main/hash.c
src/mesa/main/hash.h
src/mesa/main/hint.c
src/mesa/main/histogram.c
src/mesa/main/histogram.h
src/mesa/main/imports.c
src/mesa/main/imports.h
src/mesa/main/light.c
src/mesa/main/light.h
src/mesa/main/lines.c
src/mesa/main/lines.h
src/mesa/main/macros.h
src/mesa/main/matrix.h
src/mesa/main/pixel.c
src/mesa/main/pixel.h
src/mesa/main/points.c
src/mesa/main/points.h
src/mesa/main/polygon.c
src/mesa/main/polygon.h
src/mesa/main/rastpos.c
src/mesa/main/rastpos.h
src/mesa/main/simple_list.h
src/mesa/main/state.c
src/mesa/main/state.h
src/mesa/main/stencil.c
src/mesa/main/stencil.h
src/mesa/main/teximage.c
src/mesa/main/teximage.h
src/mesa/main/texobj.c
src/mesa/main/texobj.h
src/mesa/main/texstate.h
src/mesa/main/texstore.c
src/mesa/main/texutil.c
src/mesa/main/texutil.h
src/mesa/main/varray.c
src/mesa/main/varray.h
src/mesa/main/vtxfmt.c
src/mesa/main/vtxfmt.h
src/mesa/main/vtxfmt_tmp.h
src/mesa/math/m_clip_tmp.h
src/mesa/math/m_copy_tmp.h
src/mesa/math/m_debug.h
src/mesa/math/m_debug_norm.c
src/mesa/math/m_debug_util.h
src/mesa/math/m_debug_xform.c
src/mesa/math/m_dotprod_tmp.h
src/mesa/math/m_eval.c
src/mesa/math/m_eval.h
src/mesa/math/m_matrix.c
src/mesa/math/m_matrix.h
src/mesa/math/m_norm_tmp.h
src/mesa/math/m_trans_tmp.h
src/mesa/math/m_translate.c
src/mesa/math/m_translate.h
src/mesa/math/m_vector.c
src/mesa/math/m_vector.h
src/mesa/math/m_xform.c
src/mesa/math/m_xform.h
src/mesa/math/m_xform_tmp.h
src/mesa/math/mathmod.h
src/mesa/swrast/s_aaline.c
src/mesa/swrast/s_aaline.h
src/mesa/swrast/s_aalinetemp.h
src/mesa/swrast/s_aatriangle.c
src/mesa/swrast/s_aatriangle.h
src/mesa/swrast/s_aatritemp.h
src/mesa/swrast/s_accum.c
src/mesa/swrast/s_accum.h
src/mesa/swrast/s_alpha.c
src/mesa/swrast/s_alpha.h
src/mesa/swrast/s_alphabuf.c
src/mesa/swrast/s_alphabuf.h
src/mesa/swrast/s_bitmap.c
src/mesa/swrast/s_blend.c
src/mesa/swrast/s_blend.h
src/mesa/swrast/s_buffers.c
src/mesa/swrast/s_context.c
src/mesa/swrast/s_context.h
src/mesa/swrast/s_copypix.c
src/mesa/swrast/s_depth.c
src/mesa/swrast/s_depth.h
src/mesa/swrast/s_drawpix.c
src/mesa/swrast/s_drawpix.h
src/mesa/swrast/s_feedback.c
src/mesa/swrast/s_feedback.h
src/mesa/swrast/s_fog.c
src/mesa/swrast/s_fog.h
src/mesa/swrast/s_lines.c
src/mesa/swrast/s_lines.h
src/mesa/swrast/s_linetemp.h
src/mesa/swrast/s_logic.c
src/mesa/swrast/s_logic.h
src/mesa/swrast/s_masking.c
src/mesa/swrast/s_masking.h
src/mesa/swrast/s_pixeltex.c
src/mesa/swrast/s_pixeltex.h
src/mesa/swrast/s_points.c
src/mesa/swrast/s_points.h
src/mesa/swrast/s_pointtemp.h
src/mesa/swrast/s_readpix.c
src/mesa/swrast/s_span.c
src/mesa/swrast/s_span.h
src/mesa/swrast/s_stencil.c
src/mesa/swrast/s_stencil.h
src/mesa/swrast/s_texture.h
src/mesa/swrast/s_triangle.c
src/mesa/swrast/s_triangle.h
src/mesa/swrast/s_tritemp.h
src/mesa/swrast/s_zoom.c
src/mesa/swrast/s_zoom.h
src/mesa/swrast/swrast.h
src/mesa/swrast_setup/ss_context.c
src/mesa/swrast_setup/ss_context.h
src/mesa/swrast_setup/ss_triangle.c
src/mesa/swrast_setup/ss_triangle.h
src/mesa/swrast_setup/ss_tritmp.h
src/mesa/swrast_setup/ss_vb.c
src/mesa/swrast_setup/ss_vb.h
src/mesa/swrast_setup/ss_vbtmp.h
src/mesa/swrast_setup/swrast_setup.h
src/mesa/tnl/t_array_api.c
src/mesa/tnl/t_array_api.h
src/mesa/tnl/t_array_import.c
src/mesa/tnl/t_array_import.h
src/mesa/tnl/t_context.c
src/mesa/tnl/t_context.h
src/mesa/tnl/t_eval_api.c
src/mesa/tnl/t_eval_api.h
src/mesa/tnl/t_imm_alloc.c
src/mesa/tnl/t_imm_alloc.h
src/mesa/tnl/t_imm_api.c
src/mesa/tnl/t_imm_api.h
src/mesa/tnl/t_imm_debug.c
src/mesa/tnl/t_imm_debug.h
src/mesa/tnl/t_imm_dlist.c
src/mesa/tnl/t_imm_dlist.h
src/mesa/tnl/t_imm_elt.c
src/mesa/tnl/t_imm_elt.h
src/mesa/tnl/t_imm_eval.c
src/mesa/tnl/t_imm_eval.h
src/mesa/tnl/t_imm_exec.c
src/mesa/tnl/t_imm_exec.h
src/mesa/tnl/t_imm_fixup.c
src/mesa/tnl/t_imm_fixup.h
src/mesa/tnl/t_pipeline.c
src/mesa/tnl/t_pipeline.h
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_lighttmp.h
src/mesa/tnl/t_vb_normals.c
src/mesa/tnl/t_vb_points.c
src/mesa/tnl/t_vb_render.c
src/mesa/tnl/t_vb_rendertmp.h
src/mesa/tnl/t_vb_texgen.c
src/mesa/tnl/t_vb_texmat.c
src/mesa/tnl/t_vb_vertex.c
src/mesa/tnl/tnl.h