mesa: dont set GLSLVersion in _mesa_init_constants()
authorTimothy Arceri <tarceri@itsqueeze.com>
Mon, 7 May 2018 23:19:04 +0000 (09:19 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Wed, 9 May 2018 04:24:22 +0000 (14:24 +1000)
commit2a621acc8d31702a4c7e09d567c8dbc1c9231cd8
treeaa2324ac693aada005f79d486c9123a92ef82d77
parent0783399d796823fbefaab7af5551d0df90bd9dac
mesa: dont set GLSLVersion in _mesa_init_constants()

Just leave it as 0 and let the drivers set it (as they already do)
to avoid redundantly initialising it.

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