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
*
util/process: document memory leak
Eric Engestrom
2019-04-04
1
-0
/
+4
*
util/queue: add util_queue_adjust_num_threads
Marek Olšák
2019-04-01
2
-6
/
+52
*
util/queue: hold a lock when reading num_threads in util_queue_finish
Marek Olšák
2019-04-01
1
-3
/
+3
*
util/queue: add ability to kill a subset of threads
Marek Olšák
2019-04-01
2
-21
/
+36
*
util/queue: move thread creation into a separate function
Marek Olšák
2019-04-01
1
-24
/
+32
*
util: no-op __builtin_types_compatible_p() for non-GCC compilers
Brian Paul
2019-03-29
1
-0
/
+4
*
util/disk_cache: close fd in the fallback path
Eric Engestrom
2019-03-28
1
-4
/
+3
*
android: static link with libexpat with Android O+
Kishore Kadiyala
2019-03-25
1
-0
/
+6
*
util: Add a drm_find_modifier helper
Alyssa Rosenzweig
2019-03-14
1
-0
/
+55
*
util: Add a DAG datastructure.
Eric Anholt
2019-03-11
4
-0
/
+222
*
util: #define PATH_MAX when undefined (eg. Hurd)
Eric Engestrom
2019-03-05
1
-0
/
+4
*
util: emulate futex on FreeBSD using umtx
Greg V
2019-03-03
1
-0
/
+34
*
driconf: add DTD to allow the drirc xml (00-mesa-defaults.conf) to be validated
Eric Engestrom
2019-02-28
2
-1
/
+28
*
util/os_misc: Add check for PIPE_OS_HURD
Timo Aaltonen
2019-02-27
1
-2
/
+2
*
util: fix a warning when building against clang7 headers
Tapani Pälli
2019-02-27
1
-0
/
+2
*
util: Don't block SIGSYS for new threads
Drew Davenport
2019-02-26
1
-1
/
+2
*
driinfo: add DTD to allow the xml to be validated
Eric Engestrom
2019-02-26
1
-0
/
+16
*
drirc: Add sddm-greeter to adaptive_sync blacklist.
Mario Kleiner
2019-02-19
1
-0
/
+3
*
driconf: add Civ6Sub executable for Civilization 6
Marek Olšák
2019-02-19
1
-0
/
+6
*
radeonsi: always enable NIR for Civilization 6 to fix corruption
Marek Olšák
2019-02-19
1
-0
/
+3
*
radeonsi: add driconf option radeonsi_enable_nir
Marek Olšák
2019-02-19
1
-0
/
+5
*
drirc/i965: add option to disable 565 configs and visuals
Tapani Pälli
2019-02-15
1
-0
/
+5
*
util/tests: compile to something sensible in release builds
Eric Engestrom
2019-02-14
12
-0
/
+24
*
util: move BITFIELD macros to util/macros.h
Timothy Arceri
2019-02-08
1
-0
/
+18
*
driconf: drop unused macro
Eric Engestrom
2019-02-07
1
-4
/
+0
*
gallium: Enable ASIMD/NEON on aarch64.
Matt Turner
2019-01-24
1
-2
/
+9
*
nir: check NIR_SKIP to skip passes by name
Caio Marcelo de Oliveira Filho
2019-01-18
2
-0
/
+16
*
util: Helper to create sets and hashes with pointer keys
Caio Marcelo de Oliveira Filho
2019-01-14
4
-0
/
+27
*
drirc: Initial blacklist for adaptive sync
Nicholas Kazlauskas
2018-12-28
1
-0
/
+85
*
util: Add adaptive_sync driconf option
Nicholas Kazlauskas
2018-12-28
1
-0
/
+5
*
util: Get program name based on path when possible
Nicholas Kazlauskas
2018-12-28
1
-1
/
+22
*
util/hash_table: Add _mesa_hash_table_init function
Ian Romanick
2018-12-16
2
-13
/
+34
*
util/slab: Rename slab_mempool typed parameters to mempool
Ian Romanick
2018-12-14
2
-14
/
+14
*
util: env_var_as_unsigned() helper
Rob Clark
2018-11-27
2
-0
/
+22
*
util: promote u_memory to src/util
Dylan Baker
2018-11-27
6
-0
/
+450
*
drirc: enable glthread for Talos Principle
Marek Olšák
2018-11-20
1
-0
/
+7
*
meson: Add tests to suites
Dylan Baker
2018-11-20
6
-8
/
+16
*
xmlpool: update translation po files
Eric Engestrom
2018-11-13
6
-193
/
+950
*
util/ralloc: Make sizeof(linear_header) a multiple of 8
Matt Turner
2018-11-12
1
-2
/
+12
*
util/ralloc: Switch from DEBUG to NDEBUG
Matt Turner
2018-11-12
1
-14
/
+4
*
util: Fix warning in u_cpu_detect on non-x86
Alyssa Rosenzweig
2018-11-12
1
-2
/
+2
*
autotools: library-dependency when no sse and 32-bit
Sergii Romantsov
2018-11-05
2
-2
/
+3
*
meson: don't install translation files
18.3-branchpoint
Dylan Baker
2018-11-01
1
-1
/
+1
*
util/gen_xmlpool: Make use of python's foreach loop
Dylan Baker
2018-10-31
1
-30
/
+27
*
util/gen_xmlpool: Don't use len to test for container emptiness
Dylan Baker
2018-10-31
1
-4
/
+4
*
util/gen_xmlpool: Don't write via shell redirection
Dylan Baker
2018-10-31
5
-65
/
+58
*
util/gen_xmlpool: use with statement to open file
Dylan Baker
2018-10-31
1
-34
/
+32
*
util/gen_xmlpool: use a main function
Dylan Baker
2018-10-31
1
-61
/
+66
*
util/gen_xmlpool: Use print function instad of sys.stderr.write
Dylan Baker
2018-10-31
1
-5
/
+4
*
util/gen_xmlpool: Use more standard style
Dylan Baker
2018-10-31
1
-29
/
+29
[next]