[cogl] doc/RELEASING: Add a note to test with all pipeline backends and GLES2
- From: Neil Roberts <nroberts src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] doc/RELEASING: Add a note to test with all pipeline backends and GLES2
- Date: Tue, 21 Feb 2012 19:55:06 +0000 (UTC)
commit addf48f62f72258e3595f04f63dd698583ddd7be
Author: Neil Roberts <neil linux intel com>
Date: Tue Feb 21 18:22:28 2012 +0000
doc/RELEASING: Add a note to test with all pipeline backends and GLES2
This adds a test step to test all of the pipeline backends and GLES2.
GLES2 is currently known to fail for a few tests so it is recommended
to test it with a for loop and make a note of the list of failed
tests.
doc/RELEASING | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/doc/RELEASING b/doc/RELEASING
index 5a64107..9bdde6a 100644
--- a/doc/RELEASING
+++ b/doc/RELEASING
@@ -31,6 +31,22 @@ 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]