mesa/main: R10G10B10_(A2) formats are not color renderable in ES
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Wed, 27 Sep 2017 13:25:10 +0000 (15:25 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Mon, 2 Oct 2017 13:07:43 +0000 (15:07 +0200)
commitd2b60e433e50032e398fb92181f22a78601a5538
tree9f80e072f8a072b8451799bae03c1a9577d77caf
parentf38b94285db7c0630b16cf6b8abc80e973e2e09f
mesa/main: R10G10B10_(A2) formats are not color renderable in ES

The EXT_texture_type_2_10_10_10_REV (ES only) states the following issue:

   "1. Should textures specified with this type be renderable?

    UNRESOLVED: No.  A separate extension could provide this functionality."

This partially fixes
dEQP-GLES3.functional.fbo.completeness.renderable.texture.color0.{rgb,rgba}_unsigned_int_2_10_10_10_rev

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