mesa: Fold gallium's texture border stripping into a core Mesa option.
authorEric Anholt <eric@anholt.net>
Mon, 17 Oct 2011 21:30:26 +0000 (14:30 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 26 Oct 2011 19:42:17 +0000 (12:42 -0700)
commit9c4b02528752eb6392009e41025202fc9f9ca5b3
tree2d3cfd2d4a890f79a373d6eb867deb8170796cd5
parentb31104e318ec1a49447d3f301bcfe46b22d508db
mesa: Fold gallium's texture border stripping into a core Mesa option.

We wanted to reuse this in the Intel driver.

v2: Move the flag to ctx->Const

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> (v1)
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/mtypes.h
src/mesa/main/teximage.c
src/mesa/state_tracker/st_cb_texture.c
src/mesa/state_tracker/st_extensions.c