summaryrefslogtreecommitdiff
path: root/tests/util
AgeCommit message (Expand)AuthorFilesLines
2020-02-09util: Remove extra definition of piglit_automatic.Vinson Lee1-2/+0
2019-12-25util/minmax-test: Free memory, allocated for token nameYevhenii Kolesnikov1-0/+2
2019-11-19piglit-util: expand piglit_integer_textureAlejandro Piñeiro1-11/+71
2019-10-01util-cl: be verbose if platform exposes no devicesTapani Pälli1-0/+8
2019-07-02tests/ext_frame_buffer_multisample: Release memory allocated by TestYevhenii Kolesnikov1-0/+4
2019-06-20util: Optionally validate SPIR-V after assemblingCaio Marcelo de Oliveira Filho1-0/+24
2019-06-20util: Assemble SPIR-V with the correct target environmentCaio Marcelo de Oliveira Filho1-0/+1
2019-06-18tests: Free memory returned by glXChooseFBConfigYevhenii Kolesnikov1-0/+4
2019-06-10util/piglit-util-gl: Memory leaks in a number of testsYevhenii Kolesnikov1-0/+2
2019-06-03util/dma_buf: allow custom rendernodeSergii Romantsov1-10/+29
2019-05-24piglit_drm_dma_buf: fix NV12, YUV420, and YVU420 import tests for radeonsiMarek Olšák1-10/+11
2019-05-17util/dma_buf: drmGetVersion requires freeSergii Romantsov1-1/+4
2019-04-30Add format warning attribute for piglit logs functionsPierre-Eric Pelloux-Prayer2-9/+9
2019-04-15EGL_EXT_image_dma_buf_import: add UYVY format supporChristian Gmeiner1-0/+2
2019-04-13EGL_EXT_image_dma_buf_import: add YUYV format supportChristian Gmeiner1-0/+2
2019-03-29util: Introduce fui() and uif() helpers for bit-casting floats/uints.Eric Anholt1-0/+20
2019-02-21EGL_EXT_image_dma_buf_import: add support for XYUV formatVivek Kasireddy2-0/+5
2019-02-14EGL_EXT_image_dma_buf_import: add P12, P16 format supportTapani Pälli2-0/+12
2019-02-12EGL_EXT_image_dma_buf_import: add P10 format supportTapani Pälli2-0/+9
2019-01-20util: fix off-by-one when loading sourceCaio Marcelo de Oliveira Filho1-1/+1
2019-01-19util: simplify string duplication logicEric Engestrom1-4/+2
2018-12-04make sure 'unsupported format' test always uses an unsupported formatEric Engestrom1-0/+5
2018-12-02cl: Wait for kernel execution instead of flushing the queue in cl_piglit_exec...Jan Vesely1-1/+1
2018-12-02cl: Add execution event parameter to piglit_cl_enqueue_kernelJan Vesely2-4/+9
2018-11-13EGL_EXT_image_dma_buf_import: add AYUV format supportLionel Landwerlin1-0/+1
2018-11-08python: add explicit utf-8 encodingEric Engestrom1-0/+1
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