summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-15ext_gpu_shader4: test glBindFragDataLocationEXT and 'varying out'Marek Olšák2-19/+88
2019-04-15arb_separate_shader_objects: split linker testsAndres Gomez20-317/+384
2019-04-15ext_gpu_shader4: add compiler tests for everythingMarek Olšák33-0/+1010
2019-04-15Test that GL_PRIMITIVES_SUBMITTED queries don't include extra prims.Kenneth Graunke3-0/+146
2019-04-15EGL_EXT_image_dma_buf_import: add UYVY format supporChristian Gmeiner3-0/+17
2019-04-13EGL_EXT_image_dma_buf_import: add YUYV format supportChristian Gmeiner3-0/+17
2019-04-12egl: Add tests for EGL_EXT_device_base.Mathias Fröhlich5-0/+472
2019-04-12Add a new test for a structure uniform splitting bug with samplersKenneth Graunke1-0/+45
2019-04-11shader_runner: get proper access bitfield when calling MapBufferRangeAlejandro Piñeiro1-2/+17
2019-04-11shader_runner: fix error checking on MapBuffer gles workaroundAlejandro Piñeiro1-1/+1
2019-04-10fbo-scissor-blit: memory leakSergii Romantsov1-0/+1
2019-04-10gl-1.1: Add a new test for large vertex counts.Eric Anholt3-0/+465
2019-04-08arb_sample_shading: Test interaction of apha-to-coverage, sample mask and MRTAndrii Kryvytskyi3-0/+384
2019-04-04bitmap-heart-dance: Disable shader program before fixed functionsDanylo Piliaiev1-1/+3
2019-04-04egl: add test for EGL_MESA_query_driverEric Engestrom5-0/+114
2019-04-02ext_semaphore: add check for glGetIntegerv(GL_NUM_DEVICE_UUIDS_EXT)Tapani Pälli1-0/+3
2019-04-01KHR_parallel_shader_compiler: new test (v2)Marek Olšák6-0/+134
2019-03-29fbo-formats: Reuse piglit_merge_result().Eric Anholt1-16/+4
2019-03-29arm_shader_image_load_store: Fix strict-aliasing warnings.Eric Anholt1-5/+4
2019-03-29util: Introduce fui() and uif() helpers for bit-casting floats/uints.Eric Anholt1-0/+20
2019-03-29fp-unpack-01: Reuse the shared piglit_half_from_float().Eric Anholt1-49/+1
2019-03-29arb_program_interface_query: use out resource to make it activeAndres Gomez1-0/+1
2019-03-29arb_separate_shader_objects: remove misleading commentsAndres Gomez2-42/+0
2019-03-29arb_program_interface_query: redefine built-ins with SSOsAndres Gomez1-0/+27
2019-03-26glx_arb_create_context: Fix build against older GL headers.Vinson Lee1-0/+4
2019-03-22arb_enhanced_layouts: corrected multiple commentsAndres Gomez2-6/+15
2019-03-21glsl-1.10: test for crash in loop analysisTimothy Arceri1-0/+88
2019-03-20arb_enhanced_layouts: add xfb_offset overlap testAndres Gomez1-0/+24
2019-03-20arb_enhanced_layouts: add another xfb_stride overflow testAndres Gomez1-0/+28
2019-03-20arb_enhanced_layouts: add component aliasing testsAndres Gomez2-0/+121
2019-03-20arb_enhanced_layouts: correct component usage with dvec{3,4} testsAndres Gomez3-4/+4
2019-03-20arb_enhanced_layouts: add aliasing tests with mixed type widthsAndres Gomez3-12/+131
2019-03-20arb_enhanced_layouts: correct interpolation qualifiersAndres Gomez3-7/+7
2019-03-20arb_enhanced_layouts: GL_ARB_gpu_shader_fp64 requires GLSL 1.50Andres Gomez11-27/+27
2019-03-20arb_enhanced_layouts: corrected multiple commentsAndres Gomez6-28/+46
2019-03-19arb_separate_shader_objects: add unused location qualified input testAndres Gomez1-0/+38
2019-03-19arb_separate_shader_objects: add location overlapping testsAndres Gomez4-0/+211
2019-03-19arb_separate_shader_objects: add rendez-vous-by mismatch testsAndres Gomez3-0/+211
2019-03-19arb_program_interface_query: correct rendez-vous by name matchingAndres Gomez3-38/+79
2019-03-19arb_program_interface_query: correct tests table indentationAndres Gomez1-2/+2
2019-03-19tests: Check that count of vertex atomic counters enough for testIllia Iorin2-0/+18
2019-03-14update URLs after gitlab migrationEric Engestrom2-2/+2
2019-03-14appveyor: Update instructions for personal repositories.Jose Fonseca1-14/+8
2019-03-14appveyor: Fix build with CMake 3.13.3.Jose Fonseca1-1/+1
2019-03-14EGL_EXT_image_dma_buf_import: fix p010, p012 inputTapani Pälli1-26/+8
2019-03-12Add a test for writing to an indirect component of a swizzled vec4 TCS outputJason Ekstrand1-0/+84
2019-03-12Add a test for writing to an indirect component of a vec4 TCS outputJason Ekstrand1-0/+82
2019-03-12glx: add test for GLX_ARB_create_context_no_errorGrigori Goronzy4-0/+143
2019-03-12egl: Add test for EGL_KHR_create_context_no_errorGrigori Goronzy3-0/+198
2019-03-11Make glsl-fface-invariant accept either compile or link errorsKenneth Graunke7-23/+88