summaryrefslogtreecommitdiff
path: root/tests/util
AgeCommit message (Expand)AuthorFilesLines
2018-08-28util: stop overallocating shader memoryEric Engestrom1-1/+1
2018-08-23util: avoid leaking memory when caller doesn't ask for itEric Engestrom1-5/+4
2018-08-23util: fix memory leakEric Engestrom1-0/+1
2018-08-21util/vbo: Accept integer attribute namesNeil Roberts1-3/+25
2018-08-21util: Add utilities to handle shader_test filesAlejandro Piñeiro3-0/+200
2018-08-21util: Add a utility to assemble SPIR-V sourcesNeil Roberts2-0/+40
2018-08-21util: Add a utility to stream data through an external processNeil Roberts3-0/+252
2018-08-09dispatch: add missing breakEric Engestrom1-0/+2
2018-08-07dispatch: fallback to eglGetProcAddress for core functionsEmil Velikov1-15/+15
2018-08-07dispatch: use do_dlsym() helper on all posix platformsEmil Velikov1-32/+24
2018-08-07dispatch: move variables/defines where they're usedEmil Velikov1-9/+5
2018-08-07dispatch: kill off RTLD_LOCALEmil Velikov1-1/+1
2018-08-07util/gl: don't call piglit_dispatch_default_init in piglit_use_*_programEmil Velikov1-2/+0
2018-08-07egl: split out a piglit_egl_get_display helperEmil Velikov2-3/+18
2018-06-11util: Add piglit_env_var_as_booleanJordan Justen2-0/+36
2018-06-08util/gl: Add a helper for probing a rect of varying dataJason Ekstrand2-0/+10
2018-06-08util/gl: Use probe_rect instead of hand-rollingJason Ekstrand1-80/+3
2018-06-08util/gl: Add more probe helplersJason Ekstrand1-0/+47
2018-06-08util: Refactor probe_rect_ubyte to allow varying dataJason Ekstrand1-5/+14
2018-06-06util: Silence GCC unused-function warning.Vinson Lee1-0/+2
2018-06-04util: provide way to read a texture in ES compatible wayTapani Pälli1-6/+125
2018-05-30piglit-util-gl: add support for using patches with fixed function attributesTimothy Arceri1-4/+16
2018-05-16util: add includes when building for Waylandvadym.shovkoplias1-0/+3
2018-05-15cmake: Set a value for each portability define.Vinson Lee1-12/+12
2018-05-09framework-gl: Export window size override functionJordan Justen2-3/+6
2018-05-09util-gl: add ARB_ES3_compatibility internalformats supportAlejandro Piñeiro1-0/+10
2018-05-03piglit-framework-gl: skip compat test when not supportedTimothy Arceri1-2/+9
2018-03-28util: fix read_pixels_float() on GLES2 when format is not GL_RGBARhys Perry1-7/+11
2018-03-13cmake: Use WAYLAND_LDFLAGS instead of WAYLAND_LIBRARIES.Rafael Antognolli1-1/+1
2018-02-05util: Add a function to register subtestsFabian Bieler2-0/+14
2018-02-05util: make piglit_run_selected_subtests print all tests to run.Fabian Bieler1-7/+27
2018-02-02util: s/3/num_components/ in probe_rect_ubyte()Brian Paul1-1/+1
2018-01-16util-gl: Remove tolerance from integer pixel probes.Fabian Bieler1-2/+2
2018-01-16util-gl: Add pixel comparison functions.Fabian Bieler1-183/+166
2018-01-16util-gl: Consolidate printing of bad probed pixels.Fabian Bieler1-82/+85
2018-01-16util-gl: Remove piglit prefix from static functions.Fabian Bieler1-27/+28
2018-01-16util-gl: Make piglit_compare_images_color respect x and y arguments.Fabian Bieler1-5/+8
2018-01-16util-gl: Silence some lint warnings.Fabian Bieler1-12/+13
2018-01-16util-gl: Add piglit_probe_rect_two_rgb.Fabian Bieler2-0/+53
2018-01-16util/gl: Print numeric value of unrecognized enums.Fabian Bieler1-1/+13
2018-01-03util/sized-internalformats: Remove GLenum stringification macros.Fabian Bieler2-102/+98
2018-01-03util/gl: Remove primitive type GLenums from piglit_get_gl_enum_name.Fabian Bieler1-2/+6
2017-12-02util: Add simple 1D and 3D texture creation functions.Fabian Bieler2-0/+48
2017-12-02util: Add matrix inverse and transpose functions.Fabian Bieler2-0/+95
2017-11-13util: const-qualify data parameter to piglit_multisample_texture()Brian Paul2-2/+2
2017-11-13util: fix piglit_multisample_texture() parameter typeBrian Paul2-2/+3
2017-11-10framework: specify GL_NEAREST filter for FBO texturesBrian Paul1-0/+4
2017-11-10framework: decrement argc in delete_arg()Brian Paul1-14/+9
2017-11-10util: remove -compat from arguments so as not to confuse testsMarek Olšák1-0/+2
2017-11-09cl: Fix ulp tolerance comparisonJan Vesely1-16/+32