summaryrefslogtreecommitdiff
path: root/src/mesa/main/tests
AgeCommit message (Expand)AuthorFilesLines
2017-06-15mesa: fix 'make check' by moving bindless functions at the right placeSamuel Pitoiset1-18/+18
2017-06-14mapi: add GL_ARB_bindless_texture entry pointsSamuel Pitoiset1-0/+18
2017-05-23mesa: Remove GL_APPLE_vertex_array_object stubsIan Romanick1-2/+0
2017-05-22mesa: add APPLE_vertex_array_object stubsTimothy Arceri1-0/+2
2017-05-04mesa/tests: remove no longer needed HAVE_SHARED_GLAPI defineEmil Velikov1-2/+0
2017-04-26mesa: drop APPLE_vertex_array_object supportTimothy Arceri1-2/+0
2017-04-05mesa: Add GL_ARB_sparse_buffer boilerplateNicolai Hähnle1-0/+4
2017-03-27mesa/tests: Link main-test with CLOCK_LIB.Vinson Lee1-1/+2
2017-02-21mesa/tests: remove unneeded extern C { #include foo } hackEmil Velikov1-2/+0
2017-01-27mesa/tests: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2017-01-20mapi: Add support for ARB_gpu_shader_int64.Dave Airlie1-0/+38
2016-10-07glapi: add entry points for GL_ARB_compute_variable_group_sizeSamuel Pitoiset1-0/+3
2016-09-22mesa: add new entrypoints for GL_OES_viewport_arrayIlia Mirkin1-0/+11
2016-09-13mesa: introduce glPrimitiveBoundingBoxARB entrypointIlia Mirkin1-0/+3
2016-08-30mesa: add scaffolding for OES/EXT_primitive_bounding_boxIlia Mirkin1-0/+3
2016-08-26mesa: Allow GL_EXT_geometry_shader and GL_EXT_geometry_point_sizeIan Romanick1-0/+4
2016-08-25glapi: add KHR_blend_equation_advanced dispatchIlia Mirkin1-0/+6
2016-08-08mapi: Add PatchParameteriOES and PatchParameteriEXT.Kenneth Graunke1-0/+3
2016-06-18glapi: add GL_EXT_window_rectangles entrypointsIlia Mirkin1-0/+6
2016-05-25i965: Enable GL_KHR_robustnessKristian Høgsberg Kristensen1-0/+13
2016-04-03mesa: expose EXT_base_instance in ES3 contextsIlia Mirkin1-0/+5
2016-04-03mesa: expose EXT_polygon_offset_clamp in ES contextsIlia Mirkin1-0/+6
2016-03-31mesa: add GL_OES/EXT_draw_buffers_indexed supportIlia Mirkin1-0/+10
2016-03-30mesa: add GL_OES_copy_image supportIlia Mirkin1-0/+3
2016-03-30mesa: add GL_OES_sample_shading supportIlia Mirkin1-0/+3
2016-03-28mesa: add OES_texture_buffer and EXT_texture_buffer supportIlia Mirkin1-0/+4
2016-03-03mesa: Add dispatch and extension XML for GL_ARB_internalformat_query2Alejandro Piñeiro1-0/+4
2016-02-22mesa: add GL_OES_texture_border_clamp supportIlia Mirkin1-0/+10
2016-01-22glapi: add GL_OES_geometry_shader extensionMarta Lofstedt1-0/+3
2016-01-21mesa: add GREMEDY_string_markerRob Clark1-0/+3
2016-01-07glapi: add ARB_indirect_parameters definitionsIlia Mirkin1-0/+4
2015-12-04mesa/tests: add KHR_debug GLES glGetPointervKHR entry pointsEmil Velikov1-1/+4
2015-12-01mesa: Drop the blacklisting of new GL enums.Eric Anholt1-3/+2
2015-12-01mesa: Drop bitfield "enums" from the enum-to-string table.Eric Anholt1-13/+12
2015-12-01mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.Eric Anholt1-3/+1
2015-12-01mesa: Cut enum_strings.cpp test down to a few hand-chosen enums.Eric Anholt1-1822/+36
2015-11-26mesa: remove ARB_geometry_shader4Marta Lofstedt1-6/+0
2015-11-19mesa: Add test for sorted extension tableNanley Chery2-0/+52
2015-11-19glapi: add EXT_blend_func_extended XML definitionsRyan Houdek1-0/+8
2015-11-04mesa/tests: add glBufferStorageEXT to ES 3.1 dispatch listIlia Mirkin1-0/+3
2015-10-07glapi: add function pointers for KHR_debug for glesMatthew Waters1-0/+25
2015-09-26main/tests: Enable glShaderStorageBlockBinding() check in dispatch_sanity testSamuel Iglesias Gonsalvez1-1/+1
2015-09-25main/tests: add ARB_shader_storage_buffer_object tokens to enum_stringsSamuel Iglesias Gonsalvez1-0/+15
2015-09-07mesa/tests: Remove unneeded X11_CFLAGSJon TURNEY1-1/+0
2015-09-01mesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1Marta Lofstedt1-4/+2
2015-08-28mesa: fix dispatch sanity with GL_OES_texture_storage_multisample_2d_arrayIlia Mirkin1-0/+3
2015-08-25mesa/formats: remove compressed formats from matching functionNanley Chery1-1/+8
2015-08-25mesa/formats: make format testing a gtestNanley Chery2-0/+133
2015-08-17mesa: Implement glMemoryBarrierByRegionMarta Lofstedt1-2/+7
2015-07-23dispatch_sanity: add shader subroutine to fix make checkDave Airlie1-8/+10