main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw.
authorLaura Ekstrand <laura@jlekstrand.net>
Fri, 5 Dec 2014 18:39:51 +0000 (10:39 -0800)
committerLaura Ekstrand <laura@jlekstrand.net>
Thu, 8 Jan 2015 19:37:28 +0000 (11:37 -0800)
commitea1fb258baef42d51ef24895b978c86dd1db7750
tree3d0419693d1f05bf2306439dd7556d82a3203987
parent460365cde3c0ef439ae2f521063a2715da41b4b7
main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw.

This reflects the new naming convention for software fallbacks.  To avoid
confusion with ARB_DIRECT_STATE_ACCESS backend functions, software fallbacks
now have the form _mesa_[Driver function name]_sw.

Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/drivers/common/driverfuncs.c
src/mesa/main/texgetimage.c
src/mesa/main/texgetimage.h
src/mesa/state_tracker/st_cb_texture.c