summaryrefslogtreecommitdiff
path: root/tests/util
AgeCommit message (Expand)AuthorFilesLines
2012-11-21util: Do not use setrlimit/getrlimit if RLIMIT_AS is not defined.Vinson Lee1-1/+1
2012-11-16Fix MacOS build for OpenCL testsAaron Watry3-3/+10
2012-11-14util/gl: Set WAFFLE_CONTEXT_PROFILE for compatibility profilesChad Versace1-0/+10
2012-11-14util/egl: Change piglit_expect_egl_error to return a boolChad Versace2-6/+8
2012-11-14util: Remove unused wglew.hChad Versace1-1363/+0
2012-11-14util: Kill macro glewInitChad Versace2-9/+2
2012-11-06util/gl: add default window config of 150 x 150 pixelsBrian Paul1-0/+8
2012-11-05util: Fix visual selection when using waffleChad Versace2-6/+13
2012-10-29util/gl: Fix support for GL 3.1 core contextsChad Versace1-1/+1
2012-10-19piglit framework: add gbm supportJordan Justen5-0/+124
2012-10-16util: Fix the variable for linking against waffle.Eric Anholt1-1/+1
2012-10-16util/gl: Add test config option 'requires_displayed_window'Chad Versace2-0/+16
2012-10-15piglit: fix crashes when using original GLUTBrian Paul1-2/+2
2012-10-15util: Fix result reporting on GLUT.José Fonseca1-1/+1
2012-10-12piglit-dispatch: patch glDraw{Arrays,Elements}InstancedARB dispatch to accept...José Fonseca1-0/+8
2012-10-11egl: Fix typo in piglit_expect_egl_errorMatt Turner1-1/+1
2012-10-11util: Add include guards in piglit_gl_framework.h.Vinson Lee1-0/+4
2012-10-10piglit-util-gl-common: fix ES1 / ES2 build errorJordan Justen1-0/+7
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace4-42/+374
2012-10-09util: Remove unneeded externChad Versace1-1/+1
2012-10-09util,glut_waffle: Remove unused sources from old GL test frameworkChad Versace4-576/+0
2012-10-09cmake,util: Switch GL tests to use new frameworkChad Versace2-34/+24
2012-10-09util: Add new GL test frameworksChad Versace16-0/+1526
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace1-11/+3
2012-10-09util: Rename piglit_gl_test_info -> piglit_gl_test_configChad Versace6-46/+46
2012-10-09util: Add Waffle utility functionsChad Versace3-0/+214
2012-10-09cmake: Prefix cmake options and feature macros with PIGLITChad Versace12-42/+42
2012-10-09util: Rename piglit-framework.[ch] -> piglit-framework-gl.[ch]Chad Versace6-5/+5
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace2-2/+23
2012-10-09tests,util: Wrap glutReshapeFunc with piglit_set_reshape_funcChad Versace2-0/+8
2012-10-09tests,util: Wrap glutSwapBuffers with piglit_swap_buffersChad Versace6-0/+33
2012-10-09tests,util: Wrap glutKeyboardFunc with piglit_set_keyboard_funcChad Versace2-0/+8
2012-10-09tests,util: Wrap glutPostRedisplay with piglit_post_redisplayChad Versace4-1/+12
2012-10-03piglit: put 'void' in piglit_is_gles() and piglit_get_gl_version() declsBrian Paul2-4/+4
2012-10-03piglit: rename FindLine() to piglit_find_line()Brian Paul3-3/+3
2012-10-03piglit: add const qualifier for filename param for piglit_compile_shader()Brian Paul2-2/+2
2012-10-03piglit: add compressed texture helper functionsBrian Paul2-0/+98
2012-10-01piglit gl: use glGetStringi for GL >= 3.0Jordan Justen1-0/+30
2012-10-01piglit gl: convert gl extension checking to use an array of stringsJordan Justen3-9/+70
2012-09-29util: add a comment to explain piglit_depth_texture()Brian Paul1-0/+14
2012-09-25piglit: add piglit_rgbw_image() helperBrian Paul2-55/+91
2012-09-22piglit/util: re-order cubemap faces and coords.Dave Airlie1-16/+16
2012-09-20Implement lround for MSVC.José Fonseca1-0/+5
2012-09-19Merge remote-tracking branch 'blaz/opencl-request-v2'Eric Anholt13-0/+4771
2012-09-18Move extensions checking entirely to piglit-util-gl-common.cJordan Justen2-14/+14
2012-09-14util: Add a piglit_probe_image_stencil() function.Paul Berry2-0/+56
2012-09-05cmake: Build OpenCL utilities and frameworkBlaž Tomažič1-0/+20
2012-09-05util-cl: Add OpenCL testing frameworkBlaž Tomažič8-0/+1983
2012-09-05util-cl: Add utilities to support OpenCL testsBlaž Tomažič4-0/+2768
2012-08-24util: Add piglit_is_egl_extension_supported()Matt Turner2-0/+14