Re: [Mesa-dev] [PATCH v2] docs: update MESA_DEBUG envvar documentation.

2016-06-30 Thread Alejandro Piñeiro
On 30/06/16 15:28, Brian Paul wrote: > On 06/29/2016 09:50 AM, Alejandro Piñeiro wrote: >> silent, flush, incomplete_tex and incomplete_fbo flags were not >> documented (see src/mesa/main.debug.c for more info). >> >> FP is not checked anymore. >> >> v2 (Brian Paul): >> * MESA_DEBUG accepts a com

Re: [Mesa-dev] [PATCH v2] docs: update MESA_DEBUG envvar documentation.

2016-06-30 Thread Brian Paul
On 06/29/2016 09:50 AM, Alejandro Piñeiro wrote: silent, flush, incomplete_tex and incomplete_fbo flags were not documented (see src/mesa/main.debug.c for more info). FP is not checked anymore. v2 (Brian Paul): * MESA_DEBUG accepts a comma-separated list of parameters. * Clarify how MESA_DE

[Mesa-dev] [PATCH v2] docs: update MESA_DEBUG envvar documentation.

2016-06-29 Thread Alejandro Piñeiro
silent, flush, incomplete_tex and incomplete_fbo flags were not documented (see src/mesa/main.debug.c for more info). FP is not checked anymore. v2 (Brian Paul): * MESA_DEBUG accepts a comma-separated list of parameters. * Clarify how MESA_DEBUG behaves with mesa debug and release builds. * Up