summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-25EGL_EXT_image_dma_buf_import/refcount: New test for GEM handle bug.dmabuf-refcountEric Anholt4-4/+139
2016-07-25sample_common: Move clearing the buffer to the callers.Eric Anholt3-4/+6
2016-07-25sample_common: Separate drawing from destroying an image.Eric Anholt2-14/+19
2016-07-25sample_common: Separate EGLImage-to-texture from drawing.Eric Anholt2-3/+21
2016-07-25sample_common: Reuse piglit_draw_rect_tex instead of hand-rolling it.Eric Anholt1-16/+6
2016-07-25sample_common: Factor out image creation for a dmabuf fd.Eric Anholt2-10/+34
2016-07-25sample_rgb/yuv: Present the results to the screen in non-auto.Eric Anholt2-4/+12
2016-07-25piglit-framework-gl: Use GBM on non-intel for dmabuf creation.Eric Anholt2-1/+107
2016-07-24KHR_debug/object-label: Improve query object label testing.Eric Anholt1-3/+4
2016-07-24getteximage-depth: Fix failures on cubemap-supporting GL < 3.0.Eric Anholt1-1/+2
2016-07-24ARB_texture_non_power_of_two/sizes: Add a test for sampling at various sizes.Eric Anholt4-0/+174
2016-07-24gl-1.1: Add a new test for large vertex counts.Eric Anholt3-0/+463
2016-07-24Revert "winsys-framework: Default to showing window"Eric Anholt1-10/+10
2016-07-24ARB_texture_multisample: Don't use a 3D texture size above the minmax.Eric Anholt2-12/+12
2016-07-24blend-over: Add a simple test for a blending optimization in i965.Eric Anholt2-0/+115
2016-07-24glsl-fs-discard-mrt: New test for bug 75207Eric Anholt3-0/+209
2016-07-24ext_image_dma_buf_import/sample_rgb: Make sure the window has alpha.Eric Anholt1-0/+1
2016-07-22khr_compressed_astc-miptree-array requires GL_ARB_ES3_compatibilityAnuj Phogat1-0/+3
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-22arb_es2_compatibility: remove '#ifdef GL_EXTENSION' guardsEmil Velikov5-25/+0
2016-07-22arb_copy_image: remove unneeded break statement.Emil Velikov1-1/+0
2016-07-22arb_copy_image: remove '#ifdef GL_EXTENSION' guardsEmil Velikov1-24/+5
2016-07-22util/gl: remove '#if defined(GL_SYMBOL)' guardsEmil Velikov1-7/+0
2016-07-22egl-nok-texture-from-pixmap: remove '#ifdef EGL_NOK_texture_from_pixmap' guardEmil Velikov1-14/+0
2016-07-22egl-nok-swap-region: remove '#ifdef EGL_NOK_swap_region' guardEmil Velikov1-14/+0
2016-07-22GLX_OML_sync_control: remove '#if defined(GLX_MESA_swap_control)' guardsEmil Velikov1-7/+0
2016-07-22glx-swap-event: remove '#if defined(GLX_EXTENSION)' guardsEmil Velikov1-14/+0
2016-07-22glx-swap-event: use piglit_time_get_nano() helperEmil Velikov1-8/+1
2016-07-22arb_tessellation_shader: add basic read/write variable indexing fp64 testsIago Toral Quiroga4-0/+392
2016-07-21GL_OES_texture_storage_multisample_2d_array requires ES 3.1Ilia Mirkin1-1/+1
2016-07-21generators/gen_vs_in_fp64: Different VBO values per vertexAndres Gomez2-35/+49
2016-07-21egl: new test egl-create-msaa-pbuffer-surfaceTapani Pälli3-0/+94
2016-07-20Add a test for instanced GS inputs.Kenneth Graunke1-0/+61
2016-07-19Try all negative powers of two with findMSBIan Romanick6-0/+200
2016-07-18khr_texture_compression_astc: Allow TEXTURE_3D target if sliced_3d is supportedAnuj Phogat1-3/+8
2016-07-16copy-pixels: disable texture state before copyingIlia Mirkin1-0/+2
2016-07-14unittests: Skip timeout tests on windowsDylan Baker1-0/+3
2016-07-14copy-pixels: Fix memory leak.Vinson Lee1-4/+5
2016-07-14arb_texture_barrier: Fix draw_passes value check.Vinson Lee1-1/+1
2016-07-14ext_image_dma_buf: Fix memory leaks.Vinson Lee1-2/+6
2016-07-13arb_shader_atomic_counter_ops: Verify that every new function can workIan Romanick1-0/+72
2016-07-13arb_internalformat_query2: add APIENTRY qualifier to fix MSVC buildBrian Paul1-1/+1
2016-07-09arb_texture_barrier: count of elements need to be multiple of threeAlejandro Piñeiro1-1/+3
2016-07-08arb_texture_barrier: add an arb_texture_barrier testAlejandro Piñeiro5-0/+570
2016-07-07ext_image_dma_buf: Fix memory leak.Vinson Lee1-0/+2
2016-07-06arb_query_buffer_object: Silence Coverity unchecked return value defect.Vinson Lee1-3/+3