index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
glthread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/glthread: pass the function name to _mesa_glthread_restore_dispatch
Marek Olšák
2018-11-20
1
-2
/
+5
*
Shorten u_queue names
Marek Olšák
2018-07-04
1
-1
/
+1
*
mesa/glthread: add glthread "perf" counters and pass them to gallium HUD
Marek Olšák
2017-06-26
1
-2
/
+19
*
mesa/glthread: switch to u_queue and redesign the batch management
Marek Olšák
2017-06-26
1
-136
/
+55
*
mesa/glthread: remove HAVE_PTHREAD guards
Marek Olšák
2017-06-26
1
-4
/
+0
*
mesa/glthread: correctly compare thread handles
Emil Velikov
2017-04-21
1
-1
/
+1
*
mesa/glthread: Avoid unnecessary batch reallocation
Bartosz Tomczyk
2017-04-04
1
-6
/
+9
*
mesa/glthread: Call unmarshal_batch directly in glthread_finish
Bartosz Tomczyk
2017-04-03
1
-12
/
+32
*
mesa: set thread name for glthread
Miklós Máté
2017-03-24
1
-0
/
+3
*
mesa/glthread: restore the dispatch table when incompatible gl calls are dete...
Gregory Hainaut
2017-03-16
1
-0
/
+6
*
mesa/glthread: don't set a dispatch table if we aren't the owner
Gregory Hainaut
2017-03-16
1
-3
/
+10
*
mesa: Statically allocate glthread command buffer in the batch struct.
Eric Anholt
2017-03-16
1
-3
/
+2
*
mesa: Connect the generated GL command marshalling code to the build.
Eric Anholt
2017-03-16
1
-0
/
+15
*
mesa: Create pointers for multithread marshalling dispatch table.
Paul Berry
2017-03-16
1
-0
/
+7
*
mesa: Add infrastructure for a worker thread to process GL commands.
Eric Anholt
2017-03-16
1
-0
/
+228