• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

shaders/H07-Oct-2020-1,144915

win/H07-Oct-2020-2,0721,665

x11/H07-Oct-2020-1,054804

DeviceInfo.cxxH A D07-Oct-2020471 174

FixedTextureAtlas.cxxH A D07-Oct-20203.7 KiB138100

LineRenderUtils.cxxH A D07-Oct-20207 KiB190130

PackedTextureAtlas.cxxH A D07-Oct-20205.9 KiB189147

README.deprecatedH A D07-Oct-2020234 2418

README.openglH A D07-Oct-2020825 2717

RenderList.cxxH A D07-Oct-202016 KiB404301

framebuffer.cxxH A D07-Oct-20203 KiB10981

gdiimpl.cxxH A D07-Oct-202071.1 KiB2,2681,762

opengl_blacklist_windows.xmlH A D07-Oct-20202.4 KiB6844

program.cxxH A D07-Oct-202011.2 KiB391319

salbmp.cxxH A D07-Oct-202027.6 KiB958742

scale.cxxH A D07-Oct-202014.4 KiB424302

texture.cxxH A D07-Oct-202018.1 KiB607486

README.deprecated

1deprecated features
2
3GL_LIGHTING
4GL_TEXTURE_2D
5GL_POINT_SMOOTH
6GL_TEXTURE_WRAP_S
7GL_TEXTURE_WRAP_T
8glBegin
9glEnd
10
11
12GLSL
13
14texture*D
15varying
16attribute
17missing version string
18
19gl_FragColor
20gl_FragData
21gl_Normal
22gl_NormalMatrix
23gl_Vertex
24

README.opengl

1Run LO with OpenGL enabled
2--------------------------
3SAL_USE_VCLPLUGIN=gen SAL_FORCEGL=1 ./soffice
4
5Environment variables used:
6
7SAL_USE_VCLPLUGIN - use the specified VCL plugin (GTK2 in this case - currently
8needed on Linux because the default GTK3 doesn't support OpenGL yet)
9
10SAL_FORCEGL - enable OpenGL even if the card is blacklisted.
11
12Other variables:
13
14LIBGL_ALWAYS_SOFTWARE=1 - on Linux+Mesa forces the software renderer to be used
15(this is useful as an alternative to spot driver specific bugs)
16
17SAL_LOG=+INFO.vcl.opengl - if "--enable-dbgutil" is used, this can show OpenGL
18various rendering messages.
19
20LD_PRELOAD=/usr/lib64/apitrace/wrappers/glxtrace.so - preload the wrapper for
21APItrace. The path is the default used in Fedora 21+.
22
23Run VCLDemo
24-----------
25
26SAL_USE_VCLPLUGIN=gen SAL_FORCEGL=1 ./bin/run vcldemo
27