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)
committerBen Skeggs <skeggsb@gmail.com>
Fri, 15 Feb 2008 02:51:11 +0000 (13:51 +1100)
commit59f0ce86b8696c6dadfaab3099ed2193b411e8d0
treed7232afb0dd30030faacec46c47745d91d1d0a52
parentba499584d624687e91c6436f8ea539ae77173cd4
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