main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw.
authorLaura Ekstrand <laura@jlekstrand.net>
Fri, 5 Dec 2014 18:35:47 +0000 (10:35 -0800)
committerLaura Ekstrand <laura@jlekstrand.net>
Thu, 8 Jan 2015 19:37:28 +0000 (11:37 -0800)
commit460365cde3c0ef439ae2f521063a2715da41b4b7
tree3f55cd4b13aba8f9186f291627bb060672439be8
parent16f6d9cf5f93eb6cdd80e2b5f6cdd7dcfb30ea89
main: Renamed _mesa_get_teximage to _mesa_GetTexImage_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/meta.c
src/mesa/main/texgetimage.c
src/mesa/main/texgetimage.h
src/mesa/state_tracker/st_cb_texture.c