OSDN Git Service

mesa: remove cache creation from _mesa_initialize_context()
authorTimothy Arceri <tarceri@itsqueeze.com>
Mon, 6 Feb 2017 10:23:31 +0000 (21:23 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Fri, 17 Feb 2017 00:18:43 +0000 (11:18 +1100)
commit87009681a53436700a477c45cb13272fa4a881fd
tree4f115e5823b0ece8b173628c3fa3be3f08e85ff5
parent6602d0401c23211af122f4ef5a86acf5dd9665e7
mesa: remove cache creation from _mesa_initialize_context()

We will change the way we create the cache directory in the following
patches.

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