mesa/formatquery: expand NUM_SAMPLE_COUNTS OpenGL ES comment
authorAlejandro Piñeiro <apinheiro@igalia.com>
Fri, 6 May 2016 14:13:26 +0000 (16:13 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Fri, 3 Jun 2016 05:38:25 +0000 (07:38 +0200)
commit9bdbb9c0e0d0fb73831c590eb9626a3298f55982
treec95664d9313fc6d5f7f2a4861d78563700b7fe57
parentd10ae20b9678f1a5b8a81716c68e612662665277
mesa/formatquery: expand NUM_SAMPLE_COUNTS OpenGL ES comment

For ES 3.0 NUM_SAMPLE_COUNTS spec points that some formats will be
always zero. But on ES 3.1 can be different to zero.

The current code is correctly checking exactly against version 3.0,
but the comment only mentions 3.0 spec. It is clearer mentioning both.

v2: better wording on the comment (Ian Romanick)

Acked-by: Eduardo Lima <elima@igalia.com>
Acked-by: Antia Puentes <apuentes@igalia.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/formatquery.c