mesa: Add new helper function _mesa_unpack_depth_stencil_row()
authorAnuj Phogat <anuj.phogat@gmail.com>
Fri, 21 Mar 2014 18:05:55 +0000 (11:05 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Thu, 1 May 2014 17:58:40 +0000 (10:58 -0700)
commit7a8045d2f7b7f749a555dbe5f51c327ab0cd6cc8
tree8af8df71bf9bab9a7c6a015edcfaee8c8d76b31f
parentef924f0de93accff2ea12dbd90cc3c1df794c8f5
mesa: Add new helper function _mesa_unpack_depth_stencil_row()

This patch makes non-functional changes in the code. New helper
function added here will make it easier to support more data
types in the following patches.

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/format_unpack.c
src/mesa/main/format_unpack.h
src/mesa/main/texgetimage.c