glthread: inline _mesa_unmarshal_dispatch_cmd and convert the switch to a table
[mesa.git] / src / mesa / main / glthread.c
2020-03-06 Marek Olšákglthread: inline _mesa_unmarshal_dispatch_cmd and conve...
2019-09-19 Timothy Arceriutil/u_queue: track job size and limit the size of...
2018-11-21 Marek Olšákmesa/glthread: pass the function name to _mesa_glthread...
2018-07-05 Marek OlšákShorten u_queue names
2017-06-26 Marek Olšákmesa/glthread: add glthread "perf" counters and pass...
2017-06-26 Marek Olšákmesa/glthread: switch to u_queue and redesign the batch...
2017-06-26 Marek Olšákmesa/glthread: remove HAVE_PTHREAD guards
2017-04-21 Emil Velikovmesa/glthread: correctly compare thread handles
2017-04-03 Bartosz Tomczykmesa/glthread: Avoid unnecessary batch reallocation
2017-04-03 Bartosz Tomczykmesa/glthread: Call unmarshal_batch directly in glthrea...
2017-03-23 Miklós Mátémesa: set thread name for glthread
2017-03-16 Gregory Hainautmesa/glthread: restore the dispatch table when incompat...
2017-03-16 Gregory Hainautmesa/glthread: don't set a dispatch table if we aren...
2017-03-16 Eric Anholtmesa: Statically allocate glthread command buffer in...
2017-03-16 Eric Anholtmesa: Connect the generated GL command marshalling...
2017-03-16 Paul Berrymesa: Create pointers for multithread marshalling dispa...
2017-03-16 Eric Anholtmesa: Add infrastructure for a worker thread to process...