summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-27shader_image: fix max images if fragment shader has limited outputs.zink-wipDave Airlie1-1/+4
2018-08-27shader_image: decrease number of images in indexing testDave Airlie1-6/+6
2018-08-27hackedDave Airlie2-0/+136
2018-08-23util: avoid leaking memory when caller doesn't ask for itEric Engestrom1-5/+4
2018-08-23egl: fix uninitialised counterEric Engestrom1-1/+1
2018-08-23egl: fix uninitialised counterEric Engestrom1-1/+1
2018-08-23util: fix memory leakEric Engestrom1-0/+1
2018-08-23arb_gpu_shader5: fix memory leakEric Engestrom1-1/+3
2018-08-21egl_ext_device_enumeration: check the populate call to eglQueryDevicesEmil Velikov1-0/+5
2018-08-21egl Add new test of EGL_EXT_platform_deviceEmil Velikov5-0/+294
2018-08-21egl_mesa_platform_surfaceless: plug some memory leaksEmil Velikov1-1/+4
2018-08-21egl: Add basic EGL_EXT_device_drm testEmil Velikov5-0/+267
2018-08-21egl_ext_device_query: plug memory leaksEmil Velikov1-4/+16
2018-08-21egl_ext_device_query: return PIGLIT_WARN when eglGetDisplay failsEmil Velikov1-1/+1
2018-08-21egl_ext_device_query: drop unused major/minor from eglInitializeEmil Velikov1-2/+1
2018-08-21egl: Add basic EGL_MESA_device_software testEmil Velikov5-0/+145
2018-08-21egl_ext_device_query: check for eglQueryDeviceStringEXT EGL_BAD_DEVICE_EXTEmil Velikov1-0/+4
2018-08-21arb_gl_spirv: adding basic va64 testAlejandro Piñeiro1-0/+136
2018-08-21util/vbo: Accept integer attribute namesNeil Roberts1-3/+25
2018-08-21arb_enhanced_layouts: Test doublesNeil Roberts3-19/+184
2018-08-21arb_enhanced_layouts: Test XFB layout qualifiers via SPIR-VNeil Roberts8-160/+786
2018-08-21arb_gpu_shader5: Add support for testing spirv with XFB streamsNeil Roberts3-33/+303
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 Roberts3-39/+46
2018-08-21arb_gl_spirv: add test that mixes atomic counters with a normal uniformAlejandro Piñeiro2-0/+394
2018-08-21arb_gl_spirv: add tests for atomic counter operations in CSAntia Puentes3-0/+732
2018-08-21arb_gl_spirv: add tests for atomic counter operations in FSAntia Puentes3-0/+652
2018-08-21shader_runner: add command 'probe atomic counter buffer'Antia Puentes1-6/+19
2018-08-21arb_gl_spirv: Add a fiddly test for uniform index calculationNeil Roberts1-0/+100
2018-08-21arb_gl_spirv: Add a test for an array of structs uniformNeil Roberts1-0/+140
2018-08-21arb_gl_spirv: Add a test for a uniform struct with struct membersNeil Roberts1-0/+151
2018-08-21arb_gl_spirv: Add a test for a struct uniformNeil Roberts1-0/+79
2018-08-21arb_gl_spirv: Add a test for non-sequential explicit uniform locationsNeil Roberts1-0/+69
2018-08-21arb_gl_spirv: Add 4 tests for uniform initializersNeil Roberts4-0/+397
2018-08-21arb_gl_spirv: add two linking tests for uniform multisample imagesAlejandro Piñeiro2-0/+135
2018-08-21arb_gl_spirv: Add a test for nonconst array of sampler structsNeil Roberts1-0/+225
2018-08-21arb_gl_spirv: Add a test for a sampler within a structNeil Roberts1-0/+98
2018-08-21arb_gl_spirv: Add tests for sampler2D uniform binding initialisersNeil Roberts2-0/+155
2018-08-21arb_gl_spirv: uniform sampler2DAlejandro Piñeiro1-0/+70
2018-08-21arb_gl_spirv: add execution test for multi-dimensional (aoa) uniformAlejandro Piñeiro1-0/+77
2018-08-21arb_gl_spirv: add a small test with an array of uniformsAlejandro Piñeiro1-0/+137
2018-08-21arb_gl_spirv: add basic test with two uniformsAlejandro Piñeiro1-0/+132
2018-08-21arb_gl_spirv: add basic uniform test without namesNicolai Hähnle1-0/+111
2018-08-21arb_gl_spirv: basic uniform test with names still presentNicolai Hähnle1-0/+124
2018-08-21arb_gl_spirv: Add a test using specializationsNeil Roberts1-0/+181
2018-08-21arb_gl_spirv: add really simple execution testAlejandro Piñeiro1-0/+119
2018-08-21shader_runner: debug prints if running on SPIR-V mode.Alejandro Piñeiro1-0/+3
2018-08-21shader_runner/spirv: Add support for SPIR-V specializationsNeil Roberts1-1/+180
2018-08-21shader_runner/spirv: add vertex shader passthrough support on SPIR-VAlejandro Piñeiro2-0/+53
2018-08-21framework: add --glsl optionAlejandro Piñeiro3-2/+15