summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2015-04-23mapi: Adding missing string.h include.Pali Rohár1-0/+2
2015-04-22android: fix the building rules for Android 5.0Chih-Wei Huang1-1/+1
2015-04-16glapi: add GL_ARB_program_interface_query skeletonTapani Pälli3-1/+113
2015-03-25main: Added entry points for NamedRenderbufferStorage/MultisampleMartin Peres1-0/+15
2015-03-25main: Added entry point for glGetNamedRenderbufferParameterivMartin Peres1-0/+6
2015-03-25main: Added entry point for glCreateRenderbuffersMartin Peres1-0/+7
2015-03-25main: Added entry point for glCreateSamplersMartin Peres1-0/+7
2015-03-25main: Added entry point for glCreateProgramPipelinesMartin Peres1-0/+7
2015-03-25main: Added entry points for glGetQueryBufferObject*Martin Peres1-0/+27
2015-03-25main: Added entry point for glCreateQueriesMartin Peres1-0/+8
2015-03-25main: Added entry point for glGetTransformFeedbacki64_vMartin Peres1-0/+7
2015-03-25main: Added entry point for glGetTransformFeedbacki_vMartin Peres1-0/+7
2015-03-25main: Added entry point for glGetTransformFeedbackivMartin Peres1-0/+6
2015-03-25main: Added entry point for glTransformFeedbackBufferRangeMartin Peres1-0/+8
2015-03-25main: Added entry point for glTransformFeedbackBufferBaseMartin Peres1-0/+6
2015-03-25main: Added entry point for glCreateTransformFeedbacksMartin Peres1-0/+7
2015-03-23mapi: Make private copies of name strings provided by client.Mario Kleiner1-1/+1
2015-03-18mapi: move some #includes from .h file to .c filesBrian Paul3-3/+5
2015-03-18mapi: add new _glapi_new_nop_table() and _glapi_set_nop_handler()Brian Paul5-41/+108
2015-03-17main: Add entry point for GetNamedBufferSubData.Laura Ekstrand1-0/+7
2015-03-17main: Add entry point for GetNamedBufferPointerv.Laura Ekstrand1-0/+6
2015-03-17main: Add entry points for GetNamedBufferParameteri[64]v.Laura Ekstrand1-0/+12
2015-03-17main: Add entry point for FlushMappedNamedBufferRange.Laura Ekstrand1-0/+6
2015-03-17main: Add entry point for UnmapNamedBuffer.Laura Ekstrand1-0/+5
2015-03-17main: Add entry points for MapNamedBuffer[Range].Laura Ekstrand1-0/+14
2015-03-17main: Add entry points for ClearNamedBuffer[Sub]Data.Laura Ekstrand1-0/+18
2015-03-17main: Add entry point for CopyNamedBufferSubData.Laura Ekstrand1-0/+8
2015-03-17main: Add entry point for NamedBufferSubData.Laura Ekstrand1-0/+7
2015-03-17main: Add entry point for NamedBufferData.Laura Ekstrand1-0/+7
2015-03-17main: Add entry point for NamedBufferStorage.Laura Ekstrand1-0/+7
2015-03-17main: Add entry point for CreateBuffers.Laura Ekstrand1-0/+7
2015-03-12mesa: move LONGSTRING into generated enums.cBrian Paul1-0/+6
2015-03-09main: Add entry point for TextureBufferRange.Laura Ekstrand1-0/+8
2015-03-05mapi: actually remove unused u_thread.hBrian Paul1-126/+0
2015-03-05Fix invalid extern "C" around header inclusion.Mark Janes1-2/+0
2015-03-05mapi: fix *glapi dependency trackingEmil Velikov1-2/+2
2015-03-05mapi: remove u_thread.hBrian Paul6-30/+19
2015-03-05mapi: use c11 call_once() instead of pthread_once()Brian Paul1-2/+3
2015-03-05mapi: THREADS was always defined, remove itBrian Paul7-56/+13
2015-03-05mapi: rewrite u_current_init() function without u_thread_self()Brian Paul2-27/+40
2015-03-05mapi: fix preprocessor check in u_current_destroy()Brian Paul1-1/+1
2015-03-05mapi: remove u_macros.hBrian Paul6-17/+3
2015-03-04mapi: remove u_compiler.hBrian Paul9-16/+10
2015-03-04mapi: use util/macros.h instead of locally defined macrosBrian Paul2-21/+2
2015-03-04mapi: replace INLINE with inlineBrian Paul5-17/+11
2015-03-04mapi: remove unneeded ARRAY_SIZE #defineBrian Paul3-1/+3
2015-03-04scons: Use -Werror MSVC compatibility flags per-directory.Jose Fonseca1-0/+2
2015-03-04st/vega: Remove.Jose Fonseca7-253/+1
2015-03-03configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca1-1/+3
2015-03-02mapi: replace Elements() with ARRAY_SIZE()Brian Paul1-2/+2