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
/
auxiliary
/
os
Commit message (
Expand
)
Author
Age
Files
Lines
*
os: check for GALLIUM_PROCESS_NAME to override os_get_process_name()
Brian Paul
2015-11-19
1
-18
/
+29
*
auxiliary/os: Don't implement os_get_option() on embedded builds.
José Fonseca
2015-09-01
1
-0
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
5
-24
/
+24
*
gallium/os: minor whitespace fixes in os_time.h
Brian Paul
2015-07-07
1
-5
/
+6
*
gallium/os: add conversion and wait functions for absolute timeouts
Marek Olšák
2015-07-05
2
-0
/
+67
*
gallium/os: add os_wait_until_zero (v2)
Marek Olšák
2015-07-05
2
-1
/
+48
*
os/os_memory_aligned.h: Handle integer overflow.
Jose Fonseca
2015-04-23
1
-1
/
+27
*
android: fix the building rules for Android 5.0
Chih-Wei Huang
2015-04-22
1
-1
/
+1
*
auxiliary/os: fix the android build - s/drm_munmap/os_munmap/
Emil Velikov
2015-03-16
1
-2
/
+2
*
auxilary/os: correct sysctl use in os_get_total_physical_memory()
Jonathan Gray
2015-02-27
1
-2
/
+2
*
os,llvmpipe: Set rasterizer thread names on Linux.
Jose Fonseca
2015-02-13
1
-0
/
+11
*
auxiliary/os: get the mmap/munmap wrappers working with android
Emil Velikov
2014-10-23
1
-5
/
+12
*
auxilary/os: Add DragonFly BSD support in os_get_total_physical_memory.
Vinson Lee
2014-10-13
1
-0
/
+2
*
configure.ac: Add AC_SYS_LARGEFILE
Michel Dänzer
2014-09-05
1
-4
/
+9
*
auxilary/os: Add Solaris support in os_get_total_physical_memory.
Vinson Lee
2014-08-22
1
-2
/
+2
*
Teach os_get_total_physical_memory about Cygwin
Jon TURNEY
2014-08-20
1
-2
/
+2
*
gallium/aux: Fill in Haiku get process name code
Alexander von Gluck IV
2014-08-19
1
-0
/
+7
*
auxiliary/os: introduce os_get_total_physical_memory helper function
Emil Velikov
2014-08-15
2
-0
/
+71
*
os_process.c: Add cygwin as an expected platform
Yaakov Selkowitz
2014-07-29
1
-2
/
+2
*
auxiliary/os,auxiliary/util: Fix the `‘noreturn’ function does return` wa...
José Fonseca
2014-04-17
1
-1
/
+1
*
os/os_thread: Revert pipe_barrier pre-processing logic.
José Fonseca
2014-01-23
1
-1
/
+1
*
gallium: Use C11 thread abstractions.
José Fonseca
2014-01-23
1
-230
/
+32
*
os: Remove pipe_static_condvar.
José Fonseca
2014-01-23
1
-12
/
+0
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detection
Cyril Brulebois
2013-11-12
1
-6
/
+6
*
os: First check for __GLIBC__ and then for PIPE_OS_BSD
Andreas Boll
2013-09-12
1
-4
/
+4
*
os: add os_get_process_name() function
Brian Paul
2013-07-12
2
-0
/
+132
*
os: add cast in os_time_sleep() to silence MSVC warning
Brian Paul
2013-06-26
1
-1
/
+1
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-4
/
+5
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
util: add debug_memory_check_block(), debug_memory_tag()
Brian Paul
2013-04-04
1
-0
/
+6
*
gallium/os: Fix nano->micro second concersion.
José Fonseca
2012-12-08
1
-1
/
+1
*
gallium/os: Cleanup up os_time_get/os_time_get_nano.
José Fonseca
2012-12-06
2
-21
/
+19
*
gallium/os: Fix os_time_sleep() on Windows for small durations.
José Fonseca
2012-12-06
1
-1
/
+5
*
llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.
James Benton
2012-12-03
2
-0
/
+22
*
util: add more memory debugging features
Brian Paul
2012-11-28
1
-0
/
+3
*
util: add GALLIUM_LOG_FILE option for logging output to a file
Brian Paul
2012-05-25
1
-3
/
+22
*
auxiliary/os: Add missing signal.h include.
Baldo Davide
2012-05-05
1
-0
/
+1
*
gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under Haiku
Alexander von Gluck
2011-12-27
1
-1
/
+1
*
Remove windows kernel support code.
José Fonseca
2011-11-29
5
-293
/
+6
*
gallium/auxiliary: Remove os_stream.
José Fonseca
2011-11-29
6
-652
/
+0
*
auxiliary/os: add wrappers for mmap/munmap
Chia-I Wu
2011-08-24
1
-0
/
+87
*
gallium: add PIPE_OS_ANDROID support
Chia-I Wu
2011-08-21
1
-1
/
+1
*
scons: make embedding orthogonal to the platform
José Fonseca
2011-06-17
4
-16
/
+7
*
gallium: block signals for new thread when spawning threads
Dave Airlie
2011-05-16
1
-1
/
+8
*
os: simplify ifdef
nobled
2011-04-27
1
-1
/
+1
*
os: Fix pipe_static_mutex on Windows.
José Fonseca
2011-03-06
1
-1
/
+2
*
os: Open file streams in binary mode.
Michal Krol
2010-11-08
1
-1
/
+1
*
auxiliary: add copyright headers
Luca Barbieri
2010-08-21
1
-0
/
+26
[next]