summaryrefslogtreecommitdiff
path: root/tests/util
AgeCommit message (Expand)AuthorFilesLines
2016-11-07util: Remove duplicate assignment.Vinson Lee1-1/+1
2016-11-04util: Include time.h on all platforms.Vinson Lee1-1/+1
2016-10-27util: Add piglit_delay_ns() apiRobert Bragg2-4/+40
2016-10-19egl_mesa_platform_surfaceless: Fix build against old EGL headers (v2)Chad Versace1-0/+10
2016-10-18util: Parse -h|--help in piglit_parse_subtest_args()Chad Versace1-1/+19
2016-10-18util: Link to gbm if gbm is usedChad Versace1-0/+3
2016-10-18piglit-util-gl: add piglit_quads_textureNicolai Hähnle2-22/+86
2016-10-14fbo: Ensure power-of-two window size in tests that make textures w/the window...Ian Romanick1-0/+26
2016-10-07util: move PIGLIT_PATH_SEP to piglit-util.hMarek Olšák2-6/+6
2016-10-07util: rename piglit_gl_reinitialize_extensions->piglit_gl_invalidate_extensionsMarek Olšák3-3/+4
2016-10-07util: always set piglit_is_core_profileMarek Olšák2-3/+6
2016-10-07util: guard against double context destructionMarek Olšák1-0/+4
2016-10-03utils: Move DRM_FORMATS defines to piglit_drm_dma_buf.h.Vinson Lee2-15/+17
2016-09-29utils: define DRM_FORMATS needed by dma_buf testsDylan Baker1-0/+15
2016-09-26dmabuf: fix YUV tests for drivers other than intelRob Clark5-69/+182
2016-09-10cl: Initialize errNo on invalid image type (v2).Vinson Lee1-0/+1
2016-09-10Revert "cl: Initialize errNo on invalid image type."Serge Martin1-1/+0
2016-09-10cl: Initialize errNo on invalid image type.Vinson Lee1-0/+1
2016-08-31cmake: Link test utils with "-ldl"Jussi Kukkonen1-0/+2
2016-08-31cmake: Link utils with xcb explicitlyJussi Kukkonen1-0/+2
2016-08-24cl: Use right comparison function for doubleMatt Arsenault1-1/+1
2016-08-21util: Add GL 4.4/4.5 to required_gl_version_from_glsl_version.Kenneth Graunke1-0/+2
2016-08-18piglit-framework-gl: Use GBM on non-intel for dmabuf creation.Eric Anholt1-0/+101
2016-08-17cl: Add support for cl_half to program testerJan Vesely2-0/+65
2016-07-26util/wfl: remove const qualifier from parse_test_configEmil Velikov1-1/+1
2016-07-26util/wfl: remove unused default caseEmil Velikov1-4/+0
2016-07-22util/wfl: check for calloc() failureEmil Velikov1-3/+5
2016-07-22util/wfl: fold make_config_attrib_list and make_context_descriptionEmil Velikov1-102/+50
2016-07-22util/wfl: check if derived context contains fwd compat/debug attributesEmil Velikov1-0/+2
2016-07-22util/wfl: update make_config_attrib_list() commentEmil Velikov1-3/+4
2016-07-22util/wfl: print to strerr if we get the wrong GL versionEmil Velikov1-2/+2
2016-07-22util/gl: remove '#if defined(GL_SYMBOL)' guardsEmil Velikov1-7/+0
2016-07-02util: Add u/byte, u/short and half support to [vertex data]Andres Gomez2-82/+234
2016-07-02util/gl: Wrapper to load hex values for half floatsAndres Gomez1-0/+27
2016-07-02util: Wrapper to load exact hex patterns for intsAndres Gomez2-1/+25
2016-06-21util: specify channel sizes for choose_config_attribs()Brian Paul1-7/+21
2016-06-18gl.xml: update and accomodate addition of glsc2Ilia Mirkin2-2/+4
2016-06-15util: Fix piglit-vbo.cpp tautological-compare warning.Vinson Lee1-1/+1
2016-06-08shader_runner: Fix integer vbo attribute parsing on 32-bit systems.Kenneth Graunke1-1/+1
2016-05-30cl: declare enum counts as externJan Vesely1-4/+4
2016-05-26util: Observe piglit_tolerance in piglit_probe_image_ubyte()Kristian Høgsberg Kristensen1-1/+3
2016-05-23Allow 2d array and 3d textures on OpenGL ES 3.xAnuj Phogat3-2/+16
2016-05-23Add texture min/mag filtersAnuj Phogat1-0/+3
2016-05-23Fix the minimum number of faces allowed in a ktx imageAnuj Phogat1-1/+1
2016-05-17util: Suppress OpenCL deprecation warningsDylan Baker1-0/+5
2016-05-17cl: add support for global offsetJan Vesely2-2/+9
2016-05-17util: Add array_index support to [vertex data] (v2)Andres Gomez1-34/+133
2016-05-10util/fbo: Add support for textures with target GL_TEXTURE_2DJason Ekstrand2-7/+15
2016-05-09Fix asprintf warningsMarek Olšák2-4/+4
2016-05-09util: fix warningsMarek Olšák3-1/+8