summaryrefslogtreecommitdiff
path: root/tests/egl/egl-util.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-07egl-util: introduce egl_util_create_native_pixmap helperEmil Velikov1-3/+9
2018-08-07egl-util: use piglit_egl_get_display over eglGetDisplayEmil Velikov1-2/+2
2018-08-07egl: Call eglBindAPI after eglInitializeEmil Velikov1-8/+8
2017-04-15tests/egl: report 'skip' instead of 'fail' if not running under XMarek Olšák1-2/+1
2016-01-07egl: Use piglit_require_egl_extensionNeil Roberts1-9/+4
2015-07-08egl-gl-colorspace: new test for the EGL extensionMarek Olšák1-1/+3
2014-11-03egl-util.c: add warning if no EGL_RENDERABLE_TYPE is defined for testJuha-Pekka Heikkila1-0/+1
2014-08-13egl-util: zero-init state in egl_util_run to avoid crash on failureDaniel Kurtz1-1/+1
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2014-05-20egl/utils: Prepare egl_util_run to be called from piglit subtests.Sarah Sharp1-18/+38
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
2013-06-17piglit: Make callers of piglit_dispatch_default_init() specify the API.Eric Anholt1-1/+1
2012-10-02egl-util: Adds probe_front_pixel_rgb functionRobert Bragg1-0/+31
2012-08-29egl-util: Add call to piglit_dispatch_default_init()Matt Turner1-0/+2
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič1-1/+1
2011-11-08egl: Add fields egl_test::window_width,window_heightChad Versace1-2/+4
2011-11-08egl: Change each test to initialize egl_test with common functionChad Versace1-0/+10
2011-05-30egl-util : fix doxygen commentsTapani Pälli1-2/+4
2011-05-30egl : pass EGL config attributes from testsTapani Pälli1-12/+8
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-10/+10
2010-05-14Add test for EGL_NOK_texture_from_pixmapKristian Høgsberg1-48/+63
2010-05-14Add the start of an EGL test suite and a EGL_NOK_swap_region testKristian Høgsberg1-0/+207