summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/rbug/rbug_core.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-04gallium: decrease the size of pipe_resource - 64 -> 48 bytesMarek Olšák1-1/+1
2017-03-12gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri1-1/+1
2017-03-07gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri1-2/+4
2017-03-07gallium/util: replace pipe_thread with thrd_tTimothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-47/+47
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-26/+26
2017-03-07gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()Timothy Arceri1-3/+3
2015-01-28gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt1-1/+1
2014-08-19rbug: send the actual number of layers to the clientMarek Olšák1-1/+4
2014-01-23gallium: Use C11 thread abstractions.José Fonseca1-2/+2
2013-11-28gallium/drivers: support more sampler views than samplers for more driversRoland Scheidegger1-1/+1
2013-03-21rbug: silence some MSVC signed/unsigned warningsBrian Paul1-1/+1
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-1/+1
2012-10-11gallium: unify transfer functionsMarek Olšák1-7/+4
2012-08-16rbug: update data structures, functions for future changesBrian Paul1-8/+9
2012-01-11rbug: Silence warningJakob Bornecrantz1-1/+2
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-1/+1
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-4/+4
2010-07-12os, rbug: remove PIPE_THREAD_HAVE_CONDVARnobled1-6/+0
2010-05-12rbug: Use container of macroJakob Bornecrantz1-7/+10
2010-05-12rbug: Fix draw blockingJakob Bornecrantz1-1/+1
2010-05-12rbug: Fix sampler views and surfaces in context infoJakob Bornecrantz1-3/+3
2010-05-12rbug: Fix shadersJakob Bornecrantz1-18/+36
2010-05-12rbug: Break out of traceJakob Bornecrantz1-0/+869