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)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 6 Feb 2008 16:35:39 +0000 (09:35 -0700)
commit31c98eafb043cbc82e5de206ceecc5888174b5e6
treefbce72265efd094a696c2ee99e9c962870a057ca
parentf52f5136e6eed23e55098681e5b082cc452136d6
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