mesa: Add missing types in _mesa_texstore_xx_xx() functions
authorAnuj Phogat <anuj.phogat@gmail.com>
Fri, 21 Mar 2014 19:55:19 +0000 (12:55 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Thu, 1 May 2014 17:58:40 +0000 (10:58 -0700)
commitaeb9d4495dc32bcb457045b4ea8f4e5f0d4fc8c8
treed96bfbc104f42d523c1ef8f6513602481432e88d
parentd714b20eb4617f24b496a09028a90fdd8c19b5bd
mesa: Add missing types in _mesa_texstore_xx_xx() functions

Depth-stencil teture targets are allowed to use source data of type
GL_UNSIGNED_INT_24_8_EXT and GL_FLOAT_32_UNSIGNED_INT_24_8_REV.

Fixes few crashes in Khronos OpenGL CTS packed_pixels tests.

Cc: <mesa-stable@lists.freedesktop.org>
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/texstore.c