Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.gitlab-ci/ | H | 25-Apr-2025 | - | 9,453 | 9,235 | |
ci/ | H | 25-Apr-2025 | - | 771,237 | 770,935 | |
docs/ | H | 25-Apr-2025 | - | 223 | 176 | |
perf-testing/ | H | 25-Apr-2025 | - | 1,307 | 1,017 | |
prebuilt-intermediates/ | H | 25-Apr-2025 | - | 11,717 | 11,335 | |
server/ | H | 25-Apr-2025 | - | 2,577 | 1,871 | |
src/ | H | 25-Apr-2025 | - | 145,661 | 110,214 | |
tests/ | H | 25-Apr-2025 | - | 8,231 | 6,631 | |
vtest/ | H | 25-Apr-2025 | - | 3,700 | 2,761 | |
.dir-locals.el | H A D | 25-Apr-2025 | 271 | 13 | 12 | |
.editorconfig | H A D | 25-Apr-2025 | 468 | 32 | 23 | |
.gitignore | H A D | 25-Apr-2025 | 12 | 2 | 1 | |
.gitlab-ci.yml | H A D | 25-Apr-2025 | 9 KiB | 350 | 282 | |
Android.bp | H A D | 25-Apr-2025 | 5.8 KiB | 179 | 172 | |
COPYING | H A D | 25-Apr-2025 | 1.1 KiB | 21 | 16 | |
LICENSE | H A D | 25-Apr-2025 | 4.5 KiB | 93 | 76 | |
METADATA | H A D | 25-Apr-2025 | 795 | 24 | 22 | |
MODULE_LICENSE_MIT | HD | 25-Apr-2025 | 0 | |||
NOTICE | H A D | 25-Apr-2025 | 1.1 KiB | 21 | 16 | |
OWNERS | H A D | 25-Apr-2025 | 165 | 5 | 4 | |
README.rst | H A D | 25-Apr-2025 | 1.3 KiB | 51 | 32 | |
README.version | H A D | 25-Apr-2025 | 99 | 5 | 4 | |
config.h.meson | H A D | 25-Apr-2025 | 1.9 KiB | 58 | 57 | |
generate-prebuilts.sh | H A D | 25-Apr-2025 | 179 | 5 | 3 | |
meson.build | H A D | 25-Apr-2025 | 10.1 KiB | 330 | 277 | |
meson_options.txt | H A D | 25-Apr-2025 | 3 KiB | 122 | 108 |
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