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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
vulkan: add vk_x11_strict_image_count option
Lionel Landwerlin
2019-09-15
2
-0
/
+14
*
driconfig: add a new engine name/version parameter
Lionel Landwerlin
2019-09-15
3
-7
/
+83
*
meson: don't try to generate i18n translations on windows
Dylan Baker
2019-09-10
1
-2
/
+4
*
android: fix linking issues with liblog
Tapani Pälli
2019-09-07
1
-0
/
+2
*
drirc: override minImageCount=2 for gfxbench
Eric Engestrom
2019-09-06
1
-0
/
+4
*
wsi: add minImageCount override
Eric Engestrom
2019-09-06
1
-0
/
+5
*
util: include u_endian.h in u_math.h
Rhys Perry
2019-09-06
1
-0
/
+1
*
util: android logging support
Rob Clark
2019-09-06
2
-2
/
+21
*
util/os_file: fix double-close()
Eric Engestrom
2019-09-04
1
-1
/
+0
*
util: only allow _BitScanReverse64 on 64-bit cpus
Erik Faye-Lund
2019-09-02
2
-3
/
+3
*
util: do not assume MSVC implies SSE
Erik Faye-Lund
2019-09-02
1
-4
/
+3
*
util: fix SSE-version needed for double opcodes
Erik Faye-Lund
2019-09-02
1
-1
/
+1
*
util: Define strchrnul on macOS.
Vinson Lee
2019-08-31
1
-1
/
+1
*
util: Add unreachable() definition for clang compiler.
Krzysztof Raszkowski
2019-08-30
1
-1
/
+1
*
util: Prevent strcasecmp macro redefinion.
Jose Fonseca
2019-08-28
1
-0
/
+3
*
util: Prevent implicit declaration of function getenv.
Jose Fonseca
2019-08-28
1
-0
/
+1
*
util: Add a _mesa_i64roundevenf() helper.
Kenneth Graunke
2019-08-27
1
-0
/
+16
*
util: add auxv based PowerPC AltiVec/VSX detection
Daniel Kolesa
2019-08-27
1
-4
/
+25
*
util: fix compilation on macos
Lionel Landwerlin
2019-08-23
1
-1
/
+1
*
util/timespec: use unsigned 64 bit integers for nsec values
Lionel Landwerlin
2019-08-22
2
-35
/
+18
*
util: fix os_create_anonymous_file on android
Tapani Pälli
2019-08-22
1
-4
/
+5
*
i965: Add handling for fp16 configs
Kevin Strasser
2019-08-21
1
-0
/
+5
*
util: move bitcount to bitscan.h
Kevin Strasser
2019-08-21
2
-36
/
+32
*
win32: unify strcasecmp definitions
Erik Faye-Lund
2019-08-15
1
-0
/
+1
*
util: drop final reference to p_compiler.h
Lionel Landwerlin
2019-08-09
3
-40
/
+38
*
util: os_misc: drop p_compiler.h include
Lionel Landwerlin
2019-08-09
1
-1
/
+2
*
util: u_math: drop p_compiler.h include
Lionel Landwerlin
2019-08-09
2
-25
/
+23
*
util: Revert "util: added missing headers in anon-file"
Gurchetan Singh
2019-08-09
1
-2
/
+0
*
util: Cygwin has linux-style pthread_setname_np
Jon Turney
2019-08-09
1
-1
/
+1
*
util: added missing headers in anon-file
Gurchetan Singh
2019-08-08
1
-0
/
+2
*
util/anon_file: const string param
Eric Engestrom
2019-08-08
2
-2
/
+2
*
util/anon_file: drop unused #include
Eric Engestrom
2019-08-08
1
-1
/
+0
*
util/anon_file: add missing #include
Eric Engestrom
2019-08-08
1
-0
/
+3
*
util: fix cpuset support on FreeBSD
Greg V
2019-08-08
1
-0
/
+7
*
util/hash_table: Fix hashing in clears on 32-bit
Tomeu Vizoso
2019-08-08
1
-2
/
+12
*
util: add anon_file.h for all memfd/temp file usage
Greg V
2019-08-07
4
-0
/
+193
*
util: fix mem leak of program path
Eric Engestrom
2019-08-07
1
-7
/
+12
*
drirc: Add vendor workaround for Divinity: Original Sin EE
Timothy Arceri
2019-08-07
1
-0
/
+1
*
mesa/gallium: add dric option to allow overriding GL vendor string
Timothy Arceri
2019-08-07
1
-0
/
+5
*
drirc: Add discard workaround for Divinity: Original Sin EE
Timothy Arceri
2019-08-05
1
-0
/
+1
*
introduce c11_compat.h to provide C11 things in C99
Eric Engestrom
2019-08-04
1
-0
/
+1
*
util: fix pointer type on NetBSD
Eric Engestrom
2019-08-03
1
-1
/
+1
*
meson: replace last uses of libxmlconfig with idep_xmlconfig
Eric Engestrom
2019-08-03
1
-2
/
+2
*
meson: drop unused dep_{thread,dl}
Eric Engestrom
2019-08-03
5
-5
/
+5
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
8
-20
/
+18
*
util: Handle differences in pthread_setname_np
Matt Turner
2019-08-02
1
-0
/
+11
*
util/os_time: use detect_os.h to uncouple from gallium
Eric Engestrom
2019-08-02
1
-11
/
+9
*
util/u_debug: use detect_os.h
Eric Engestrom
2019-08-02
2
-3
/
+4
*
util/os_misc: use detect_os.h to start uncoupling from gallium
Eric Engestrom
2019-08-02
2
-14
/
+15
*
util/os_memory: use detect_os.h to uncouple it from gallium
Eric Engestrom
2019-08-02
4
-14
/
+3
[next]