Commit graph

11 commits

Author SHA1 Message Date
Kyle Brenneman 4ef975ca83 Update the README file.
Fix a few sections in the README file that are incorrect or out of date.

Expand the dispatching explanation to describe libGLdispatch and libEGL.
2017-04-13 14:14:49 -06:00
Kyle Brenneman 382eb05efa Checked in a copy of the cJSON library.
This will be used to parse JSON config files that will describe the available
vendor libraries for EGL.
2016-06-22 16:13:35 -06:00
Kyle Brenneman 093f0485da Update the README file.
Update the README file to reflect various changes to libglvnd.
2016-06-10 13:27:14 -06:00
Eric Engestrom 3c87d939aa Fix spelling mistakes 2016-04-03 16:14:15 +01:00
Luca Boccassi 760de850e9 Document build dependencies in README.md 2016-02-09 16:48:03 +00:00
Kyle Brenneman 735de93053 Update the readme file.
Updated a couple of places that were out of date.

Removed the TODO section, since the remaining items on it are tracked on
Github's issue tracker instead (#44 and #45).
2015-09-30 13:31:32 -06:00
Adam Jackson 663a2bf049 [libglvnd] Add NVIDIA license to README.md
This is mostly to get the Khronos clause into the documentation, which
distributions will need to include in their binary packages.

Signed-off-by: Adam Jackson <ajax@redhat.com>
2015-03-18 14:15:51 -04:00
Brian Nguyen 248440f968 s/X?GLVendor/x11glvnd/ for consistency 2015-02-03 13:49:18 -08:00
Brian Nguyen 82600cccb2 Update README now that ELF symbol filtering is disabled by default
Signed-off-by: Brian Nguyen <brnguyen@nvidia.com>
2013-12-04 10:08:27 -08:00
Brian Nguyen acb5f98231 [tests] Replace SKIP_ENV_INIT with DO_X11_TESTS
Instead of requiring a special environment variable to skip tests
which require a special X11 environment, skip these tests by default
and have users opt-in with the DO_X11_TESTS environment variable.

Signed-off-by: Brian Nguyen <brnguyen@nvidia.com>
2013-09-27 10:25:45 -07:00
Brian Nguyen bb44b4b18b Add README
This gives a brief overview of the code and instructions on building the
prototype and running unit tests.

This is based off of Andy Ritger's README in the original libGLX
prototype library.
2013-08-26 11:03:43 -07:00