util/u_surface: Fix util_clear_depth_stencil for Z32_FLOAT_S8X24_UINT.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 7 Nov 2012 12:57:15 +0000 (12:57 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 9 Nov 2012 13:43:19 +0000 (13:43 +0000)
commitbbb48a4a55f7588d678e14e7166e8dac3f2007bc
tree149cd01be0979f516aa6116fa93912c4620272fa
parent49dff2cb0588f821eae6258f330bb7368d6e43b6
util/u_surface: Fix util_clear_depth_stencil for Z32_FLOAT_S8X24_UINT.

util_pack_z_stencil was being unconditionally invoked for all formats,
causing an assertion failure for Z32_FLOAT_S8X24_UINT.

NOTE: Candidate for the stable branches.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/auxiliary/util/u_surface.c