gallium: change pipe->texture_create() to operate like the CSO functions
authorBrian <brian.paul@tungstengraphics.com>
Wed, 6 Feb 2008 16:24:30 +0000 (09:24 -0700)
committerBen Skeggs <skeggsb@gmail.com>
Fri, 15 Feb 2008 02:50:32 +0000 (13:50 +1100)
commit64ca0678eeeb39831fcfb309ac48561b1981d360
tree532bdbb66b0af7c04de62b08cfe5c121cdf75832
parent20f16a6ae44f55c2efa03a2c9deb07b66fe1b0e0
gallium: change pipe->texture_create() to operate like the CSO functions

Now, pass in a template object and return a new object.
src/mesa/pipe/cell/ppu/cell_texture.c
src/mesa/pipe/cell/ppu/cell_texture.h
src/mesa/pipe/i915simple/i915_texture.c
src/mesa/pipe/i915simple/i915_texture.h
src/mesa/pipe/i965simple/brw_tex_layout.c
src/mesa/pipe/i965simple/brw_tex_layout.h
src/mesa/pipe/p_context.h
src/mesa/pipe/softpipe/sp_texture.c
src/mesa/pipe/softpipe/sp_texture.h
src/mesa/state_tracker/st_texture.c