Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.gitlab-ci/ | 04-Jul-2025 | - | ||||
ci/ | 04-Jul-2025 | - | ||||
docs/ | 04-Jul-2025 | - | ||||
perf-testing/ | 04-Jul-2025 | - | ||||
prebuilt-intermediates/ | 04-Jul-2025 | - | ||||
server/ | 04-Jul-2025 | - | ||||
src/ | 04-Jul-2025 | - | ||||
tests/ | 04-Jul-2025 | - | ||||
vtest/ | 04-Jul-2025 | - | ||||
.dir-locals.el | D | 04-Jul-2025 | 271 | |||
.editorconfig | D | 04-Jul-2025 | 468 | |||
.gitignore | D | 04-Jul-2025 | 12 | |||
.gitlab-ci.yml | D | 04-Jul-2025 | 9 KiB | |||
Android.bp | D | 04-Jul-2025 | 5.8 KiB | |||
COPYING | D | 04-Jul-2025 | 1.1 KiB | |||
LICENSE | D | 04-Jul-2025 | 4.5 KiB | |||
METADATA | D | 04-Jul-2025 | 795 | |||
MODULE_LICENSE_MIT | D | 04-Jul-2025 | 0 | |||
NOTICE | D | 04-Jul-2025 | 1.1 KiB | |||
OWNERS | D | 04-Jul-2025 | 272 | |||
README.rst | D | 04-Jul-2025 | 1.3 KiB | |||
README.version | D | 04-Jul-2025 | 99 | |||
config.h.meson | D | 04-Jul-2025 | 1.9 KiB | |||
generate-prebuilts.sh | D | 04-Jul-2025 | 179 | |||
meson.build | D | 04-Jul-2025 | 10.1 KiB | |||
meson_options.txt | D | 04-Jul-2025 | 3 KiB |
README.rst
1`Virglrenderer <https://virgil3d.github.io/>`_ - The VirGL virtual OpenGL renderer 2================================================================================== 3 4 5Source 6------ 7 8This repository lives at https://gitlab.freedesktop.org/virgl/virglrenderer. 9Other repositories are likely forks, and code found there is not supported. 10 11 12Build & install 13--------------- 14 15This project uses the meson build system: 16 17.. code-block:: sh 18 19 $ meson build 20 $ cd build 21 $ ninja install 22 23 24Support 25------- 26 27Many Virglrenderer devs hang on IRC; if you're not sure which channel is 28appropriate, you should ask your question on `OFTC's #virgil3d 29<irc://irc.oftc.net/virgil3d>`_, someone will redirect you if 30necessary. 31Remember that not everyone is in the same timezone as you, so it might 32take a while before someone qualified sees your question. 33 34The next best option is to ask your question in an email to the 35mailing lists: `virglrenderer-devel\@lists.freedesktop.org 36<https://lists.freedesktop.org/mailman/listinfo/virglrenderer-devel>`_ 37 38 39Bug reports 40----------- 41 42If you think something isn't working properly, please file a bug report in 43`GitLab <https://gitlab.freedesktop.org/virgl/virglrenderer/-/issues>`_. 44 45 46Contributing 47------------ 48 49Contributions are welcome, note that Virglrenderer uses GitLab for patches 50submission, review and discussions. 51