index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: s/0/NULL/ for pointer
Eric Engestrom
2018-10-30
1
-1
/
+1
*
util: Change remaining uint32 cache ids to sha1
David McFarland
2018-10-26
1
-6
/
+10
*
util: use C99 declaration in the for-loop set_foreach() macro
Eric Engestrom
2018-10-25
2
-8
/
+4
*
util: use C99 declaration in the for-loop hash_table_foreach() macro
Eric Engestrom
2018-10-25
4
-10
/
+5
*
util: use *unsigned* ints for bit operations
Eric Engestrom
2018-10-23
1
-1
/
+1
*
util: document a limitation of util_fast_udiv32
Marek Olšák
2018-10-17
1
-1
/
+7
*
util: Add foreach_reverse for dynarray
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+6
*
util: Add tests for fast integer division by constants
Jason Ekstrand
2018-10-10
4
-0
/
+546
*
util: Add power-of-two divisor support to compute_fast_udiv_info
Marek Olšák
2018-10-10
2
-2
/
+23
*
util: Generalize fast integer division to be variable bit-width
Jason Ekstrand
2018-10-10
2
-45
/
+39
*
util: Add fast division helpers
Marek Olšák
2018-10-10
1
-0
/
+44
*
util: import public domain code for integer division by a constant
Marek Olšák
2018-10-10
4
-0
/
+365
*
util: Add a simple big math library
Jason Ekstrand
2018-10-10
4
-0
/
+115
*
util/u_queue: add UTIL_QUEUE_INIT_SET_FULL_THREAD_AFFINITY
Marek Olšák
2018-10-06
3
-1
/
+17
*
util: Make xmlconfig.c build on Solaris without d_type in dirent (v2)
Alan Coopersmith
2018-10-05
1
-0
/
+8
*
drirc: add a workaround for ARMA 3
Marek Olšák
2018-10-04
1
-0
/
+4
*
util: add disk_cache_get_function_identifier()
Timothy Arceri
2018-10-03
1
-0
/
+16
*
util: rename timestamp param in disk_cache_create()
Timothy Arceri
2018-10-03
1
-4
/
+4
*
util: disable cache if we have no build-id and timestamp is zero
Timothy Arceri
2018-10-02
1
-0
/
+9
*
util: Add macro to get number of elements in dynarray
Caio Marcelo de Oliveira Filho
2018-09-21
1
-0
/
+1
*
Revert "utils/u_math: break dependency on gallium/utils"
Dylan Baker
2018-09-20
1
-38
/
+5
*
utils/u_math: break dependency on gallium/utils
Dylan Baker
2018-09-20
1
-5
/
+38
*
mesa: move legacy dri config option texture_depth
Timothy Arceri
2018-09-18
7
-134
/
+0
*
mesa: move legacy dri config option fthrottle_mode
Timothy Arceri
2018-09-18
7
-114
/
+0
*
mesa: move legacy dri config option def_max_anisotropy
Timothy Arceri
2018-09-18
7
-29
/
+0
*
mesa: move legacy dri config option no_neg_lod_bias
Timothy Arceri
2018-09-18
7
-31
/
+0
*
mesa: move legacy dri config option round_mode
Timothy Arceri
2018-09-18
6
-70
/
+0
*
mesa: remove unused dri option float_depth
Timothy Arceri
2018-09-18
7
-29
/
+0
*
mesa: move legacy dri config option dither_mode
Timothy Arceri
2018-09-18
6
-92
/
+0
*
mesa: move legacy dri config option color_reduction
Timothy Arceri
2018-09-18
7
-82
/
+0
*
mesa: move legacy TCL dri config options
Timothy Arceri
2018-09-18
7
-151
/
+0
*
util: use force_compat_profile for Wolfenstein The Old Blood
Timothy Arceri
2018-09-18
1
-0
/
+4
*
mesa/st: add force_compat_profile option to driconfig
Timothy Arceri
2018-09-18
1
-0
/
+5
*
move pthread_setaffinity_np check to the build system
Dylan Baker
2018-09-17
1
-4
/
+0
*
util: try to fix the Android and MacOS build
Marek Olšák
2018-09-10
1
-2
/
+5
*
mesa/meson: 32bit xmlconfig linkage
Sergii Romantsov
2018-09-10
1
-0
/
+1
*
Require Visual Studio 2015.
Jose Fonseca
2018-09-10
1
-3
/
+1
*
st/mesa: pin driver threads to a specific L3 cache on AMD Zen (v2)
Marek Olšák
2018-09-07
1
-0
/
+57
*
move u_math to src/util
Dylan Baker
2018-09-07
4
-0
/
+893
*
mesa/util: add missing va_end() after va_copy()
Andrii Simiklit
2018-09-06
1
-0
/
+1
*
mesa/util: don't ignore NULL returned from 'malloc'
Andrii Simiklit
2018-09-06
1
-1
/
+1
*
mesa/util: don't use the same 'va_list' instance twice
Andrii Simiklit
2018-09-06
1
-1
/
+1
*
meson: consolidate langs lists
Eric Engestrom
2018-09-06
1
-3
/
+9
*
st/mesa, gallium: add a workaround for No Mans Sky
Timothy Arceri
2018-08-30
2
-0
/
+6
*
radeonsi: enable radeonsi_zerovram for No Mans Sky
Timothy Arceri
2018-08-30
1
-0
/
+3
*
radeonsi: add radeonsi_zerovram driconfig option
Timothy Arceri
2018-08-30
1
-0
/
+5
*
meson: Actually load translation files
Dylan Baker
2018-08-28
1
-1
/
+4
*
Revert "configure: allow building with python3"
Emil Velikov
2018-08-24
2
-2
/
+2
*
configure: allow building with python3
Emil Velikov
2018-08-23
2
-2
/
+2
*
util/dynarray: add a clone function
Caio Marcelo de Oliveira Filho
2018-08-22
1
-0
/
+9
[next]