st/mesa: move around some code in st_context.c
authorBrian Paul <brianp@vmware.com>
Thu, 7 Mar 2019 16:55:09 +0000 (09:55 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 12 Mar 2019 02:08:16 +0000 (20:08 -0600)
commitc7d25046254bbd1a96ce4ba7572c1afb8dc52afd
tree6f9a4b02885555a69a17c45cf8c589be4a0d3f3b
parentb29d827f09729259d772c4bbbf1b4d4606359736
st/mesa: move around some code in st_context.c

st_init_driver_functions() is only called in st_context.c so there's
no need for the prototype in st_context.h

To avoid a forward declaration of st_init_driver_functions() in
st_context.c, we need to move around several other functions.

No functional change.

Reviewed-by: Neha Bhende <bhenden@vmware.com>
src/mesa/state_tracker/st_context.c
src/mesa/state_tracker/st_context.h