OSDN Git Service

mesa: Handle updating texture state for buffer textures.
authorEric Anholt <eric@anholt.net>
Tue, 27 Mar 2012 16:51:24 +0000 (09:51 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 9 Apr 2012 21:34:33 +0000 (14:34 -0700)
commitdcf42dbd066fe633c28afa36820da9e9430038df
tree5fbc2c0e37108f7fa028e93836bcac82efbde572
parent18c2ee0df5fa6679996e40c574d37475be230bd7
mesa: Handle updating texture state for buffer textures.

We have to skip some work that wants to look at texture images, since
buffer textures don't have any of that complexity.

Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/texobj.c
src/mesa/main/texstate.c