Add 'type' parameter to is_format_supported() to specify texture vs. drawing surface...
authorBrian <brian.paul@tungstengraphics.com>
Mon, 10 Dec 2007 20:48:09 +0000 (13:48 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 10 Dec 2007 20:48:09 +0000 (13:48 -0700)
commit4f58d9af9addb1506a1b2abc7dd8012147772b78
treead223bf21560a3690d367e1cfedceb9fd2791f7e
parentf26936b35253b697f1ccb5c2898a8607564bdcfe
Add 'type' parameter to is_format_supported() to specify texture vs. drawing surface, etc.

Additional types may be added in the future.
13 files changed:
src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c
src/mesa/pipe/i915simple/i915_context.c
src/mesa/pipe/p_context.h
src/mesa/pipe/p_defines.h
src/mesa/pipe/softpipe/sp_context.c
src/mesa/pipe/softpipe/sp_winsys.h
src/mesa/pipe/xlib/xm_winsys.c
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_cb_fbo.c
src/mesa/state_tracker/st_cb_fbo.h
src/mesa/state_tracker/st_format.c
src/mesa/state_tracker/st_format.h
src/mesa/state_tracker/st_framebuffer.c