summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* main: Add entry point for NamedFramebufferDrawBuffers.Laura Ekstrand2015-05-141-0/+1
* main: Add entry point for NamedFramebufferReadBuffer.Laura Ekstrand2015-05-141-0/+1
* main: Add entry point for NamedFramebufferDrawBuffer.Laura Ekstrand2015-05-141-0/+1
* main: Add stubs for [Get]NamedFramebufferParameteri[v].Laura Ekstrand2015-05-141-0/+2
* main: Fake entry point for glClearNamedFramebufferfi.Laura Ekstrand2015-05-141-0/+1
* main: Fake entry point for glClearNamedFramebufferfv.Laura Ekstrand2015-05-141-0/+1
* main: Fake entry point for glClearNamedFramebufferuiv.Laura Ekstrand2015-05-141-0/+1
* main: Fake entry point for glClearNamedFramebufferiv.Laura Ekstrand2015-05-141-0/+1
* main: Add entry points for InvalidateNamedFramebuffer[Sub]Data.Laura Ekstrand2015-05-141-0/+2
* main: Add entry point for BlitNamedFramebuffer.Laura Ekstrand2015-05-141-0/+1
* main: Add entry point GetNamedFramebufferAttachmentParameteriv.Laura Ekstrand2015-05-141-0/+1
* main: Add entry point for CheckNamedFramebufferStatus.Laura Ekstrand2015-05-141-0/+1
* main: Add entry points for glNamedFramebufferTexture[Layer].Laura Ekstrand2015-05-141-0/+2
* main: Add entry point for NamedFramebufferRenderbuffer.Laura Ekstrand2015-05-141-0/+1
* main: Add glCreateFramebuffers.Laura Ekstrand2015-05-141-0/+1
* mesa: Implement GetVertexArrayIndexed[64]ivFredrik Höglund2015-05-081-0/+2
* mesa: Implement GetVertexArrayivFredrik Höglund2015-05-081-0/+1
* mesa: Implement VertexArrayBindingDivisorFredrik Höglund2015-05-081-0/+1
* mesa: Implement VertexArrayAttribBindingFredrik Höglund2015-05-081-0/+1
* mesa: Implement VertexArrayAttrib[I|L]FormatFredrik Höglund2015-05-081-0/+3
* mesa: Implement VertexArrayVertexBuffersFredrik Höglund2015-05-081-0/+1
* mesa: Implement VertexArrayVertexBufferFredrik Höglund2015-05-081-0/+1
* mesa: Implement VertexArrayElementBufferFredrik Höglund2015-05-081-0/+1
* mesa: Implement EnableVertexArrayAttribFredrik Höglund2015-05-081-0/+1
* mesa: Implement DisableVertexArrayAttribFredrik Höglund2015-05-081-0/+1
* mesa: Implement CreateVertexArraysFredrik Höglund2015-05-081-0/+1
* mapi: add GL_ARB_vertex_attrib_64bit supportDave Airlie2015-05-081-10/+10
* mesa: Restore functionality to dispatch sanity testIan Romanick2015-05-041-6/+43
* glapi: add GL_ARB_program_interface_query skeletonTapani Pälli2015-04-161-6/+6
* main: Added entry points for NamedRenderbufferStorage/MultisampleMartin Peres2015-03-251-0/+2
* main: Added entry point for glGetNamedRenderbufferParameterivMartin Peres2015-03-251-0/+1
* main: Added entry point for glCreateRenderbuffersMartin Peres2015-03-251-0/+1
* main: Added entry point for glCreateSamplersMartin Peres2015-03-251-0/+1
* main: Added entry point for glCreateProgramPipelinesMartin Peres2015-03-251-0/+1
* main: Added entry points for glGetQueryBufferObject*Martin Peres2015-03-251-0/+4
* main: Added entry point for glCreateQueriesMartin Peres2015-03-251-0/+1
* main: Added entry point for glGetTransformFeedbacki64_vMartin Peres2015-03-251-0/+1
* main: Added entry point for glGetTransformFeedbacki_vMartin Peres2015-03-251-0/+1
* main: Added entry point for glGetTransformFeedbackivMartin Peres2015-03-251-0/+1
* main: Added entry point for glTransformFeedbackBufferRangeMartin Peres2015-03-251-0/+1
* main: Added entry point for glTransformFeedbackBufferBaseMartin Peres2015-03-251-0/+1
* main: Added entry point for glCreateTransformFeedbacksMartin Peres2015-03-251-0/+1
* mesa: reimplement dispatch table no-op function handlingBrian Paul2015-03-181-33/+2