summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2015-06-03glapi: Make GL_ARB_direct_state_access functions exclusive to core profileIan Romanick1-0/+100
2015-06-03glapi: Store exec table version info outside the XMLIan Romanick3-12/+185
2015-05-19glapi: track GL_ARB_program_interface_query.xml10.6-branchpointEmil Velikov1-0/+1
2015-05-15glapi: Remove offset from the DTDIan Romanick1-1/+0
2015-05-15glapi: Whitespace clean up after the previous commitIan Romanick11-443/+223
2015-05-15glapi: Remove all offset tags from the XMLIan Romanick60-1289/+1289
2015-05-15glapi: Use the offsets from static_data.py instead of from the XMLIan Romanick1-17/+5
2015-05-15glapi: Add a list of functions that are not used but still need dispatch slotsIan Romanick1-0/+56
2015-05-15glapi: Remove static dispatch for functions that didn't exist in NVIDIAIan Romanick1-46/+0
2015-05-15glapi: Remove static dispatch for functions that didn't exist in fglrxIan Romanick1-121/+0
2015-05-15glapi: Remove static dispatch for functions that didn't exist in 10.3Ian Romanick1-1/+0
2015-05-15glapi: Remove static dispatch for functions that didn't exist in 10.4Ian Romanick1-33/+0
2015-05-15glapi: Remove static dispatch for functions that didn't exist in 10.5Ian Romanick1-81/+0
2015-05-15glapi: Remove static_dispatch from the DTDIan Romanick1-1/+0
2015-05-15glapi: Whitespace clean up after the previous commitIan Romanick6-210/+112
2015-05-15glapi: Remove all static_dispatch tags from the XMLIan Romanick11-288/+288
2015-05-15glapi: Store list of functions with static dispatch in a separate tableIan Romanick2-1/+1520
2015-05-15glapi: Store static dispatch offsets in a separate tableIan Romanick3-0/+446
2015-05-15mesa: Remove all vestiges of glFramebufferTextureFaceARBIan Romanick2-2/+1
2015-05-15glapi: Mark a couple functions "ignore" for GLXIan Romanick1-2/+2
2015-05-14main: Add entry point for NamedFramebufferDrawBuffers.Laura Ekstrand1-0/+6
2015-05-14main: Add entry point for NamedFramebufferReadBuffer.Laura Ekstrand1-0/+5
2015-05-14main: Add entry point for NamedFramebufferDrawBuffer.Laura Ekstrand1-0/+5
2015-05-14main: Add stubs for [Get]NamedFramebufferParameteri[v].Laura Ekstrand1-0/+12
2015-05-14main: Fake entry point for glClearNamedFramebufferfi.Laura Ekstrand1-0/+7
2015-05-14main: Fake entry point for glClearNamedFramebufferfv.Laura Ekstrand1-0/+7
2015-05-14main: Fake entry point for glClearNamedFramebufferuiv.Laura Ekstrand1-0/+7
2015-05-14main: Fake entry point for glClearNamedFramebufferiv.Laura Ekstrand1-0/+7
2015-05-14main: Add entry points for InvalidateNamedFramebuffer[Sub]Data.Laura Ekstrand1-0/+16
2015-05-14main: Add entry point for BlitNamedFramebuffer.Laura Ekstrand1-0/+15
2015-05-14main: Add entry point GetNamedFramebufferAttachmentParameteriv.Laura Ekstrand1-0/+7
2015-05-14main: Add entry point for CheckNamedFramebufferStatus.Laura Ekstrand1-0/+6
2015-05-14main: Major refactor of get_texture_for_framebuffer.Laura Ekstrand1-1/+1
2015-05-14main: Add entry points for glNamedFramebufferTexture[Layer].Laura Ekstrand1-0/+15
2015-05-14main: Add entry point for NamedFramebufferRenderbuffer.Laura Ekstrand1-0/+7
2015-05-14main: Add glCreateFramebuffers.Laura Ekstrand1-0/+7
2015-05-13glapi: Add extern "C" to glapi_priv.hAlexander von Gluck IV1-0/+8
2015-05-08mesa: Implement GetVertexArrayIndexed[64]ivFredrik Höglund1-0/+14
2015-05-08mesa: Implement GetVertexArrayivFredrik Höglund1-0/+6
2015-05-08mesa: Implement VertexArrayBindingDivisorFredrik Höglund1-0/+6
2015-05-08mesa: Implement VertexArrayAttribBindingFredrik Höglund1-0/+6
2015-05-08mesa: Implement VertexArrayAttrib[I|L]FormatFredrik Höglund1-0/+25
2015-05-08mesa: Implement VertexArrayVertexBuffersFredrik Höglund1-0/+9
2015-05-08mesa: Implement VertexArrayVertexBufferFredrik Höglund1-0/+8
2015-05-08mesa: Implement VertexArrayElementBufferFredrik Höglund1-0/+5
2015-05-08mesa: Implement EnableVertexArrayAttribFredrik Höglund1-0/+5
2015-05-08mesa: Implement DisableVertexArrayAttribFredrik Höglund1-0/+5
2015-05-08mesa: Implement CreateVertexArraysFredrik Höglund1-0/+7
2015-05-08mapi: add GL_ARB_vertex_attrib_64bit supportDave Airlie3-1/+74
2015-05-06glapi: Add positional argument specifier.Vinson Lee1-1/+1