aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gl_marshal.py
Commit message (Expand)AuthorAgeFilesLines
* mapi/gen: remove shebang from the marshal generator scriptsEmil Velikov2017-08-261-1/+0
* glapi: Fix -Wduplicate-decl-specifier due to double-constChad Versace2017-06-261-4/+12
* mesa/glthread: remove HAVE_PTHREAD guardsMarek Olšák2017-06-261-4/+1
* glthread: remove extra _mesa_glthread_finish() from generated codeTimothy Arceri2017-06-071-1/+1
* mesa/glthread: fallback to sync if count validation failsTimothy Arceri2017-03-301-8/+14
* mesa/glthread: print out syncs when MARSHAL_MAX_CMD_SIZE is exceededTimothy Arceri2017-03-301-0/+1
* 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-161-1/+2
* mesa: Track the current vertex/element array buffers for glthread.Eric Anholt2017-03-161-4/+0
* mesa: Add an attribute for conditions to turn off threading.Eric Anholt2017-03-161-0/+8
* mesa: Add support for asynchronous glDraw* on GL core.Eric Anholt2017-03-161-0/+4
* mesa: Add support for NULL arguments like in glBufferData() in marshalling.Eric Anholt2017-03-161-4/+34
* mesa: Validate count parameters when marshalling.Eric Anholt2017-03-161-0/+15
* glapi: Generate GL API marshalling code from the XML.Paul Berry2017-03-161-0/+298