summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests/dispatch_sanity.cpp
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add GL API support for ARB_copy_imageJason Ekstrand2014-08-111-1/+1
* glapi: add indexed blend functions (GL 4.0)Tapani Pälli2014-07-281-5/+5
* mesa/main: add ARB_clear_texture entrypointsIlia Mirkin2014-07-231-0/+4
* mesa: Add core support for the GL_INTEL_performance_query extension.Petri Latvala2014-05-021-0/+25
* mesa: Enable GL_EXT_separate_shader_objects for OpenGL ESIan Romanick2014-05-021-1/+49
* glapi: Add infrastructure for ARB_multi_bindFredrik Höglund2014-05-021-0/+8
* mesa: make ARB_debug_output functions an alias ofTimothy Arceri2014-03-081-15/+6
* mesa: Add GL_ARB_buffer_storage to dispatch_sanity.cpp.Vinson Lee2014-02-251-0/+3
* mesa/sso: Add extension entry points for GL_ARB_separate_shader_objectsGregory Hainaut2014-02-211-43/+43
* mesa/cs: Add dispatch API stubs for ARB_compute_shader.Paul Berry2014-02-051-2/+2
* mesa: Add ARB_viewport_array plumbingCourtney Goeltzenleuchter2014-01-201-10/+10
* glapi: Update dispatch XML files for ARB_shader_image_load_store.Francisco Jerez2014-01-151-2/+2
* mesa: Add infrastructure for GL_ARB_clear_buffer_objectPi Tabred2013-12-181-2/+2
* mesa: Add API definitions for ARB_texture_viewCourtney Goeltzenleuchter2013-12-131-1/+1
* glapi: add plumbing for GL_ARB_draw_indirect and GL_ARB_multi_draw_indirectChris Forbes2013-11-251-4/+4
* glapi: Add infrastructure for ARB_vertex_attrib_bindingFredrik Höglund2013-11-071-6/+6
* mesa: Add new functions and enums required by GL_ARB_sample_shadingAnuj Phogat2013-11-011-2/+2
* glapi: Add support for ARB_shader_atomic_counters.Francisco Jerez2013-10-291-1/+1
* mesa: Add GL_NV_vdpau_interop functions to dispatch_sanity.cpp.Vinson Lee2013-10-261-0/+12
* mesa: Add core support for the GL_AMD_performance_monitor extension.Kenneth Graunke2013-09-261-0/+13
* mesa: add GL_KHR_debug functions to dispatch_sanity.cppBrian Paul2013-09-061-0/+12
* mesa: Treat glBindFramebuffer and glBindFramebufferEXT more correctlyIan Romanick2013-08-061-3/+0
* mesa: Treat glBindRenderbuffer and glBindRenderbufferEXT correctlyIan Romanick2013-08-061-1/+0
* mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently9.2-branchpointTomasz Lis2013-07-181-0/+4
* mesa: Remove GL_MESA_resize_buffersIan Romanick2013-06-281-3/+0
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-4/+0
* glapi: add definition of ARB_texture_storage_multisampleChris Forbes2013-03-311-2/+2
* glapi: add ARB_texture_multisampleChris Forbes2013-03-021-4/+4
* gles2: a stub implementation for GL_EXT_discard_framebufferTapani Pälli2013-02-201-0/+2
* mesa: Add TexBufferRange to dispatch_sanity.Kenneth Graunke2013-01-301-1/+1
* mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-211-1/+1
* mesa: Add dispatch and extension XML for GL_ARB_internalformat_queryIan Romanick2013-01-151-2/+4
* glapi: Emit dispatch for {ARB,OES}_get_program_binaryIan Romanick2013-01-111-6/+13
* mesa: Rename and wire-up GetInteger64i_vMatt Turner2013-01-101-2/+1
* mesa dispatch_sanity: call new functions to initialize exec tableJordan Justen2012-12-161-1/+6
* mesa: Mark GetBufferParameteri64v as implemented.Kenneth Graunke2012-11-191-2/+1
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-3/+3
* dispatch: Remove a few FEATURE_ES1 conditionals.Paul Berry2012-11-061-8/+1
* dispatch_sanity test: add GL CORE 3.1 testJordan Justen2012-11-031-0/+705
* dispatch_sanity test: create common context creation functionJordan Justen2012-11-031-36/+16
* dispatch_sanity test: allow newer functions to be set to NOPJordan Justen2012-11-031-3/+11
* dispatch_sanity test: pass ctx to validate_functions/nopsJordan Justen2012-11-031-9/+13
* dispatch_sanity test: add version to function listJordan Justen2012-11-031-460/+461
* dispatch: stop using _mesa_create_exec_table_es1() for GLES1.Paul Berry2012-11-011-4/+16
* mesa/tests: Add ES3.0 dispatch table sanity testMatt Turner2012-10-251-0/+149
* Split dispatch sanity's validate_function test into twoMatt Turner2012-10-251-0/+11
* dispatch_sanity: print names of functions that shouldnt be in dispatch table.Paul Berry2012-10-251-1/+9
* mesa/tests: Add ES1.1 dispatch table sanity testIan Romanick2012-10-161-0/+207
* mesa/tests: Compile ES2 test regardless of FEATURE_ES2 settingIan Romanick2012-10-161-4/+0
* mesa/es: Enable GL_EXT_map_buffer_rangeFredrik Höglund2012-10-161-0/+2