aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
Commit message (Expand)AuthorAgeFilesLines
...
* main: Add entry point for CopyNamedBufferSubData.Laura Ekstrand2015-03-171-0/+1
* main: Add entry point for NamedBufferSubData.Laura Ekstrand2015-03-171-0/+1
* main: Add entry point for NamedBufferData.Laura Ekstrand2015-03-171-0/+1
* main: Add entry point for NamedBufferStorage.Laura Ekstrand2015-03-171-0/+1
* main: Add entry point for CreateBuffers.Laura Ekstrand2015-03-171-0/+1
* main: Add entry point for TextureBufferRange.Laura Ekstrand2015-03-091-0/+1
* Fix invalid extern "C" around header inclusion.Mark Janes2015-03-052-4/+0
* glapi: add ARB_gpu_shader_fp64 (v2)Dave Airlie2015-02-191-35/+35
* glapi: add GL_EXT_polygon_offset_clampIlia Mirkin2015-02-021-0/+3
* main: Added entry point for glTextureBuffer.Laura Ekstrand2015-01-081-0/+1
* main: Added entry points for glTextureStorage[23]DMultisample.Laura Ekstrand2015-01-081-0/+2
* main: Added entry point for glGenerateTextureMipmap.Laura Ekstrand2015-01-081-0/+1
* main: Added entry points for glCompressedTextureSubImage*D.Laura Ekstrand2015-01-081-0/+3
* main: Added entry point for glGetCompressedTextureImage.Laura Ekstrand2015-01-081-0/+1
* main: Added entry point for glGetTextureImage.Laura Ekstrand2015-01-081-0/+1
* main: Added entry points for CopyTextureSubImage*D.Laura Ekstrand2015-01-081-0/+3
* main: Added entry points for glGetTextureParameteriv, Iiv, and Iuiv.Laura Ekstrand2015-01-081-0/+3
* main: Added entry point for glGetTextureParameterfv.Laura Ekstrand2015-01-081-0/+1
* main: Added entry points for glGetTextureLevelParameteriv, fv.Laura Ekstrand2015-01-081-0/+2
* main: Added entry points for glTextureParameteriv, Iiv, Iuiv.Laura Ekstrand2015-01-081-0/+3
* main: Added entry point for glTextureParameterfv.Laura Ekstrand2015-01-081-0/+2
* main: Added entry point for glTextureParameterf.Laura Ekstrand2015-01-081-0/+1
* main: Added entry point for BindTextureUnit.Laura Ekstrand2015-01-081-0/+1
* main: Added entry points for glTextureSubImage*D.Laura Ekstrand2015-01-081-0/+3
* main: Added entry points for glTextureStorage*D.Laura Ekstrand2015-01-081-0/+3
* main: Added entry point for glCreateTextures.Laura Ekstrand2015-01-081-0/+3
* mesa: Implement ARB_clip_control.Mathias Fröhlich2014-10-241-0/+3
* glapi: add GL_ARB_conditional_render_invertedTobias Klausmann2014-08-191-0/+4
* mesa: Add GL API support for ARB_copy_imageJason Ekstrand2014-08-111-1/+1
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-0413-727/+0
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-0/+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
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-301-8/+0
* mesa: add new enum MAX_UNIFORM_LOCATIONSTapani Pälli2014-06-161-0/+1
* tests: Add new enum strings for ARB_compressed_texture_pixel_storageChris Forbes2014-06-101-0/+8
* mesa: Add core support for the GL_INTEL_performance_query extension.Petri Latvala2014-05-021-0/+25
* mesa: Add INTEL_performance_query enums to tests/enum_strings.cppPetri Latvala2014-05-021-0/+18
* 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
* tests: Fix make check for out of tree builds.Rico Schüller2013-11-111-0/+1