OSDN Git Service

gallium: strip borders from textures passed to st_TexImage.
authorBrian <brian.paul@tungstengraphics.com>
Mon, 11 Feb 2008 16:38:36 +0000 (09:38 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 11 Feb 2008 16:46:50 +0000 (09:46 -0700)
commit212b27d33f94eeb25ba9cbc58f9e41295a29d2c9
treec804ebd8a5e262bf396336615c4715c4c5a54c59
parentcfe9e66f2bc596c43760911e7c1604bb32cdee28
gallium: strip borders from textures passed to st_TexImage.

Manipulate the unpack params to skip the border.  Gallium drivers won't support
texture borders.
src/mesa/state_tracker/st_cb_texture.c