r600g: fix z/stencil texture creation v2
authorJerome Glisse <jglisse@redhat.com>
Fri, 15 Jun 2012 17:01:49 +0000 (13:01 -0400)
committerJerome Glisse <jglisse@redhat.com>
Tue, 19 Jun 2012 19:03:36 +0000 (15:03 -0400)
commitb4f0ab0b22625ac1bb3cf16342039557c086ebae
treebbfe8603d3bd1196e82a2ed6244e22a46f533ec2
parent988ad7831c041154828f32cee96a4f01d2573f21
r600g: fix z/stencil texture creation v2

z or stencil texture should not be created with the z/stencil
flags for surface creation as they are intended to be bound
as texture.

v2: remove broken code

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
src/gallium/drivers/r600/r600_texture.c