[Piglit] [PATCH 1/4] egl-util.h : add EGL config attributes to egl_test struct

Tapani Pälli tapani.palli at intel.com
Tue May 24 01:02:01 PDT 2011


---
 tests/egl/egl-util.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/egl/egl-util.h b/tests/egl/egl-util.h
index f44a79e..e60de9b 100644
--- a/tests/egl/egl-util.h
+++ b/tests/egl/egl-util.h
@@ -22,6 +22,7 @@ struct egl_state {
 };
 
 struct egl_test {
+	const EGLint *config_attribs;
 	const char **extensions;
 	enum piglit_result (*draw)(struct egl_state *state);
 };
-- 
1.7.5.1

---------------------------------------------------------------------
Intel Finland Oy
Registered Address: PL 281, 00181 Helsinki 
Business Identity Code: 0357606 - 4 
Domiciled in Helsinki 

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.



More information about the Piglit mailing list