summaryrefslogtreecommitdiffstats
path: root/src/mapi
Commit message (Expand)AuthorAgeFilesLines
* mapi: move some #includes from .h file to .c filesBrian Paul2015-03-183-3/+5
* mapi: add new _glapi_new_nop_table() and _glapi_set_nop_handler()Brian Paul2015-03-185-41/+108
* main: Add entry point for GetNamedBufferSubData.Laura Ekstrand2015-03-171-0/+7
* main: Add entry point for GetNamedBufferPointerv.Laura Ekstrand2015-03-171-0/+6
* main: Add entry points for GetNamedBufferParameteri[64]v.Laura Ekstrand2015-03-171-0/+12
* main: Add entry point for FlushMappedNamedBufferRange.Laura Ekstrand2015-03-171-0/+6
* main: Add entry point for UnmapNamedBuffer.Laura Ekstrand2015-03-171-0/+5
* main: Add entry points for MapNamedBuffer[Range].Laura Ekstrand2015-03-171-0/+14
* main: Add entry points for ClearNamedBuffer[Sub]Data.Laura Ekstrand2015-03-171-0/+18
* main: Add entry point for CopyNamedBufferSubData.Laura Ekstrand2015-03-171-0/+8
* main: Add entry point for NamedBufferSubData.Laura Ekstrand2015-03-171-0/+7
* main: Add entry point for NamedBufferData.Laura Ekstrand2015-03-171-0/+7
* main: Add entry point for NamedBufferStorage.Laura Ekstrand2015-03-171-0/+7
* main: Add entry point for CreateBuffers.Laura Ekstrand2015-03-171-0/+7
* mesa: move LONGSTRING into generated enums.cBrian Paul2015-03-121-0/+6
* main: Add entry point for TextureBufferRange.Laura Ekstrand2015-03-091-0/+8
* mapi: actually remove unused u_thread.hBrian Paul2015-03-051-126/+0
* Fix invalid extern "C" around header inclusion.Mark Janes2015-03-051-2/+0
* mapi: fix *glapi dependency trackingEmil Velikov2015-03-051-2/+2
* mapi: remove u_thread.hBrian Paul2015-03-056-30/+19
* mapi: use c11 call_once() instead of pthread_once()Brian Paul2015-03-051-2/+3
* mapi: THREADS was always defined, remove itBrian Paul2015-03-057-56/+13
* mapi: rewrite u_current_init() function without u_thread_self()Brian Paul2015-03-052-27/+40
* mapi: fix preprocessor check in u_current_destroy()Brian Paul2015-03-051-1/+1
* mapi: remove u_macros.hBrian Paul2015-03-056-17/+3
* mapi: remove u_compiler.hBrian Paul2015-03-049-16/+10
* mapi: use util/macros.h instead of locally defined macrosBrian Paul2015-03-042-21/+2
* mapi: replace INLINE with inlineBrian Paul2015-03-045-17/+11
* mapi: remove unneeded ARRAY_SIZE #defineBrian Paul2015-03-043-1/+3
* scons: Use -Werror MSVC compatibility flags per-directory.Jose Fonseca2015-03-041-0/+2
* st/vega: Remove.Jose Fonseca2015-03-047-253/+1
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-03-031-1/+3
* mapi: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-2/+2
* mapi: Don't rely on GNU void pointer arithmetic.Matt Turner2015-02-272-2/+2
* Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...Kenneth Graunke2015-02-271-3/+1
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-02-271-1/+3
* glapi: add ARB_gpu_shader_fp64 (v2)Dave Airlie2015-02-194-2/+146
* mesa: Add support for the ARB_pipeline_statistics_query extensionBen Widawsky2015-02-173-0/+28
* mesa: implement GL_AMD_pinned_memoryMarek Olšák2015-02-171-0/+4
* glapi: add GL_EXT_polygon_offset_clampIlia Mirkin2015-02-021-0/+11
* mapi: Build with subdir-objects.Matt Turner2015-01-234-99/+53
* mapi: Remove vgapi from SUBDIRS.Matt Turner2015-01-231-3/+5
* mesa: Add ARB_shader_precision infrastructureMicah Fedke2015-01-191-1/+5
* mesa/glsl/glapi: enable GL_EXT_draw_buffers extensionTapani Pälli2015-01-141-0/+9
* main: Added entry point for glTextureBuffer.Laura Ekstrand2015-01-081-0/+6
* main: Added entry points for glTextureStorage[23]DMultisample.Laura Ekstrand2015-01-081-0/+19
* main: Added entry point for glGenerateTextureMipmap.Laura Ekstrand2015-01-081-0/+4
* main: Added entry points for glCompressedTextureSubImage*D.Laura Ekstrand2015-01-081-0/+36
* main: Added entry point for glGetCompressedTextureImage.Laura Ekstrand2015-01-081-0/+7
* main: Added entry point for glGetTextureImage.Laura Ekstrand2015-01-081-0/+9