st/mesa: stop calling _mesa_init_shader_object_functions()
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 4 Apr 2018 06:29:59 +0000 (16:29 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Tue, 10 Apr 2018 04:43:45 +0000 (14:43 +1000)
commitf33d9036b9145e3ff015e14537398d79c40fcf3f
tree23899c70ac2ef50ea79cb8a15ecd4ac43e2ad6db
parentc3f9d5c235734757f7a9cf2413d823b3a06cf0ad
st/mesa: stop calling _mesa_init_shader_object_functions()

This sets the LinkShader function for the driver, but for the st we
set it properly with the following call to st_init_program_functions().

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/state_tracker/st_context.c