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-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
2016-04-14
scons: Add a "check" target to run all unit tests.
Jose Fonseca
1
-5
/
+2
2016-03-24
util/bitset: Allow iterating over const bitsets
Jason Ekstrand
1
-1
/
+1
2016-03-09
util/sha: do not wrap header inclusion in extern "C"
Emil Velikov
1
-2
/
+2
2016-02-18
util: fix new gcc6 warnings
Rob Clark
1
-1
/
+3
2016-02-12
util/u_atomic: Remove MSVC 2008 support.
Jose Fonseca
1
-59
/
+0
2016-02-11
scons: Eliminate MSVC2008 compatibility.
Jose Fonseca
1
-1
/
+1
2016-02-11
configure: Eliminate MSVC2008 compatibility.
Jose Fonseca
1
-1
/
+1
2016-02-03
util/hash_table: add _mesa_hash_table_num_entries
Nicolai Hähnle
1
-0
/
+5
2016-02-03
util/hash_table: add _mesa_hash_table_clear (v4)
Nicolai Hähnle
4
-0
/
+120
2016-02-02
util/hash_table: don't compare deleted entries
Connor Abbott
1
-1
/
+2
2016-02-02
util/set: don't compare against deleted entries
Connor Abbott
1
-1
/
+2
2015-12-18
ralloc: Fix ralloc_adopt() to the old context's last child's parent.
Kenneth Graunke
1
-0
/
+1
2015-12-04
util: fix comment typo
Giuseppe Bilotta
1
-1
/
+1
2015-12-02
Remove Sun CC specific code.
Jose Fonseca
1
-1
/
+1
2015-11-27
util: Tiny optimisation for the linear→srgb conversion
Neil Roberts
1
-1
/
+1
2015-11-24
util: Include assert.h in macros.h.
Matt Turner
1
-0
/
+2
2015-11-24
util: Include <stdbool.h> in debug.h.
Matt Turner
1
-0
/
+1
2015-11-24
util: move brw_env_var_as_boolean() to util
Rob Clark
2
-0
/
+27
2015-11-12
ralloc: Set *start in ralloc_vasprintf_rewrite_tail() if str is NULL.
Matt Turner
1
-0
/
+1
2015-11-10
util: Add list_is_singular() helper function
Eduardo Lima Mitev
1
-0
/
+8
2015-10-16
glsl: move half<->float convertion to util
Rob Clark
3
-0
/
+220
2015-10-08
util: Move DRI parse_debug_string() to util
Kristian Høgsberg Kristensen
3
-0
/
+101
2015-09-30
util: use strnlen() in strndup() implementations
Samuel Iglesias Gonsalvez
2
-8
/
+2
2015-09-29
util: Fix strndup prototype on C++.
Jose Fonseca
2
-1
/
+10
2015-09-29
util: implement strndup for WIN32
Samuel Iglesias Gonsalvez
3
-0
/
+83
2015-09-09
util: automake: rework the format_srgb.c rule
Emil Velikov
1
-2
/
+4
2015-09-07
util: make mesa-sha1.c completely empty when there are no SHA1 impls
Ilia Mirkin
1
-2
/
+2
2015-09-06
util: always include sha1 into the build
Ilia Mirkin
3
-8
/
+6
[next]