mesa: move gl_external_samplers() to program.[ch]
authorBrian Paul <brianp@vmware.com>
Wed, 17 Jan 2018 04:53:29 +0000 (21:53 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 17 Jan 2018 18:17:56 +0000 (11:17 -0700)
commit7421e34dd69dfb8911e99b6004f8806707c323d1
treeaf8a43a0f72cc48cb8723bee573220b453c7ebf7
parent6dc8896726b8fdfb69705dbe298e074a21cd05cf
mesa: move gl_external_samplers() to program.[ch]

The function is only called from a couple places.  It doesn't make
sense to have it in mtypes.h

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/mesa/main/mtypes.h
src/mesa/program/program.c
src/mesa/program/program.h