index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-08-19
util/ra: (trivial) fix c99 loop variable initialization
Roland Scheidegger
1
-7
/
+8
2015-08-19
util: (trivial) include c99_math.h in rounding.h
Roland Scheidegger
1
-2
/
+1
2015-08-18
util/ra: Make allocating conflict lists optional
Jason Ekstrand
2
-10
/
+19
2015-08-18
util/ra: Add a function for making all conflicts on a register transitive
Jason Ekstrand
2
-0
/
+24
2015-08-18
util/bitset: Add a BITSET_FOREACH_SET macro
Jason Ekstrand
1
-0
/
+36
2015-08-10
ra: Delete the conflict lists in ra_set_finalize
Jason Ekstrand
1
-0
/
+5
2015-08-10
ra: Refactor ra_set_finalize
Jason Ekstrand
1
-26
/
+25
2015-08-10
util: Use LONG_MAX instead of LONG_BIT.
Jose Fonseca
1
-6
/
+7
2015-08-10
scons: Build roundevent_test.
Jose Fonseca
2
-0
/
+9
2015-08-09
util: Cope with LONG_BIT not being defined on Windows.
Jose Fonseca
1
-2
/
+6
2015-08-09
util: Rename PURE to ATTRIBUTE_PURE.
Jose Fonseca
1
-2
/
+2
2015-08-04
util: Use SSE intrinsics in _mesa_lroundeven{f,}.
Matt Turner
1
-0
/
+22
2015-08-03
mesa: Replace F_TO_I() with _mesa_lroundevenf().
Matt Turner
1
-0
/
+25
2015-07-29
util: Avoid double promotion.
Matt Turner
1
-1
/
+1
2015-07-17
mesa: Detect and provide macros for function attributes pure and const.
Eric Anholt
1
-0
/
+20
2015-07-09
util: Don't link to SHA1 library if shader-cache is disabled.
Matt Turner
1
-1
/
+1
2015-07-06
mesa: Add a MUST_CHECK macro for __attribute__((warn_unused_result)).
Kenneth Graunke
1
-0
/
+6
2015-06-29
mesa/main: free locale at exit
Erik Faye-Lund
2
-0
/
+11
2015-06-29
util: port _mesa_strto[df] to C
Erik Faye-Lund
3
-7
/
+12
2015-06-21
util/list: add list_first/last_entry
Rob Clark
1
-0
/
+7
2015-05-08
util/list: Add a list validation function
Jason Ekstrand
1
-0
/
+9
2015-05-08
util/list: Add list_empty and list_length functions
Jason Ekstrand
1
-0
/
+15
2015-05-08
util/list: Add C99-based iterator macros
Jason Ekstrand
1
-0
/
+34
2015-05-08
util: Move gallium's linked list to util
Jason Ekstrand
2
-0
/
+147
2015-04-29
util/macros: Move DIV_ROUND_UP to util/macros.h
Axel Davy
1
-0
/
+2
2015-04-22
android: fix the building rules for Android 5.0
Chih-Wei Huang
1
-2
/
+2
2015-04-22
android: add gallium dirs to more places in the tree
Emil Velikov
1
-2
/
+6
2015-04-22
android: add $(mesa_top)/src include to the whole of mesa
Emil Velikov
1
-4
/
+2
2015-04-22
util: android: optimize the rules to generate format_srgb.c
Chih-Wei Huang
1
-22
/
+10
2015-04-13
util/ralloc: Fix `extern "C"` usage.
Jose Fonseca
1
-4
/
+4
2015-04-02
ralloc: Implement a new ralloc_adopt() API.
Kenneth Graunke
2
-0
/
+33
2015-03-25
util/u_atomic: Ignore warnings interlocked accesses.
Jose Fonseca
1
-0
/
+5
[prev]
[next]