index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
master
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-03-18
util: Optimize _mesa_roundeven with SSE 4.1.
Matt Turner
1
-0
/
+20
2015-03-18
util: Add a roundeven test.
Matt Turner
2
-1
/
+143
2015-03-18
mesa: Replace _mesa_round_to_even() with _mesa_roundeven().
Matt Turner
2
-0
/
+59
2015-03-09
Add macro for unused function attribute.
Vinson Lee
1
-0
/
+6
2015-03-06
util: rework _MSC_VER >= 1200 checks
Emil Velikov
1
-5
/
+3
2015-03-06
include: Add helper header to help trap includes inside extern C.
José Fonseca
1
-0
/
+2
2015-03-05
Fix invalid extern "C" around header inclusion.
Mark Janes
2
-0
/
+13
2015-03-04
mesa: consolidate PUBLIC macro definition
Brian Paul
1
-0
/
+23
2015-03-04
scons: Use -Werror MSVC compatibility flags per-directory.
Jose Fonseca
1
-0
/
+2
2015-03-03
configure: Leverage gcc warn options to enable safe use of C99 features where...
Jose Fonseca
1
-1
/
+2
2015-03-02
util: replace Elements() with ARRAY_SIZE()
Brian Paul
1
-1
/
+1
2015-02-27
Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...
Kenneth Graunke
1
-2
/
+1
2015-02-27
configure: Leverage gcc warn options to enable safe use of C99 features where...
Jose Fonseca
1
-1
/
+2
2015-02-23
ra: Disable round-robin strategy for optimistically colorable nodes.
Francisco Jerez
1
-1
/
+23
2015-02-20
util: Move Mesa's bitset.h to util/.
Eric Anholt
3
-1
/
+101
2015-02-20
mesa: Add gallium include dirs to more parts of the tree.
Eric Anholt
2
-0
/
+4
2015-02-17
Use __typeof instead of typeof with Solaris Studio compilers
Alan Coopersmith
1
-3
/
+3
2015-02-17
util/hash: Silence comparison between signed and unsigned integer warnings in...
Ian Romanick
3
-3
/
+3
2015-02-17
util/hash: Silence unused parameter warnings in tests
Ian Romanick
9
-0
/
+28
2015-02-13
uti/u_atomic: Don't test p_atomic_add with booleans.
Jose Fonseca
1
-6
/
+19
2015-02-12
util/u_atomic: Use lower-case variables in _Interlocked* helpers.
Jose Fonseca
1
-33
/
+33
2015-02-12
util/u_atomic: Add _InterlockedExchangeAdd8/16 for older MSVC.
Jose Fonseca
1
-4
/
+33
2015-02-12
util/u_atomic: Test p_atomic_add() for 8bit integers.
Jose Fonseca
1
-15
/
+17
2015-02-09
util/u_atomic: Add new macro p_atomic_add
Carl Worth
2
-0
/
+21
2015-02-07
util/hash_table: Try to hit a double-insertion bug in the collision test
Jason Ekstrand
1
-1
/
+13
2015-02-07
util/set: Do a full search when adding new items
Jason Ekstrand
1
-6
/
+15
2015-02-07
util/hash_table: Do a full search when adding new items
Jason Ekstrand
1
-7
/
+16
2015-01-30
util/u_atomic: Provide a _InterlockedCompareExchange8 for older MSVC.
José Fonseca
1
-1
/
+29
2015-01-30
util/u_atomic: Use _Interlocked* intrinsics for non 64bits.
José Fonseca
1
-12
/
+12
2015-01-28
mesa: Port a variant of 68afbe89c72d085dcbbf2b264f0201ab73fe339e to util/
Eric Anholt
1
-0
/
+1
2015-01-28
mesa: Move simple_list.h to src/util.
Eric Anholt
2
-0
/
+211
2015-01-28
Revert "util: Move the alternate fpclassify implementation to util"
Jason Ekstrand
1
-62
/
+0
[next]