aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests/dispatch_sanity.cpp
Commit message (Expand)AuthorAgeFilesLines
* glapi: add GL_EXT_disjoint_timer_queryTapani Pälli2017-12-151-0/+5
* mesa: Add glSpecializeShaderARB to common_desktop_functionsDylan Baker2017-12-131-0/+3
* mesa: add GL_ARB_gl_spirv boilerplateNicolai Hähnle2017-12-121-0/+3
* mesa: split extensions overrides and glGetString(GL_EXTENSIONS)Emil Velikov2017-11-161-0/+1
* mesa: enable ARB_texture_buffer_* extensions in the Compatibility profileMarek Olšák2017-11-091-4/+4
* gles2: support for GL_EXT_occlusion_query_booleanHarish Krupo2017-10-251-7/+24
* mapi: add EXT_external_objects and EXT_external_objects_fdAndres Rodriguez2017-08-061-0/+32
* mesa: fix 'make check' by moving bindless functions at the right placeSamuel Pitoiset2017-06-151-18/+18
* mapi: add GL_ARB_bindless_texture entry pointsSamuel Pitoiset2017-06-141-0/+18
* mesa: Remove GL_APPLE_vertex_array_object stubsIan Romanick2017-05-231-2/+0
* mesa: add APPLE_vertex_array_object stubsTimothy Arceri2017-05-221-0/+2
* mesa: drop APPLE_vertex_array_object supportTimothy Arceri2017-04-261-2/+0
* mesa: Add GL_ARB_sparse_buffer boilerplateNicolai Hähnle2017-04-051-0/+4
* mapi: Add support for ARB_gpu_shader_int64.Dave Airlie2017-01-201-0/+38
* 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
* 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
* 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: Implement glMemoryBarrierByRegionMarta Lofstedt2015-08-171-2/+7
* dispatch_sanity: add shader subroutine to fix make checkDave Airlie2015-07-231-8/+10
* 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: 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