diff options
author | Robert Bragg <robert@linux.intel.com> | 2012-03-05 21:42:08 +0000 |
---|---|---|
committer | Robert Bragg <robert@linux.intel.com> | 2012-03-05 22:58:42 +0000 |
commit | bd8f0a5673cbd0c60ee43d0d3d794b7fd43e722e (patch) | |
tree | d66563a516a3b00729671412c2ca24996fa2b6a0 /doc | |
parent | ae091f2cbbae3b7035d0c8aeffbf604834e83932 (diff) | |
download | cogl-bd8f0a5673cbd0c60ee43d0d3d794b7fd43e722e.tar.gz |
docs: remove redundancies from doc/RELEASING
This removes the notes about explicitly testing a release on GLES2 and
with the different pipeline backends since the test suite now does this
for us.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/RELEASING | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/RELEASING b/doc/RELEASING index 9bdde6a8..5a641072 100644 --- a/doc/RELEASING +++ b/doc/RELEASING @@ -31,22 +31,6 @@ When making a new release; $ make check - - Test with all of the pipeline backends: - - $ COGL_DEBUG=disable-arbfp make check - $ COGL_DEBUG=disable-arbfp,disable-fixed make check - - - Test with the GLES2 driver: - - $ COGL_RENDERER=EGL_XLIB COGL_DRIVER=gles2 \ - bash -c 'for x in `./tests/conform/test-conformance -l`; - do ./tests/conform/test-conformance -p $x > /dev/null \ - || echo "FAILED: $x"; done' - - Note that some of these tests are currently known to fail. Please - make a note of these failures in the release notes and verify that - no new failures have appeared since the last release. - - Test with Clutter: Since we haven't migrated all the Cogl unit tests from Clutter yet, you |