OSDN Git Service

mesa/core: Enable EXT_texture_sRGB_R8 also for desktop GL
authorGert Wollny <gert.wollny@collabora.com>
Thu, 24 Jan 2019 11:38:05 +0000 (12:38 +0100)
committerGert Wollny <gw.fossdev@gmail.com>
Wed, 30 Jan 2019 11:32:40 +0000 (11:32 +0000)
commit45903cddc371f0893730dc7621cb8dc03db153e0
tree11f8290fabe1161fae1814018201d7d5678483a9
parent9c762c01c8f69e8209935d902648cb174de8c8bf
mesa/core: Enable EXT_texture_sRGB_R8 also for desktop GL

As of Nov/30/2018 the extension is also valid for OpenGL >= 1.2, so
enable it accordingly and also add the required view class entry.

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/main/extensions_table.h
src/mesa/main/textureview.c