You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Akihiko Odaki c8b112f5f5
Revert "vrend: Check GL errors"
2 years ago
.gitlab-ci Revert "vrend: Check GL errors" 2 years ago
ci ci: Remove obsolete CI configuration files 2 years ago
docs vkr: move to a subdirectory 3 years ago
perf-testing perf: update mesa configuration flags to silence warnings 3 years ago
server server: update render protocol to reflect the actual ops 2 years ago
src Revert "vrend: Check GL errors" 2 years ago
tests Revert "vrend: Check GL errors" 2 years ago
vtest vtest: support --render-server 2 years ago
.dir-locals.el add emacs editing/indent rules 9 years ago
.editorconfig Add .editorconfig 2 years ago
.gitignore Add __pycache__ to gitignore 2 years ago
.gitlab-ci.yml ci: Reduce the number of jobs 2 years ago
COPYING virglrenderer: add license file 9 years ago
README.rst Add simple README.rst 3 years ago
config.h.meson virgl: add render server 2 years ago
meson.build Do not require libdrm 2 years ago
meson_options.txt virgl: add render server 2 years ago
virglrenderer.pc.in build: move include to virgl subdir 9 years ago

README.rst

`Virglrenderer <https://virgil3d.github.io/>`_ - The VirGL virtual OpenGL renderer
==================================================================================


Source
------

This repository lives at https://gitlab.freedesktop.org/virgl/virglrenderer.
Other repositories are likely forks, and code found there is not supported.


Build & install
---------------

This project uses the meson build system:

.. code-block:: sh

$ meson build
$ cd build
$ ninja install


Support
-------

Many Virglrenderer devs hang on IRC; if you're not sure which channel is
appropriate, you should ask your question on `OFTC's #virgil3d
<irc://irc.oftc.net/virgil3d>`_, someone will redirect you if
necessary.
Remember that not everyone is in the same timezone as you, so it might
take a while before someone qualified sees your question.

The next best option is to ask your question in an email to the
mailing lists: `virglrenderer-devel\@lists.freedesktop.org
<https://lists.freedesktop.org/mailman/listinfo/virglrenderer-devel>`_


Bug reports
-----------

If you think something isn't working properly, please file a bug report in
`GitLab <https://gitlab.freedesktop.org/virgl/virglrenderer/-/issues>`_.


Contributing
------------

Contributions are welcome, note that Virglrenderer uses GitLab for patches
submission, review and discussions.