summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
Commit message (Expand)AuthorAgeFilesLines
* glapi: add entry points for GL_ARB_compute_variable_group_sizeSamuel Pitoiset2016-10-071-0/+3
* mesa: add new entrypoints for GL_OES_viewport_arrayIlia Mirkin2016-09-221-0/+11
* mesa: introduce glPrimitiveBoundingBoxARB entrypointIlia Mirkin2016-09-131-0/+3
* mesa: add scaffolding for OES/EXT_primitive_bounding_boxIlia Mirkin2016-08-301-0/+3
* mesa: Allow GL_EXT_geometry_shader and GL_EXT_geometry_point_sizeIan Romanick2016-08-261-0/+4
* glapi: add KHR_blend_equation_advanced dispatchIlia Mirkin2016-08-251-0/+6
* mapi: Add PatchParameteriOES and PatchParameteriEXT.Kenneth Graunke2016-08-081-0/+3
* glapi: add GL_EXT_window_rectangles entrypointsIlia Mirkin2016-06-181-0/+6
* i965: Enable GL_KHR_robustnessKristian Høgsberg Kristensen2016-05-251-0/+13
* mesa: expose EXT_base_instance in ES3 contextsIlia Mirkin2016-04-031-0/+5
* mesa: expose EXT_polygon_offset_clamp in ES contextsIlia Mirkin2016-04-031-0/+6
* mesa: add GL_OES/EXT_draw_buffers_indexed supportIlia Mirkin2016-03-311-0/+10
* mesa: add GL_OES_copy_image supportIlia Mirkin2016-03-301-0/+3
* mesa: add GL_OES_sample_shading supportIlia Mirkin2016-03-301-0/+3
* mesa: add OES_texture_buffer and EXT_texture_buffer supportIlia Mirkin2016-03-281-0/+4
* mesa: Add dispatch and extension XML for GL_ARB_internalformat_query2Alejandro Piñeiro2016-03-031-0/+4
* mesa: add GL_OES_texture_border_clamp supportIlia Mirkin2016-02-221-0/+10
* glapi: add GL_OES_geometry_shader extensionMarta Lofstedt2016-01-221-0/+3
* mesa: add GREMEDY_string_markerRob Clark2016-01-211-0/+3
* glapi: add ARB_indirect_parameters definitionsIlia Mirkin2016-01-071-0/+4
* mesa/tests: add KHR_debug GLES glGetPointervKHR entry pointsEmil Velikov2015-12-041-1/+4
* mesa: Drop the blacklisting of new GL enums.Eric Anholt2015-12-011-3/+2
* mesa: Drop bitfield "enums" from the enum-to-string table.Eric Anholt2015-12-011-13/+12
* mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.Eric Anholt2015-12-011-3/+1
* mesa: Cut enum_strings.cpp test down to a few hand-chosen enums.Eric Anholt2015-12-011-1822/+36
* mesa: remove ARB_geometry_shader4Marta Lofstedt2015-11-261-6/+0
* mesa: Add test for sorted extension tableNanley Chery2015-11-192-0/+52
* glapi: add EXT_blend_func_extended XML definitionsRyan Houdek2015-11-191-0/+8
* mesa/tests: add glBufferStorageEXT to ES 3.1 dispatch listIlia Mirkin2015-11-041-0/+3
* glapi: add function pointers for KHR_debug for glesMatthew Waters2015-10-071-0/+25
* main/tests: Enable glShaderStorageBlockBinding() check in dispatch_sanity testSamuel Iglesias Gonsalvez2015-09-261-1/+1
* main/tests: add ARB_shader_storage_buffer_object tokens to enum_stringsSamuel Iglesias Gonsalvez2015-09-251-0/+15
* mesa/tests: Remove unneeded X11_CFLAGSJon TURNEY2015-09-071-1/+0
* mesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1Marta Lofstedt2015-09-011-4/+2
* mesa: fix dispatch sanity with GL_OES_texture_storage_multisample_2d_arrayIlia Mirkin2015-08-281-0/+3
* mesa/formats: remove compressed formats from matching functionNanley Chery2015-08-251-1/+8
* mesa/formats: make format testing a gtestNanley Chery2015-08-252-0/+133
* mesa: Implement glMemoryBarrierByRegionMarta Lofstedt2015-08-171-2/+7
* dispatch_sanity: add shader subroutine to fix make checkDave Airlie2015-07-231-8/+10
* mesa: Add glGet support for ARB_shader_subroutine implementation limitsChris Forbes2015-07-231-0/+9
* dispatch_sanity.cpp: remove commented out tess entriesDave Airlie2015-07-231-2/+0
* mapi: add ARB_tessellation_shaderFabian Bieler2015-07-231-0/+2
* mesa: add API dispatch for GL_ARB_get_texture_sub_imageBrian Paul2015-07-211-0/+5
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-2/+2
* mesa: Constants and functions for ARB_framebuffer_no_attachmentsKevin Rogovin2015-06-171-2/+2
* dispatch_sanity: Validate the compatibility profile dispatch table tooIan Romanick2015-05-281-0/+493
* dispatch_sanity: Split list of GL 3.1 functions in to core and commonIan Romanick2015-05-281-71/+342
* gles/es3.1: Enable dispatch of almost all new GLES 3.1 functionsIan Romanick2015-05-281-0/+95
* glapi: Encapsulate nop table knowledge in new _mesa_new_nop_table functionIan Romanick2015-05-261-1/+1
* mesa: Remove all vestiges of glFramebufferTextureFaceARBIan Romanick2015-05-151-6/+3