index
:
piglit
dither
glean-master
glsl2
master
shader_runner
piglit is an OpenGL test suite
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
egl
/
spec
/
egl_khr_create_context
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-31
egl_khr_create_context: handle Compatibility contexts properly
Marek Olšák
4
-10
/
+14
2017-05-30
egl_khr_create_context: Don't expect GL_CONTEXT_FLAGS query to work when it c...
Ian Romanick
1
-8
/
+54
2017-04-15
tests/egl: report 'skip' instead of 'fail' if not running under X
Marek Olšák
1
-1
/
+1
2016-01-07
egl: Use piglit_require_egl_extension
Neil Roberts
1
-14
/
+3
2015-04-22
egl_khr_create_context: use ES1 dispatch
Daniel Kurtz
5
-14
/
+5
2014-08-07
egl-create-context-valid-flag-debug-gles: Add missing break.
Vinson Lee
1
-0
/
+1
2014-07-15
util/gl: Rename piglit-util-gl-common.h
Chad Versace
20
-20
/
+20
2014-01-19
egl_khr_create_context: Fix X11 and GL requirements in CMake
Chad Versace
2
-11
/
+3
2014-01-13
egl-create-context-valid-flag-debug: build separate gl and gles binaries
Daniel Kurtz
2
-1
/
+2
2013-10-31
cmake: Use pkg-config to find EGL
Chad Versace
2
-2
/
+2
2013-10-01
egl_khr_create_context: Test the debug flag (v2)
Chad Versace
2
-0
/
+211
2013-10-01
egl_khr_create_context: Fix tests for invalid flags (v2)
Chad Versace
1
-13
/
+23
2013-07-29
egl_khr_create_context: Build ES tests only when ES 1 and ES 2 are available.
Matt Turner
2
-10
/
+32
2013-07-29
egl_khr_create_context: Use PIGLIT_DISPATCH_ES* when possible.
Matt Turner
4
-1
/
+9
2013-07-29
egl_khr_create_context: Remove printf to avoid piglit warning.
Matt Turner
2
-3
/
+0
2013-06-17
piglit: Make callers of piglit_dispatch_default_init() specify the API.
Eric Anholt
10
-10
/
+10
2013-05-30
util: Don't call exit() after piglit_report_result() [v2]
Chad Versace
1
-1
/
+0
2013-01-29
egl_khr_create_context: Explain why context creation must succeed
Chad Versace
2
-0
/
+7
2013-01-29
egl_khr_create_context: Fix for drivers that don't support GL >= 2.0
Chad Versace
1
-2
/
+4
2012-11-28
egl: Fix typo in previous commit
Matt Turner
1
-1
/
+1
2012-11-27
egl_khr_create_context: Fix build error with old eglext.h
Chad Versace
1
-0
/
+7
2012-11-20
egl-create-context-verify-gl-flavor: Test bogus versions
Chad Versace
1
-3
/
+45
2012-11-20
egl_khr_create_context: Check eglChooseConfig's errors
Chad Versace
1
-0
/
+9
2012-11-20
egl-create-context-verify-gl-flavor: Test GLES3
Chad Versace
1
-0
/
+17
2012-11-14
egl: Add test egl-create-context-verify-gl-flavor (v3)
Chad Versace
2
-0
/
+441
2012-11-14
util/egl: Change piglit_expect_egl_error to return a bool
Chad Versace
8
-14
/
+20
2012-10-12
egl_khr_create_context: Don't specify the profile in the without-profile case
Matt Turner
1
-3
/
+0
2012-10-11
egl_khr_create_context_profile: Verify that the profile is ignored pre-3.2
Matt Turner
2
-0
/
+116
2012-10-11
egl_khr_create_context: Verify that the core profile is supported for Desktop...
Matt Turner
2
-0
/
+156
2012-10-11
egl_khr_create_context_profile: Verify that invalid profiles are rejected
Matt Turner
2
-0
/
+106
2012-10-05
egl_khr_create_context: profile attributes are never invalid for Desktop GL
Matt Turner
1
-43
/
+0
2012-10-05
egl_khr_create_context: Clarify why attributes are rejected in GLES
Matt Turner
1
-2
/
+2
2012-08-29
egl_khr_create_context: add extension #defines to common.h
Brian Paul
1
-0
/
+18
2012-08-27
egl_khr_create_context: Brown bag fixes
Matt Turner
2
-7
/
+6
2012-08-27
egl_khr_create_context: Allow forward-compatible contexts to be rejected
Matt Turner
1
-3
/
+12
2012-08-24
egl_khr_create_context: Verify default minor version is 0 for Desktop GL
Matt Turner
2
-0
/
+96
2012-08-24
egl_khr_create_context: Verify default major version is 1 for Desktop GL
Matt Turner
2
-0
/
+97
2012-08-24
egl_khr_create_context: Verify that the invalid attributes are rejected for GLES
Matt Turner
2
-0
/
+110
2012-08-24
egl_khr_create_context: Verify that the invalid flags are rejected for GLES
Matt Turner
2
-0
/
+101
2012-08-24
egl_khr_create_context: Verify that the attributes list pointer can be NULL f...
Matt Turner
2
-0
/
+86
2012-08-24
egl_khr_create_context: Verify that the attributes list can be empty for Desk...
Matt Turner
2
-0
/
+89
2012-08-24
egl_khr_create_context: Verify that the forward-compatible flag can be accept...
Matt Turner
2
-0
/
+84
2012-08-24
egl_khr_create_context: Verify that the invalid flags are rejected for Deskto...
Matt Turner
2
-0
/
+94
2012-08-24
egl_khr_create_context: Verify that the invalid attributes are rejected for D...
Matt Turner
2
-0
/
+123
2012-08-24
egl_khr_create_context: Verify that the invalid GL versions are rejected
Matt Turner
2
-0
/
+122
2012-08-24
egl_khr_create_context: Verify that the attributes list pointer can be NULL f...
Matt Turner
2
-0
/
+82
2012-08-24
egl_khr_create_context: Verify that the attributes list can be empty for GLES
Matt Turner
2
-0
/
+85
2012-08-24
egl_khr_create_context: Verify default minor version is 0 for GLES
Matt Turner
2
-0
/
+93
2012-08-24
egl_khr_create_context: Verify default major version is 1 for GLES
Matt Turner
2
-0
/
+89
2012-08-24
egl_khr_create_context: Add common test infrastructure
Matt Turner
4
-0
/
+201