summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: Fix make check for out of tree builds.Rico Schüller2013-11-111-0/+1
* 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/tests: Add simple, dumb test for _mesa_program_state_stringIan Romanick2013-10-222-1/+48
* mesa: remove remnants of GL_MESA_shader_debugBrian Paul2013-10-221-3/+0
* mesa: fix make check for ARB_texture_gatherChris Forbes2013-10-031-1/+1
* mesa: add texture gather changesMaxence Le Dore2013-10-031-0/+3
* mesa: Add core support for the GL_AMD_performance_monitor extension.Kenneth Graunke2013-09-261-0/+13
* mesa: Remove _mesa_lookup_enum_by_name().Eric Anholt2013-09-231-32/+0
* 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
* build: remove unused API_DEFINESAndreas Boll2013-05-012-2/+2
* 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
* tests: Add $(top_srcdir)/include to AM_CPPFLAGS.Vinson Lee2013-03-121-0/+1
* Fix out-of-tree build of 'make check' in src/mesa/main/testsJon TURNEY2013-03-051-4/+4
* tests: add ARB_texture_multisample enums to tableChris Forbes2013-03-021-0/+21
* 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
* tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).Johannes Obermayr2013-01-131-1/+1
* glapi: Emit dispatch for {ARB,OES}_get_program_binaryIan Romanick2013-01-111-6/+13
* Clean up .gitignore filesMatt Turner2013-01-102-2/+0
* mesa: Rename and wire-up GetInteger64i_vMatt Turner2013-01-101-2/+1
* mesa/tests: Add ARB_ES3_compatibility enumsMatt Turner2013-01-101-0/+14
* 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: Add .gitignore for hashtable collision unit test.Paul Berry2012-11-141-0/+1
* mesa: Import a copy of the open-addressing hash table code I wrote.Eric Anholt2012-11-1213-0/+726
* 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