Make it compile under linux.
authorMichal Krol <michal@tungstengraphics.com>
Mon, 29 Oct 2007 16:59:57 +0000 (16:59 +0000)
committerMichal Krol <michal@tungstengraphics.com>
Mon, 29 Oct 2007 17:05:38 +0000 (17:05 +0000)
commit7de874ec2c7b9e3aff7f81b7e30045b45381fbad
tree505becc98c6185c4195fd6db3ca88e5df86daaeb
parentee295fccdd0c94cb6b8af4dfb30283e39f548223
Make it compile under linux.

Move pipe_region/surface_reference functions to pipe/p_inlines.h.
Remove #include "p_util.h" from pipe/p_context.h.
13 files changed:
src/mesa/pipe/i915simple/i915_surface.c
src/mesa/pipe/p_context.h
src/mesa/pipe/p_inlines.h [new file with mode: 0644]
src/mesa/pipe/softpipe/sp_state_blend.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_exec.c
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_cb_fbo.c