index
:
~miku/mesa
flusha0
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-12
mesa: include mtypes.h less
Marek Olšák
2
-1
/
+1
2018-03-29
util: Include bitscan.h directly
Ian Romanick
1
-1
/
+1
2018-03-29
util: Optimize util_is_power_of_two_nonzero
Ian Romanick
1
-0
/
+17
2018-03-29
util: Use util_is_power_of_two_nonzero in u_vector
Ian Romanick
1
-2
/
+2
2018-03-29
util: Add and use util_is_power_of_two_nonzero
Ian Romanick
1
-0
/
+11
2018-03-29
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2
-2
/
+14
2018-03-28
drirc: whitelist glthread for Medieval II: TW, Carnivores: DHR, Far Cry 2
Marek Olšák
1
-0
/
+15
2018-03-23
meson/configure: detect endian.h instead of trying to guess when it's available
Eric Engestrom
1
-1
/
+1
2018-03-14
util: Use set_foreach instead of rolling our own
Thomas Helland
1
-6
/
+2
2018-03-14
util: Implement a hash table cloning function
Thomas Helland
2
-0
/
+24
2018-03-08
drirc: whitespace fix
Eric Engestrom
1
-2
/
+2
2018-03-08
drirc: Disable the GLX_SGI_video_sync extension for gnome-shell on vmware
Thomas Hellstrom
1
-0
/
+1
2018-03-08
glx/dri: Add a driconf option to disable GLX_SGI_video_sync
Thomas Hellstrom
1
-0
/
+5
2018-03-02
disk cache: Link with -latomic if necessary
Thierry Reding
1
-1
/
+1
2018-03-01
util: use clock_gettime() on PIPE_OS_BSD
Jonathan Gray
1
-1
/
+1
2018-02-27
util/bitset: Make C++ wrapper trivially constructible.
Francisco Jerez
1
-17
/
+20
2018-02-24
util/bitset: Add C++ wrapper for static-size bitsets.
Francisco Jerez
1
-0
/
+114
2018-02-24
util: Add EXPLICIT_CONVERSION macro.
Francisco Jerez
1
-0
/
+10
2018-02-09
disk cache: move path creation back to constructor
Tapani Pälli
1
-86
/
+76
2018-02-07
disk cache: add callback functionality
Tapani Pälli
2
-0
/
+67
2018-02-07
disk cache: initialize cache path and index only when used
Tapani Pälli
1
-49
/
+80
2018-02-06
util: remove redundant check for the __clang__ macro
Vlad Golovkin
1
-1
/
+2
2018-02-05
util/build-id: Fix address comparison for binaries with LOAD vaddr > 0
Stephan Gerhold
1
-1
/
+12
2018-01-24
meson: correctly set SYSCONFDIR for loading dirrc
Dylan Baker
1
-2
/
+6
2018-01-22
u_thread: Use pthread_setname_np on linux only.
Samuel Thibault
1
-1
/
+2
2018-01-19
autotools: include meson build files in tarball
Dylan Baker
4
-2
/
+8
2018-01-17
util: include string.h in u_dynarray.h
Brian Paul
1
-0
/
+1
2018-01-17
mesa: include compiler.h in disk_cache.c
Brian Paul
1
-0
/
+1
2018-01-14
util: use faster zlib's CRC32 implementaion
Grazvydas Ignotas
1
-0
/
+13
2018-01-14
util/crc32: don't drop the const qualifier
Grazvydas Ignotas
1
-1
/
+1
2018-01-12
util: fix NORETURN for msvc, add HAVE_FUNC_ATTRIBUTE_NORETURN to c99_compat.h
Roland Scheidegger
1
-4
/
+8
2018-01-11
meson: Use consistent style for tests
Dylan Baker
3
-37
/
+45
2018-01-08
link mesautil with pthreads
Igor Gnatenko
1
-0
/
+2
2018-01-03
dri/common: Add option to allow exposure of 10 bpc color configs. (v2)
Mario Kleiner
1
-0
/
+5
2018-01-03
Android: util: fix locale generation in options.h
Rob Herring
1
-1
/
+1
2017-12-20
drirc: set allow_glsl_cross_stage_interpolation_mismatch for more games
Tapani Pälli
1
-0
/
+8
2017-12-15
util: scons: wire up the sha1 test
Emil Velikov
1
-0
/
+7
2017-12-11
drirc: whitelist glthread for Mount and Blade Warband again
Marek Olšák
1
-0
/
+3
2017-12-07
meson: add dep_thread to every lib that includes threads.h
Eric Engestrom
1
-1
/
+1
2017-12-07
util/disk_cache: Remove unneeded free() on always null string
Vadym Shovkoplias
1
-1
/
+0
2017-12-04
util: Add a NORETURN macro
Jason Ekstrand
1
-0
/
+6
2017-11-30
mesa: add AllowGLSLCrossStageInterpolationMismatch workaround
Tapani Pälli
2
-0
/
+12
2017-11-29
util: Also include endian.h on cygwin
Jon Turney
1
-1
/
+1
2017-11-28
util: add mesa-sha1 test to meson
Eric Engestrom
1
-0
/
+9
2017-11-25
util: Just give up and define PIPE_ARCH_LITTLE_ENDIAN on MSVC
Matt Turner
1
-2
/
+3
2017-11-25
util: Use preprocessor correctly
Matt Turner
1
-1
/
+1
2017-11-25
util: Fix disk_cache index calculation on big endian
Matt Turner
1
-2
/
+2
2017-11-25
util: Add a SHA1 unit test program
Matt Turner
2
-1
/
+67
2017-11-25
util: Fix SHA1 implementation on big endian
Matt Turner
1
-1
/
+2
2017-11-25
util: Assume little endian in the absence of platform-specific handling
Matt Turner
1
-0
/
+3
[next]