index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
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
2016-11-22
util: import CRC32 implementation from gallium
Marek Olšák
3
-0
/
+178
2016-11-22
util/disk_cache: close a previously opened handle in disk_cache_put (v2)
Gwan-gyeong Mun
1
-6
/
+5
2016-11-21
mesa: removed redundant #else
George Kyriazis
1
-1
/
+0
2016-11-17
util/vk_alloc: Add a vk_zalloc2 helper
Jason Ekstrand
1
-0
/
+16
2016-11-16
util/vk_alloc: Ensure NULL is handled correctly in vk_free
Jason Ekstrand
1
-0
/
+3
2016-11-15
util: Fix Clang trivial destructor check.
Vinson Lee
1
-4
/
+4
2016-11-15
util/disk_cache: use unambiguous naming
Marek Olšák
2
-42
/
+44
2016-11-15
util: import cache.c/h from glsl
Marek Olšák
3
-0
/
+890
2016-11-11
util: use STATIC_ASSERT instead of static_assert
Tapani Pälli
1
-1
/
+1
2016-11-09
util: add MSVC HAS_TRIVIAL_DESTRUCTOR implementation
Brian Paul
1
-0
/
+5
2016-10-31
ralloc: add a linear allocator as a child node of ralloc
Marek Olšák
2
-4
/
+433
2016-10-31
ralloc: remove memset from ralloc_size
Marek Olšák
1
-15
/
+11
2016-10-31
ralloc: add DECLARE_RZALLOC_CXX_OPERATORS
Marek Olšák
1
-2
/
+7
2016-10-31
ralloc: don't memset ralloc_header, clear it manually
Marek Olšák
1
-1
/
+15
2016-10-20
util: Include string.h in bitscan.h.
Vinson Lee
1
-0
/
+1
2016-10-19
vulkan: add vk_alloc.h shared allocation inlines.
Dave Airlie
2
-1
/
+77
2016-10-19
util: move min/max/clamp macros to util macros.h
Dave Airlie
1
-0
/
+13
2016-10-19
util: add vector util code.
Dave Airlie
3
-1
/
+193
2016-10-07
util: remove unused variable
Timothy Arceri
1
-4
/
+2
2016-10-05
util/slab: re-design to allow migration between pools (v3)
Nicolai Hähnle
2
-89
/
+258
2016-10-05
util: use GCC atomic intrinsics with explicit memory model
Nicolai Hähnle
1
-0
/
+21
2016-09-23
util: remove Sun C Compiler support
Timothy Arceri
1
-1
/
+1
2016-09-13
u_endian: add android to glibc clause
Dave Airlie
1
-1
/
+1
2016-09-12
mesa/glsl: Move string_to_uint_map into the util folder
Thomas Helland
3
-0
/
+221
2016-09-12
util: Move hash_table_call_foreach to util hash table
Thomas Helland
1
-0
/
+13
2016-09-06
util: (trivial) add <stdint.h> include to slab.c
Roland Scheidegger
1
-0
/
+1
2016-09-06
util: import the slab allocator from gallium
Marek Olšák
3
-0
/
+244
2016-09-06
gallium/util: move endian detect into a separate file
Dave Airlie
2
-1
/
+71
2016-08-22
util: add assert that key cannot be NULL on insertion
Tapani Pälli
1
-0
/
+2
2016-08-17
mesa: Fix uf10_to_f32() scale factor in the E == 0 and M != 0 case.
Kenneth Graunke
1
-1
/
+1
2016-08-17
util: try to use SSE instructions with MSVC and 32-bit gcc
Brian Paul
1
-3
/
+4
2016-08-10
util: Use win32 intrinsics for util_last_bit if present.
Mathias Fröhlich
1
-0
/
+12
2016-08-09
util: Move _mesa_fsl/util_last_bit into util/bitscan.h
Mathias Fröhlich
1
-0
/
+68
2016-08-05
util/r11g11b10f: Whitespace cleanups
Jason Ekstrand
1
-14
/
+7
2016-08-05
util/format: Use explicitly sized types
Jason Ekstrand
2
-6
/
+8
2016-08-05
util/rgb9e5: Get rid of the float754 union
Jason Ekstrand
1
-42
/
+27
2016-08-05
util/format_rgb9e5: Get rid of the rgb9e5 union
Jason Ekstrand
1
-32
/
+6
2016-08-05
util: Move format_r11g11b10f.h to src/util
Jason Ekstrand
2
-0
/
+233
2016-08-05
util: Move format_rgb9e5.h to src/util
Jason Ekstrand
2
-0
/
+162
2016-07-06
list: fix list_replace() for empty lists
Rob Clark
1
-4
/
+10
2016-06-14
mesa/gallium: Move u_bit_scan{,64} from gallium to util.
Mathias Fröhlich
3
-0
/
+235
2016-05-25
mesa: Add .gitignore entries for make check binaries
Kristian Høgsberg Kristensen
2
-0
/
+2
2016-05-16
util: Add ATTRIBUTE_RETURNS_NONNULL.
Matt Turner
1
-0
/
+6
2016-05-10
util/ralloc: Remove double zero'ing of rzalloc buffers
Jordan Justen
1
-9
/
+12
2016-04-29
st/glsl_to_tgsi: reduce stack explosion in recursive expression visitor
Nicolai Hähnle
1
-0
/
+6
2016-04-26
scons: Move fallback HAVE_* definitions to headers.
Jose Fonseca
1
-0
/
+2
2016-04-25
util: add MAYBE_UNUSED for config dependent variables
Grazvydas Ignotas
1
-0
/
+2
2016-04-15
util: Fix warning of invalid return value
Chad Versace
1
-1
/
+2
2016-04-15
util/list: Add list splicing functions
Jason Ekstrand
1
-0
/
+22
2016-04-15
util: Fix race condition on libgcrypt initialization
Mark Janes
1
-8
/
+11
[next]