summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glthread.h
Commit message (Expand)AuthorAgeFilesLines
* mesa/glthread: don't include pthread.hMarek Olšák2017-06-261-1/+0
* mesa/glthread: decrease the batch size for better perf scalingMarek Olšák2017-06-261-3/+11
* mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák2017-06-261-0/+3
* mesa/glthread: switch to u_queue and redesign the batch managementMarek Olšák2017-06-261-58/+30
* mesa/glthread: remove HAVE_PTHREAD guardsMarek Olšák2017-06-261-30/+0
* mesa: fix glthread marshal build issues on platforms without PTHREADTimothy Arceri2017-03-161-4/+10
* mesa: fix glthread build issues on platforms without PTHREADTimothy Arceri2017-03-161-1/+1
* mesa/glthread: restore the dispatch table when incompatible gl calls are dete...Gregory Hainaut2017-03-161-0/+7
* mesa: Track the current vertex/element array buffers for glthread.Eric Anholt2017-03-161-0/+12
* mesa: Statically allocate glthread command buffer in the batch struct.Eric Anholt2017-03-161-4/+4
* mesa: Add infrastructure for a worker thread to process GL commands.Eric Anholt2017-03-161-0/+130