index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
os
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-15
gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detection
Cyril Brulebois
1
-6
/
+6
2013-09-12
os: First check for __GLIBC__ and then for PIPE_OS_BSD
Andreas Boll
1
-4
/
+4
2013-07-12
os: add os_get_process_name() function
Brian Paul
2
-0
/
+132
2013-06-26
os: add cast in os_time_sleep() to silence MSVC warning
Brian Paul
1
-1
/
+1
2013-04-23
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
1
-4
/
+5
2013-04-23
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
1
-1
/
+1
2013-04-23
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
1
-1
/
+1
2013-04-04
util: add debug_memory_check_block(), debug_memory_tag()
Brian Paul
1
-0
/
+6
2012-12-08
gallium/os: Fix nano->micro second concersion.
José Fonseca
1
-1
/
+1
2012-12-06
gallium/os: Cleanup up os_time_get/os_time_get_nano.
José Fonseca
2
-21
/
+19
2012-12-06
gallium/os: Fix os_time_sleep() on Windows for small durations.
José Fonseca
1
-1
/
+5
2012-12-03
llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.
James Benton
2
-0
/
+22
2012-11-28
util: add more memory debugging features
Brian Paul
1
-0
/
+3
2012-05-25
util: add GALLIUM_LOG_FILE option for logging output to a file
Brian Paul
1
-3
/
+22
2012-05-05
auxiliary/os: Add missing signal.h include.
Baldo Davide
1
-0
/
+1
2011-12-27
gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under Haiku
Alexander von Gluck
1
-1
/
+1
2011-11-29
Remove windows kernel support code.
José Fonseca
5
-293
/
+6
2011-11-29
gallium/auxiliary: Remove os_stream.
José Fonseca
6
-652
/
+0
2011-08-24
auxiliary/os: add wrappers for mmap/munmap
Chia-I Wu
1
-0
/
+87
2011-08-21
gallium: add PIPE_OS_ANDROID support
Chia-I Wu
1
-1
/
+1
2011-06-17
scons: make embedding orthogonal to the platform
José Fonseca
4
-16
/
+7
2011-05-16
gallium: block signals for new thread when spawning threads
Dave Airlie
1
-1
/
+8
2011-04-27
os: simplify ifdef
nobled
1
-1
/
+1
2011-03-06
os: Fix pipe_static_mutex on Windows.
José Fonseca
1
-1
/
+2
2010-11-08
os: Open file streams in binary mode.
Michal Krol
1
-1
/
+1
2010-08-21
auxiliary: add copyright headers
Luca Barbieri
1
-0
/
+26
2010-08-21
os_stream: fix bugs in allocation path
Luca Barbieri
1
-16
/
+8
2010-08-20
os_stream: add printf facility
Luca Barbieri
6
-3
/
+83
2010-07-12
os: remove gratuitous pipe_barrier placeholder code
nobled
1
-21
/
+1
2010-07-12
os, rbug: remove PIPE_THREAD_HAVE_CONDVAR
nobled
1
-1
/
+0
2010-07-12
os: Implement pipe_condvar on Windows Vista and later
nobled
1
-0
/
+30
2010-07-12
os: Implement pipe_condvar on win32
nobled
1
-7
/
+27
2010-05-13
gallium: Add tokens for Cygwin.
Vinson Lee
2
-6
/
+6
2010-04-26
os: Check for spurious wakeups in pipe_barrier_wait.
Vinson Lee
1
-1
/
+8
2010-04-17
os: Implement pipe_barrier for POSIX platforms without pthread_barrier_t.
Vinson Lee
1
-5
/
+26
2010-03-31
os: Temporarily use posix thread for embedded too.
Kurt Daverman
1
-6
/
+6
2010-03-15
gallivm/llvmpipe: rename os_llvm.h to lp_bld.h
Brian Paul
1
-47
/
+0
2010-03-12
Merge branch '7.8'
Michel Dänzer
1
-1
/
+1
2010-03-12
Grammar and spelling fixes
Jeff Smith
1
-1
/
+1
2010-03-11
gallium/os: wrapper for llvm-c/Core.h and #define HAVE_LLVM if needed
Brian Paul
1
-0
/
+47
2010-02-14
os: A stream for debug logging.
José Fonseca
4
-2
/
+87
2010-02-14
os: Add a growable string stream.
José Fonseca
2
-0
/
+177
2010-02-14
os: Complement/improve stream inline helpers.
José Fonseca
1
-0
/
+17
2010-02-14
os: Fix bad calloc.
José Fonseca
1
-10
/
+1
2010-02-14
os: Make streams abstract.
José Fonseca
4
-262
/
+158
2010-02-10
os: Do not use Pthreads barrier functions on Mac OS X.
Vinson Lee
1
-42
/
+52
2010-02-05
os: Don't assert on missing implementation of barrier init/destroy. Just usage.
José Fonseca
1
-2
/
+0
2010-02-05
Merge remote branch 'origin/lp-binning'
José Fonseca
1
-7
/
+144
2010-02-04
auxiliary: util_stream -> os_stream
José Fonseca
3
-0
/
+388
2010-02-04
os: Ensure header includes are outside extern "C" {}.
José Fonseca
1
-2
/
+6
[next]