st/mesa: use pipe var instead of st->pipe in st_create_context_priv()
authorBrian Paul <brianp@vmware.com>
Fri, 12 Aug 2016 18:37:02 +0000 (12:37 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 16 Aug 2016 14:28:33 +0000 (08:28 -0600)
commitdf2dcf62008c22a8e2ca6b17936bf27c025e9416
tree761f6f429e33bf22fe92b754e9f67b98f71e8303
parent038b1b11fe596a3a7e0a1492c7887fada75ce1ca
st/mesa: use pipe var instead of st->pipe in st_create_context_priv()

As is done in most other places in the function.

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