summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2017-04-26mesa: drop APPLE_vertex_array_object supportTimothy Arceri4-31/+1
2017-04-19mesa: move glMultiDrawArrays to vbo and fix error handlingNicolai Hähnle1-1/+1
2017-04-18mesa/glthread: add async support to ARB_viewport_array functionsBartosz Tomczyk1-5/+5
2017-04-05mesa: add GL_ARB_shader_ballot boilerplateNicolai Hähnle1-1/+1
2017-04-05mesa: Add GL_ARB_sparse_buffer boilerplateNicolai Hähnle3-0/+34
2017-04-03mesa: disable glthread when DEBUG_OUTPUT_SYNCHRONOUS is enabledTimothy Arceri1-1/+1
2017-03-31glapi: Add GL_NV_fill_rectangleLyude1-0/+4
2017-03-31mesa/glthread: add async support to ARB_gpu_shader_int64 uniform functionsTimothy Arceri1-16/+16
2017-03-31mesa/glthread: add async support to ARB_gpu_shader_fp64 uniform functionsTimothy Arceri1-13/+13
2017-03-30mesa/glthread: fallback to sync if count validation failsTimothy Arceri1-8/+14
2017-03-30mesa/glthread: add async support to glProgramUniform*() functionsTimothy Arceri1-34/+34
2017-03-30mesa/glthread: print out syncs when MARSHAL_MAX_CMD_SIZE is exceededTimothy Arceri1-0/+1
2017-03-25mesa/glthread: add custom marshalling for ClearBufferfv()Timothy Arceri1-1/+1
2017-03-24mesa/marshal: add custom BufferData/BufferSubData marshallingTimothy Arceri1-2/+2
2017-03-20mesa: disable glthread when glNewList() is calledTimothy Arceri1-1/+1
2017-03-17mapi: automake: add all python scripts to EXTRA_DISTEmil Velikov1-0/+3
2017-03-17glapi: avoid using $< in non-suffix make rulesJonathan Gray1-2/+2
2017-03-16mapi: remove Xlib/xcb include in gl_marshal.pyEmil Velikov1-3/+1
2017-03-16mapi: don't include X11/Xlib-xcb.h on non PTHREAD platformsTimothy Arceri1-2/+2
2017-03-16mesa: fix glthread marshal build issues on platforms without PTHREADTimothy Arceri1-1/+4
2017-03-16mesa/glthread: restore the dispatch table when incompatible gl calls are dete...Gregory Hainaut2-4/+5
2017-03-16mesa: Track the current vertex/element array buffers for glthread.Eric Anholt7-34/+59
2017-03-16mesa: Disable glthread when glBegin() is called.Eric Anholt1-1/+1
2017-03-16mesa: Add an attribute for conditions to turn off threading.Eric Anholt3-1/+15
2017-03-16mesa: Add support for asynchronous glDraw* on GL core.Eric Anholt2-7/+6
2017-03-16mesa: Add support for NULL arguments like in glBufferData() in marshalling.Eric Anholt2-9/+34
2017-03-16glapi: Mark vertex attrib pointer functions as async.Eric Anholt2-17/+17
2017-03-16mesa: Custom thread marshalling for Flush.Paul Berry1-2/+1
2017-03-16mesa: Custom thread marshalling for ShaderSource.Paul Berry1-1/+1
2017-03-16mesa: Create pointers for multithread marshalling dispatch table.Paul Berry1-4/+4
2017-03-16mesa: Validate count parameters when marshalling.Eric Anholt1-0/+15
2017-03-16glapi: Generate GL API marshalling code from the XML.Paul Berry4-0/+488
2017-03-16glapi: Mark compressed teximage functions as sync.Eric Anholt1-5/+5
2017-03-16glapi: Annotate functions with "marshal" attribute.Paul Berry6-27/+44
2017-03-10nir: remove shebang from python scriptsEmil Velikov1-1/+0
2017-03-10mapi/gen: remove shebang from python scriptsEmil Velikov19-19/+0
2017-03-10mapi: do not mandate bash for es*api/ABI-checkEmil Velikov2-2/+2
2017-03-10mesa: drop the execute bit from gl.xmlEmil Velikov1-0/+0
2017-03-10mapi/glapi: remove unused next_available_offset.shEmil Velikov1-39/+0
2017-03-07glapi: fix typo in count_scaleGregory Hainaut1-1/+1
2017-03-03glapi: Fix a comment typoEric Anholt1-1/+1
2017-02-24mapi: remove unused mapi.[ch]Emil Velikov3-254/+0
2017-02-22mesa: Separate INTEL_performance_query frontendRobert Bragg1-0/+1
2017-01-27mapi: automake: include builddir prior to srcdirEmil Velikov1-2/+2
2017-01-20mapi: Add support for ARB_gpu_shader_int64.Dave Airlie4-0/+304
2017-01-18mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macroEmil Velikov2-9/+3
2017-01-13glX_proto_send.py: Unify the style of function pointer calls in structsBoyan Ding1-1/+1
2017-01-13mapi: update the asm code to support x32Grazvydas Ignotas1-3/+28
2016-12-13glapi: add missing INTEL_conservative_rasterizationLionel Landwerlin1-0/+4
2016-10-27mesa: add missing CONTEXT_ROBUST_ACCESS enumTapani Pälli1-0/+3