mesa: add MESA_NO_MINMAX_CACHE environment variable
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Mon, 11 Jan 2016 20:56:22 +0000 (15:56 -0500)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Wed, 3 Feb 2016 13:04:11 +0000 (14:04 +0100)
commitbc8a6842a95aac4e41d11817f8f05b287f3fea6c
tree62354ca68f6ca9f7a52645f98df6efb45aad6275
parent761c7d59c4403832c33d931bb097d060ed07e555
mesa: add MESA_NO_MINMAX_CACHE environment variable

When set to a truish value, this globally disables the minmax cache for all
buffer objects.

No #ifdef DEBUG guards because this option can be interesting for
benchmarking.

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