gallium: move is_format_supported() to pipe_screen struct
authorBrian <brian@i915.localnet.net>
Wed, 27 Feb 2008 20:58:06 +0000 (13:58 -0700)
committerBrian <brian@i915.localnet.net>
Wed, 27 Feb 2008 20:58:06 +0000 (13:58 -0700)
commit364f8cad0f8f02fd39d9c51ea0774d349121b58d
tree1e1d2e81a3093b1b59a7b9ecc9567d547015a019
parent8383f798b41df9a305e0a33afe8afa028d5d5dfb
gallium: move is_format_supported() to pipe_screen struct
13 files changed:
src/gallium/drivers/cell/ppu/cell_context.c
src/gallium/drivers/cell/ppu/cell_screen.c
src/gallium/drivers/failover/fo_context.c
src/gallium/drivers/i915simple/i915_context.c
src/gallium/drivers/i915simple/i915_screen.c
src/gallium/drivers/i965simple/brw_context.c
src/gallium/drivers/i965simple/brw_screen.c
src/gallium/drivers/softpipe/sp_context.c
src/gallium/drivers/softpipe/sp_screen.c
src/gallium/include/pipe/p_context.h
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_format.c
src/mesa/state_tracker/st_gen_mipmap.c