surface_alloc() is now a winsys function.
authorBrian <brian.paul@tungstengraphics.com>
Fri, 26 Oct 2007 16:45:42 +0000 (10:45 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 26 Oct 2007 16:45:42 +0000 (10:45 -0600)
commite4f6f0ec02133e9297c3f2db787dee14bf0ae6e1
treea5706d83a96964b2cf63cd66ca25ed63641b4a56
parentf7be1b419aab80c4e011183611964eb4d7c023c2
surface_alloc() is now a winsys function.

This allows surfaces to be allocated without a rendering context.
A few loose ends to resolve, but in working condition.
12 files changed:
src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c
src/mesa/drivers/x11/xm_api.c
src/mesa/drivers/x11/xm_surface.c
src/mesa/drivers/x11/xm_winsys.c
src/mesa/drivers/x11/xmesaP.h
src/mesa/pipe/failover/fo_context.c
src/mesa/pipe/i915simple/i915_surface.c
src/mesa/pipe/p_context.h
src/mesa/pipe/p_winsys.h
src/mesa/pipe/softpipe/sp_surface.c
src/mesa/pipe/softpipe/sp_surface.h
src/mesa/state_tracker/st_cb_fbo.c