aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/rbug/rbug_core.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri2017-03-121-1/+1
* gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri2017-03-071-1/+1
* gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri2017-03-071-2/+4
* gallium/util: replace pipe_thread with thrd_tTimothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-47/+47
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-26/+26
* gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()Timothy Arceri2017-03-071-3/+3
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-281-1/+1
* rbug: send the actual number of layers to the clientMarek Olšák2014-08-191-1/+4
* gallium: Use C11 thread abstractions.José Fonseca2014-01-231-2/+2
* gallium/drivers: support more sampler views than samplers for more driversRoland Scheidegger2013-11-281-1/+1
* rbug: silence some MSVC signed/unsigned warningsBrian Paul2013-03-211-1/+1
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-7/+4
* rbug: update data structures, functions for future changesBrian Paul2012-08-161-8/+9
* rbug: Silence warningJakob Bornecrantz2012-01-111-1/+2
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-1/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-4/+4
* os, rbug: remove PIPE_THREAD_HAVE_CONDVARnobled2010-07-121-6/+0
* rbug: Use container of macroJakob Bornecrantz2010-05-121-7/+10
* rbug: Fix draw blockingJakob Bornecrantz2010-05-121-1/+1
* rbug: Fix sampler views and surfaces in context infoJakob Bornecrantz2010-05-121-3/+3
* rbug: Fix shadersJakob Bornecrantz2010-05-121-18/+36
* rbug: Break out of traceJakob Bornecrantz2010-05-121-0/+869