On 07/09/2014 07:42 AM, Brian Paul wrote: > On 07/09/2014 01:47 AM, Chia-I Wu wrote: >> It can be used to implement, for example, threaded glCompileShader and >> glLinkProgram. >> >> v2: allow tasks to "complete" other tasks >> >> Signed-off-by: Chia-I Wu <[email protected]> >> --- >> src/glsl/Makefile.am | 12 +- >> src/glsl/Makefile.sources | 3 +- >> src/glsl/tests/threadpool_test.cpp | 137 +++++++++++ >> src/glsl/threadpool.c | 476 >> +++++++++++++++++++++++++++++++++++++ >> src/glsl/threadpool.h | 67 ++++++ > > Does the threadpool code have anything GLSL-specific in it? If not, > maybe these files should go in src/mesa/main/
Or src/util these days. :) _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
