index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
rbug
/
rbug_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/util: replace pipe_thread_create() with u_thread_create()
Timothy Arceri
2017-03-12
1
-1
/
+1
*
gallium/util: replace pipe_thread_wait() with thrd_join()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: remove PIPE_THREAD_ROUTINE()
Timothy Arceri
2017-03-07
1
-2
/
+4
*
gallium/util: replace pipe_thread with thrd_t
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-47
/
+47
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-26
/
+26
*
gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()
Timothy Arceri
2017-03-07
1
-3
/
+3
*
gallium: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
2015-01-28
1
-1
/
+1
*
rbug: send the actual number of layers to the client
Marek Olšák
2014-08-19
1
-1
/
+4
*
gallium: Use C11 thread abstractions.
José Fonseca
2014-01-23
1
-2
/
+2
*
gallium/drivers: support more sampler views than samplers for more drivers
Roland Scheidegger
2013-11-28
1
-1
/
+1
*
rbug: silence some MSVC signed/unsigned warnings
Brian Paul
2013-03-21
1
-1
/
+1
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
1
-1
/
+1
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-7
/
+4
*
rbug: update data structures, functions for future changes
Brian Paul
2012-08-16
1
-8
/
+9
*
rbug: Silence warning
Jakob Bornecrantz
2012-01-11
1
-1
/
+2
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-1
/
+1
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-4
/
+4
*
os, rbug: remove PIPE_THREAD_HAVE_CONDVAR
nobled
2010-07-12
1
-6
/
+0
*
rbug: Use container of macro
Jakob Bornecrantz
2010-05-12
1
-7
/
+10
*
rbug: Fix draw blocking
Jakob Bornecrantz
2010-05-12
1
-1
/
+1
*
rbug: Fix sampler views and surfaces in context info
Jakob Bornecrantz
2010-05-12
1
-3
/
+3
*
rbug: Fix shaders
Jakob Bornecrantz
2010-05-12
1
-18
/
+36
*
rbug: Break out of trace
Jakob Bornecrantz
2010-05-12
1
-0
/
+869