summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-12-01util/gl: link against OPENGL_gl_LIBRARY on waffle aware systemsEmil Velikov1-0/+5
2014-11-27Don't test floats with the form ‘1f’Neil Roberts1-4/+6
2014-11-21tests/llvmpipe: Add a test profile for llvmpipe.José Fonseca1-0/+16
2014-11-21Removed Glean logicop test.Laura Ekstrand4-544/+0
2014-11-21Ported logicop test from Glean to Piglit.Laura Ekstrand3-0/+314
2014-11-20arb_arrays_of_arrays: geometry shader testsTimothy Arceri15-0/+512
2014-11-18glsl-1.20: Add tests exposing some crashes with const arraysChris Forbes3-0/+45
2014-11-17Add a test for GLX_ARB_context_flush_controlNeil Roberts3-0/+482
2014-11-17Add a test using gl_VertexID with glPolygonMode(GL_POINT)Neil Roberts3-0/+155
2014-11-16glsl-1.10: check that mul source is used before dest is writtenIlia Mirkin1-0/+23
2014-11-15glx-query-drawable: Use visual depth when creating pixmap.José Fonseca1-1/+1
2014-11-14ext_transform_feedback: Silence GCC -Wmaybe-uninitialized warning.Vinson Lee1-0/+1
2014-11-14cl: split CL10/CL11+ optimization options testingEdB2-0/+13
2014-11-14cl: add CL_MEM_HOST_* releated testsEdB2-2/+158
2014-11-14cl: fix test nameEdB1-1/+1
2014-11-14cl: fix doxygen filenameEdB1-2/+2
2014-11-14cl: add tests for clCompileProgramEdB3-0/+368
2014-11-14glx_ext_create_context_es2_profile: Update versions.José Fonseca1-16/+7
2014-11-14glx-close-display: Fix GLX_DOUBLEBUFFER attrib.José Fonseca1-1/+1
2014-11-14ext_transform_feedback: Silence GCC maybe-uninitialized warning.Vinson Lee1-1/+1
2014-11-13arb_separate_shader_object: Silence GCC maybe-uninitialized warnings.Vinson Lee1-2/+2
2014-11-10glsl-es-1.00: add invariance tests for builtin variablesTapani Pälli5-0/+76
2014-11-10glsl-es-3.00: test for 'invariant(all)' usage in a fragment shaderTapani Pälli1-0/+24
2014-11-08tests/util: Define snprintf as _snprintf on MSVC.José Fonseca1-1/+1
2014-11-08tests/util: MSVC 2013 already defines va_copy macro.José Fonseca1-8/+0
2014-11-08tests/util: Consolidate the MSVC ffs implementations.José Fonseca5-86/+22
2014-11-08tests/util: INFINITY/NAN are defined on MSVC 2013.José Fonseca2-13/+2
2014-11-08tests/util: Centralize MSVC max/min macros workarounds.José Fonseca4-9/+5
2014-11-08cmake: Require Visual Studio 2013.José Fonseca4-40/+3
2014-11-07gl-1.0-fpexceptions: #ifdef out unused functions.Vinson Lee1-0/+4
2014-11-07arb_copy_image-formats: Initialize variable.Vinson Lee1-0/+1
2014-11-07cl: fix clGetKernelWorkGroupInfoEdB1-7/+21
2014-11-06cl: Add test for clCreateProgramWithBinary() v3Tom Stellard3-0/+226
2014-11-05arb_texture_multisample: add test for sampling from depthChris Forbes3-0/+156
2014-11-03ext_transform_feedback-points: a new, simple xfb testBrian Paul3-0/+180
2014-11-03gbm: use libcaca to display results in non-auto modeJordan Justen2-0/+89
2014-11-03egl-util.c: add warning if no EGL_RENDERABLE_TYPE is defined for testJuha-Pekka Heikkila1-0/+1
2014-11-03Fix egl-nok-texture-from-pixmapJuha-Pekka Heikkila1-0/+6
2014-11-03Fix egl-create-pbuffer-surface testJuha-Pekka Heikkila1-0/+6
2014-10-29gl-1.0-readpixsanity: Remove malloc casts.José Fonseca1-3/+3
2014-10-29arb_framebuffer_srgb-clear: check an AMD sRGB clearing bugShibdas Bandyopadhyay3-0/+168
2014-10-29gl-3.2-pointsprite-origin: test a MacOS sprite origin bugShibdas Bandyopadhyay3-0/+183
2014-10-29gl-3.2-pointsprite-coord: test a MacOS OpenGL sprite coord bugShibdas Bandyopadhyay3-0/+216
2014-10-29arb_copy_image/srgb-copy: test an NVIDIA GL_ARB_copy_image / sRGB bugShibdas Bandyopadhyay3-1/+129
2014-10-29arb_texture_view-cubemap-view: new test to check an NVIDIA cubemap bugShibdas Bandyopadhyay3-0/+173
2014-10-29arb_texture_view-max-level: new test for an NVIDIA texelFetch() bugShibdas Bandyopadhyay3-0/+254
2014-10-29texture-packed-formats: Move the probes to a separate loop.Eric Anholt1-5/+13
2014-10-29texture-packed-formats: Move some GL state transitions outside of the loop.Eric Anholt1-10/+10
2014-10-29texture-packed-formats: Draw each rect as a 4x4 quad.Eric Anholt1-28/+11
2014-10-29texture-packed-formats: Reformat to piglit whitespace style.Eric Anholt1-257/+261