Files
libreoffice/vcl/source/opengl
Jan-Marek Glogowski 9ca30cd1d0 VCL allow plugins to declare OpenGL support
... and get rid of the whole GetBackendCapabilities, which was
just overkill. Maybe this should even be some bitmap + enum
+ set/get function, but I'm too lazy...

In the end add a bool for the OpenGL support of the VCL plugin
(or maybe sticking it into ImplSVData, which is already some
catchall for common VCL data).

Change-Id: I9f0ececac482d8e2a94ef6024628e9631b49e773
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120760
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2021-08-20 09:55:38 +02:00
..
2021-08-08 17:12:12 +02:00
2021-08-08 17:12:12 +02:00

deprecated features

GL_LIGHTING
GL_TEXTURE_2D
GL_POINT_SMOOTH
GL_TEXTURE_WRAP_S
GL_TEXTURE_WRAP_T
glBegin
glEnd


GLSL

texture*D
varying
attribute
missing version string

gl_FragColor
gl_FragData
gl_Normal
gl_NormalMatrix
gl_Vertex