diff options
author | Daniel Kurtz <djkurtz@chromium.org> | 2014-10-17 00:57:49 +0800 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2015-04-22 14:03:28 +0200 |
commit | e90a0f1e90e0c526bb90b3b0ff8a31732bd4c6ea (patch) | |
tree | 32fb5efb381cb0bbfd769f7b6ee9a5b9fd601656 /tests/egl/spec/egl_khr_create_context/valid-attribute-null-gles.c | |
parent | 552e00b1744af27930e65c355d510390fbcf53d4 (diff) |
egl_khr_create_context: use ES1 dispatch
Using ES1 dispatch works now, so let's use it for gles tests.
Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'tests/egl/spec/egl_khr_create_context/valid-attribute-null-gles.c')
-rw-r--r-- | tests/egl/spec/egl_khr_create_context/valid-attribute-null-gles.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/egl/spec/egl_khr_create_context/valid-attribute-null-gles.c b/tests/egl/spec/egl_khr_create_context/valid-attribute-null-gles.c index 4759702dc..a4b5fdeff 100644 --- a/tests/egl/spec/egl_khr_create_context/valid-attribute-null-gles.c +++ b/tests/egl/spec/egl_khr_create_context/valid-attribute-null-gles.c @@ -51,8 +51,7 @@ int main(int argc, char **argv) piglit_report_result(PIGLIT_FAIL); } - /* FINISHME: Use PIGLIT_DISPATCH_ES1 when implemented. */ - piglit_dispatch_default_init(PIGLIT_DISPATCH_GL); + piglit_dispatch_default_init(PIGLIT_DISPATCH_ES1); version_string = (char *) glGetString(GL_VERSION); |