summaryrefslogtreecommitdiff
path: root/tests/egl
AgeCommit message (Expand)AuthorFilesLines
2014-04-17EGL_KHR_fence_sync: Add conformance testsChad Versace4-0/+1447
2014-03-30Fix deprecation warnings from XKeycodeToKeysym().Eric Anholt1-2/+4
2014-01-23egl_util : support for es1 and es2 testsTapani Pälli1-6/+34
2014-01-23egl-util: stop running if piglit_automatic is trueTapani Pälli1-1/+1
2014-01-19egl_khr_create_context: Fix X11 and GL requirements in CMakeChad Versace2-11/+3
2014-01-19cmake: indent spaces -> tabsDaniel Kurtz2-3/+3
2014-01-13egl-create-context-valid-flag-debug: build separate gl and gles binariesDaniel Kurtz2-1/+2
2013-12-04egl_ext_client_extensions: Add initial testsChad Versace4-0/+236
2013-11-26egl: Fix CMake traversal into egl/spec dirChad Versace3-7/+1
2013-10-31cmake: Use pkg-config to find EGLChad Versace4-4/+4
2013-10-09egl-1.4: Add test egl-terminate-then-unbind-context (v2)Chad Versace4-0/+122
2013-10-01egl_khr_create_context: Test the debug flag (v2)Chad Versace2-0/+211
2013-10-01egl_khr_create_context: Fix tests for invalid flags (v2)Chad Versace1-13/+23
2013-07-29egl_khr_create_context: Build ES tests only when ES 1 and ES 2 are available.Matt Turner3-10/+37
2013-07-29egl_khr_create_context: Use PIGLIT_DISPATCH_ES* when possible.Matt Turner4-1/+9
2013-07-29egl_khr_create_context: Remove printf to avoid piglit warning.Matt Turner2-3/+0
2013-06-17piglit: Make callers of piglit_dispatch_default_init() specify the API.Eric Anholt11-11/+11
2013-05-30util: Don't call exit() after piglit_report_result() [v2]Chad Versace1-1/+0
2013-01-29egl_khr_create_context: Explain why context creation must succeedChad Versace2-0/+7
2013-01-29egl_khr_create_context: Fix for drivers that don't support GL >= 2.0Chad Versace1-2/+4
2012-11-28egl: Fix typo in previous commitMatt Turner1-1/+1
2012-11-27egl_khr_create_context: Fix build error with old eglext.hChad Versace1-0/+7
2012-11-20egl-create-context-verify-gl-flavor: Test bogus versionsChad Versace1-3/+45
2012-11-20egl_khr_create_context: Check eglChooseConfig's errorsChad Versace1-0/+9
2012-11-20egl-create-context-verify-gl-flavor: Test GLES3Chad Versace1-0/+17
2012-11-14egl: Add test egl-create-context-verify-gl-flavor (v3)Chad Versace2-0/+441
2012-11-14util/egl: Change piglit_expect_egl_error to return a boolChad Versace9-18/+31
2012-10-12egl_khr_create_context: Don't specify the profile in the without-profile caseMatt Turner1-3/+0
2012-10-11egl_khr_create_context_profile: Verify that the profile is ignored pre-3.2Matt Turner2-0/+116
2012-10-11egl_khr_create_context: Verify that the core profile is supported for Desktop...Matt Turner2-0/+156
2012-10-11egl_khr_create_context_profile: Verify that invalid profiles are rejectedMatt Turner2-0/+106
2012-10-05egl_khr_create_context: profile attributes are never invalid for Desktop GLMatt Turner1-43/+0
2012-10-05egl_khr_create_context: Clarify why attributes are rejected in GLESMatt Turner1-2/+2
2012-10-02egl-nok-swap-region: probe front not back bufferRobert Bragg1-6/+31
2012-10-02egl-util: Adds probe_front_pixel_rgb functionRobert Bragg2-0/+35
2012-08-29egl-util: Add call to piglit_dispatch_default_init()Matt Turner1-0/+2
2012-08-29egl_khr_create_context: add extension #defines to common.hBrian Paul1-0/+18
2012-08-27egl_khr_create_context: Brown bag fixesMatt Turner2-7/+6
2012-08-27egl_khr_create_context: Allow forward-compatible contexts to be rejectedMatt Turner1-3/+12
2012-08-24egl_khr_create_context: Verify default minor version is 0 for Desktop GLMatt Turner2-0/+96
2012-08-24egl_khr_create_context: Verify default major version is 1 for Desktop GLMatt Turner2-0/+97
2012-08-24egl_khr_create_context: Verify that the invalid attributes are rejected for GLESMatt Turner2-0/+110
2012-08-24egl_khr_create_context: Verify that the invalid flags are rejected for GLESMatt Turner2-0/+101
2012-08-24egl_khr_create_context: Verify that the attributes list pointer can be NULL f...Matt Turner2-0/+86
2012-08-24egl_khr_create_context: Verify that the attributes list can be empty for Desk...Matt Turner2-0/+89
2012-08-24egl_khr_create_context: Verify that the forward-compatible flag can be accept...Matt Turner2-0/+84
2012-08-24egl_khr_create_context: Verify that the invalid flags are rejected for Deskto...Matt Turner2-0/+94
2012-08-24egl_khr_create_context: Verify that the invalid attributes are rejected for D...Matt Turner2-0/+123
2012-08-24egl_khr_create_context: Verify that the invalid GL versions are rejectedMatt Turner2-0/+122
2012-08-24egl_khr_create_context: Verify that the attributes list pointer can be NULL f...Matt Turner2-0/+82