Revert "mesa: add missing RGB9_E5 format in _mesa_base_fbo_format"
authorAntia Puentes <apuentes@igalia.com>
Fri, 26 Jan 2018 11:10:30 +0000 (12:10 +0100)
committerAntia Puentes <apuentes@igalia.com>
Wed, 31 Jan 2018 11:06:00 +0000 (12:06 +0100)
commit0da434fb47c19f3cbf0b2561ac9595a89fb236a1
tree21d0cc71d72a9e091eab232cd05931988a0fe4aa
parent1cf1bf32eff5ffca0b928c0884b0e792207b61b7
Revert "mesa: add missing RGB9_E5 format in _mesa_base_fbo_format"

This reverts commit 513c2263cbff45edb105c7b46e58f316e06746ab.

_mesa_base_fbo_format_ is used to validate the internalformat
passed to RenderbufferStorage, which in the OpenGL 4.6 is said:

"An INVALID_ENUM error is generated if internalformat is not one of the
color-renderable, depth-renderable, or stencil-renderable formats defined
in section 9.4."

RGB9_E5 format is not renderable, as stated in the same specification
(Bug 9338).

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104794

Cc: Juan A. Suarez Romero <jasuarez@igalia.com>
Cc: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
src/mesa/main/fbobject.c