Make gallium compile in win32.
authorMichal Krol <michal@tungstengraphics.com>
Mon, 29 Oct 2007 16:20:45 +0000 (16:20 +0000)
committerMichal Krol <michal@tungstengraphics.com>
Mon, 29 Oct 2007 17:05:38 +0000 (17:05 +0000)
commitee295fccdd0c94cb6b8af4dfb30283e39f548223
treefe8f5064ad57c5dc12163efb5a91206b1e068141
parentd37eb130c090abc413a54e57e0d3800ac4cd59f4
Make gallium compile in win32.

Use FREE, MALLOC, CALLOC, GETENV wrappers.
Silence compiler warnings.
Add proper copyrights.
27 files changed:
src/mesa/pipe/draw/draw_context.c
src/mesa/pipe/draw/draw_vertex_fetch.c
src/mesa/pipe/draw/draw_vertex_shader.c
src/mesa/pipe/draw/draw_wide_prims.c
src/mesa/pipe/p_context.h
src/mesa/pipe/p_util.h
src/mesa/pipe/softpipe/sp_clear.c
src/mesa/pipe/softpipe/sp_context.c
src/mesa/pipe/softpipe/sp_context.h
src/mesa/pipe/softpipe/sp_draw_arrays.c
src/mesa/pipe/softpipe/sp_prim_setup.c
src/mesa/pipe/softpipe/sp_prim_vbuf.c
src/mesa/pipe/softpipe/sp_quad_depth_test.c
src/mesa/pipe/softpipe/sp_quad_fs.c
src/mesa/pipe/softpipe/sp_region.c
src/mesa/pipe/softpipe/sp_state_blend.c
src/mesa/pipe/softpipe/sp_state_fs.c
src/mesa/pipe/softpipe/sp_state_rasterizer.c
src/mesa/pipe/softpipe/sp_state_sampler.c
src/mesa/pipe/softpipe/sp_surface.c
src/mesa/pipe/softpipe/sp_tex_layout.c
src/mesa/pipe/softpipe/sp_tex_sample.c
src/mesa/pipe/softpipe/sp_tile_cache.c
src/mesa/pipe/tgsi/exec/tgsi_dump.c
src/mesa/pipe/tgsi/exec/tgsi_exec.c
src/mesa/pipe/tgsi/exec/tgsi_parse.c
src/mesa/pipe/tgsi/exec/tgsi_sse2.c