gallium: added a texture format sanity check/assertion in st_texture_create()
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 28 Feb 2008 18:17:30 +0000 (11:17 -0700)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 28 Feb 2008 18:36:54 +0000 (11:36 -0700)
commit01e53be2b80d5bcb48102f7f1be507b6a5a5832a
tree62402b10b732637601514bbf825e05a9a77a7d86
parent476cc931f2bba69d4075b7c44985b145c3999af5
gallium: added a texture format sanity check/assertion in st_texture_create()

make sure the tex format is actually supported by the driver.
src/mesa/state_tracker/st_texture.c