summaryrefslogtreecommitdiffstats
path: root/src/mapi
Commit message (Expand)AuthorAgeFilesLines
* mesa: move glMultiDrawArrays to vbo and fix error handlingNicolai Hähnle2017-04-241-1/+1
* mesa: add GL_ARB_shader_ballot boilerplateNicolai Hähnle2017-04-051-1/+1
* mesa: Add GL_ARB_sparse_buffer boilerplateNicolai Hähnle2017-04-053-0/+34
* mesa: disable glthread when DEBUG_OUTPUT_SYNCHRONOUS is enabledTimothy Arceri2017-04-031-1/+1
* glapi: Add GL_NV_fill_rectangleLyude2017-03-311-0/+4
* mesa/glthread: add async support to ARB_gpu_shader_int64 uniform functionsTimothy Arceri2017-03-311-16/+16
* mesa/glthread: add async support to ARB_gpu_shader_fp64 uniform functionsTimothy Arceri2017-03-311-13/+13
* mesa/glthread: fallback to sync if count validation failsTimothy Arceri2017-03-301-8/+14
* mesa/glthread: add async support to glProgramUniform*() functionsTimothy Arceri2017-03-301-34/+34
* mesa/glthread: print out syncs when MARSHAL_MAX_CMD_SIZE is exceededTimothy Arceri2017-03-301-0/+1
* mesa/glthread: add custom marshalling for ClearBufferfv()Timothy Arceri2017-03-251-1/+1
* mesa/marshal: add custom BufferData/BufferSubData marshallingTimothy Arceri2017-03-241-2/+2
* mesa: disable glthread when glNewList() is calledTimothy Arceri2017-03-201-1/+1
* mapi: automake: add all python scripts to EXTRA_DISTEmil Velikov2017-03-171-0/+3
* glapi: avoid using $< in non-suffix make rulesJonathan Gray2017-03-171-2/+2
* mapi: remove Xlib/xcb include in gl_marshal.pyEmil Velikov2017-03-161-3/+1
* mapi: don't include X11/Xlib-xcb.h on non PTHREAD platformsTimothy Arceri2017-03-161-2/+2
* mesa: fix glthread marshal build issues on platforms without PTHREADTimothy Arceri2017-03-161-1/+4
* mesa/glthread: restore the dispatch table when incompatible gl calls are dete...Gregory Hainaut2017-03-162-4/+5
* mesa: Track the current vertex/element array buffers for glthread.Eric Anholt2017-03-167-34/+59
* mesa: Disable glthread when glBegin() is called.Eric Anholt2017-03-161-1/+1
* mesa: Add an attribute for conditions to turn off threading.Eric Anholt2017-03-163-1/+15
* mesa: Add support for asynchronous glDraw* on GL core.Eric Anholt2017-03-162-7/+6
* mesa: Add support for NULL arguments like in glBufferData() in marshalling.Eric Anholt2017-03-162-9/+34
* glapi: Mark vertex attrib pointer functions as async.Eric Anholt2017-03-162-17/+17
* mesa: Custom thread marshalling for Flush.Paul Berry2017-03-161-2/+1
* mesa: Custom thread marshalling for ShaderSource.Paul Berry2017-03-161-1/+1
* mesa: Create pointers for multithread marshalling dispatch table.Paul Berry2017-03-161-4/+4
* mesa: Validate count parameters when marshalling.Eric Anholt2017-03-161-0/+15
* glapi: Generate GL API marshalling code from the XML.Paul Berry2017-03-164-0/+488
* glapi: Mark compressed teximage functions as sync.Eric Anholt2017-03-161-5/+5
* glapi: Annotate functions with "marshal" attribute.Paul Berry2017-03-166-27/+44
* nir: remove shebang from python scriptsEmil Velikov2017-03-101-1/+0
* mapi/gen: remove shebang from python scriptsEmil Velikov2017-03-1019-19/+0
* mapi: do not mandate bash for es*api/ABI-checkEmil Velikov2017-03-102-2/+2
* mesa: drop the execute bit from gl.xmlEmil Velikov2017-03-101-0/+0
* mapi/glapi: remove unused next_available_offset.shEmil Velikov2017-03-101-39/+0
* glapi: fix typo in count_scaleGregory Hainaut2017-03-071-1/+1
* glapi: Fix a comment typoEric Anholt2017-03-031-1/+1
* mapi: remove unused mapi.[ch]Emil Velikov2017-02-243-254/+0
* mesa: Separate INTEL_performance_query frontendRobert Bragg2017-02-221-0/+1
* mapi: automake: include builddir prior to srcdirEmil Velikov2017-01-271-2/+2
* mapi: Add support for ARB_gpu_shader_int64.Dave Airlie2017-01-204-0/+304
* mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macroEmil Velikov2017-01-182-9/+3
* glX_proto_send.py: Unify the style of function pointer calls in structsBoyan Ding2017-01-131-1/+1
* mapi: update the asm code to support x32Grazvydas Ignotas2017-01-131-3/+28
* glapi: add missing INTEL_conservative_rasterizationLionel Landwerlin2016-12-131-0/+4
* mesa: add missing CONTEXT_ROBUST_ACCESS enumTapani Pälli2016-10-271-0/+3
* mapi: automake: set VISIBILITY_CFLAGS for shared glapiJonathan Gray2016-10-241-0/+3
* Revert "Revert "mapi: export all GLES 3.2 functions in libGLESv2.so""Francisco Jerez2016-10-201-0/+12