glthread: don't declare unmarshal functions as inline
[mesa.git] / src / mapi / glapi / gen / gl_marshal.py
2020-03-20 Marek Olšákglthread: don't declare unmarshal functions as inline
2020-03-20 Marek Olšákglthread: remove debug_print_marshal function
2020-03-20 Marek Olšákglthread: don't execute any custom VAO and BindBuffer...
2020-03-06 Marek Olšákglthread: fall back if a param size is non-zero and...
2020-03-06 Marek Olšákglthread: sync instead of disabling glthread for non...
2020-03-06 Marek Olšákglthread: add marshal_call_after and remove custom...
2020-03-06 Marek Olšákglthread: don't insert an empty line after (void) cmd;
2020-03-06 Marek Olšákglthread: add support for TexParameteri and SamplerPara...
2020-03-06 Marek Olšákglthread: check the size of all variable params and...
2020-03-06 Marek Olšákglthread: handle complex pointer parameters and support...
2020-03-06 Marek Olšákglthread: don't increment variable_data if it's the...
2020-03-06 Marek Olšákglthread: don't insert _mesa_post_marshal_hook into...
2020-03-06 Marek Olšákglthread: simplify repeated function sequences in marsh...
2020-03-06 Marek Olšákglthread: use int instead of size_t where it's OK
2020-03-06 Marek Olšákglthread: inline _mesa_unmarshal_dispatch_cmd and conve...
2020-03-06 Marek Olšákglthread: don't prefix variable_data with const
2020-03-06 Marek Olšákglthread: don't generate the sync fallback if the call...
2018-11-21 Marek Olšákmesa/glthread: pass the function name to _mesa_glthread...
2018-07-06 Mathieu Bridonpython: Stop using the Python 2 exception syntax
2018-07-06 Mathieu Bridonpython: Use the print function
2017-08-26 Emil Velikovmapi/gen: remove shebang from the marshal generator...
2017-06-26 Chad Versaceglapi: Fix -Wduplicate-decl-specifier due to double...
2017-06-26 Marek Olšákmesa/glthread: remove HAVE_PTHREAD guards
2017-06-07 Timothy Arceriglthread: remove extra _mesa_glthread_finish() from...
2017-03-29 Timothy Arcerimesa/glthread: fallback to sync if count validation...
2017-03-29 Timothy Arcerimesa/glthread: print out syncs when MARSHAL_MAX_CMD_SIZ...
2017-03-16 Emil Velikovmapi: remove Xlib/xcb include in gl_marshal.py
2017-03-16 Timothy Arcerimapi: don't include X11/Xlib-xcb.h on non PTHREAD platforms
2017-03-16 Timothy Arcerimesa: fix glthread marshal build issues on platforms...
2017-03-16 Gregory Hainautmesa/glthread: restore the dispatch table when incompat...
2017-03-16 Eric Anholtmesa: Track the current vertex/element array buffers...
2017-03-16 Eric Anholtmesa: Add an attribute for conditions to turn off threa...
2017-03-16 Eric Anholtmesa: Add support for asynchronous glDraw* on GL core.
2017-03-16 Eric Anholtmesa: Add support for NULL arguments like in glBufferDa...
2017-03-16 Eric Anholtmesa: Validate count parameters when marshalling.
2017-03-16 Paul Berryglapi: Generate GL API marshalling code from the XML.