summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-24mapi: automake: set VISIBILITY_CFLAGS for shared glapiJonathan Gray1-0/+3
2016-10-20Revert "Revert "mapi: export all GLES 3.2 functions in libGLESv2.so""Francisco Jerez1-0/+12
2016-10-20glapi: Move PrimitiveBoundingBox and BlendBarrier definitions into ES3.2 cate...Francisco Jerez1-13/+17
2016-10-12mapi: fix out-of-tree build dependenciesNicolai Hähnle1-2/+2
2016-10-07glapi: add entry points for GL_ARB_compute_variable_group_sizeSamuel Pitoiset3-1/+29
2016-10-06mapi/glapi: remove unused _glapi_check_table()Emil Velikov2-68/+0
2016-10-06mapi/glapi: remove unused _glapi_check_table_not_nullEmil Velikov2-24/+0
2016-09-23Revert "mapi: export all GLES 3.2 functions in libGLESv2.so"Dylan Baker1-12/+0
2016-09-22mesa: add new entrypoints for GL_OES_viewport_arrayIlia Mirkin2-6/+56
2016-09-22mapi: export all GLES 3.2 functions in libGLESv2.soDylan Baker1-0/+12
2016-09-22mapi: sort static_data.py functionsDylan Baker1-2/+2
2016-09-22mapi: retab static_data.py to be consistentDylan Baker1-1285/+1285
2016-09-15direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI")Jon Turney3-1/+7
2016-09-13mesa: introduce glPrimitiveBoundingBoxARB entrypointIlia Mirkin2-19/+37