gallium: Fixes for clobbering stencil values in combined depth/stencil textures.
authorMichel Dänzer <daenzer@vmware.com>
Tue, 7 Jul 2009 12:49:52 +0000 (14:49 +0200)
committerMichel Dänzer <daenzer@vmware.com>
Tue, 7 Jul 2009 12:49:52 +0000 (14:49 +0200)
commit71633abafc935c25da9731bab48c228ceb9b4097
tree0712162d0100a8419a3794c90313a3a7c1dc2bff
parent25b492b976632269dfa3de164545d50a53c090ce
gallium: Fixes for clobbering stencil values in combined depth/stencil textures.

Also fix one case where a 32 bit depth value was incorrectly converted to a
combined depth/stencil value.
src/gallium/auxiliary/util/u_tile.c
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_cb_texture.c