aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glthread.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/glthread: correctly compare thread handlesEmil Velikov2017-04-211-1/+1
* mesa/glthread: Avoid unnecessary batch reallocationBartosz Tomczyk2017-04-041-6/+9
* mesa/glthread: Call unmarshal_batch directly in glthread_finishBartosz Tomczyk2017-04-031-12/+32
* mesa: set thread name for glthreadMiklós Máté2017-03-241-0/+3
* mesa/glthread: restore the dispatch table when incompatible gl calls are dete...Gregory Hainaut2017-03-161-0/+6
* mesa/glthread: don't set a dispatch table if we aren't the ownerGregory Hainaut2017-03-161-3/+10
* mesa: Statically allocate glthread command buffer in the batch struct.Eric Anholt2017-03-161-3/+2
* mesa: Connect the generated GL command marshalling code to the build.Eric Anholt2017-03-161-0/+15
* mesa: Create pointers for multithread marshalling dispatch table.Paul Berry2017-03-161-0/+7
* mesa: Add infrastructure for a worker thread to process GL commands.Eric Anholt2017-03-161-0/+228