index
:
~jeremyhu/mesa
10.4-darwin-build-fixes
10.5-darwin-build-fixes
10.6-darwin-build-fixes
11.1
7.8
PR-575
darwin-build-fixes
darwin-master
master
master-darwin-build-fixes
mesa_7_7_branch
libGL for GLX on XQuartz
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-01-28
util: Predicate the fpclassify fallback on !defined(__cplusplus)
Jason Ekstrand
1
-2
/
+12
2015-01-28
util: Move the alternate fpclassify implementation to util
Jason Ekstrand
1
-0
/
+52
2015-01-21
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2
-2
/
+2
2015-01-19
Rename sha1.c and sha1.h to mesa-sha1.c and mesa-sha1.h
Carl Worth
3
-3
/
+3
2015-01-16
sha1: Fix gcry_md_hd_t typo.
Vinson Lee
1
-1
/
+1
2015-01-16
configure: Add machinery for --enable-shader-cache (and --disable-shader-cache)
Carl Worth
3
-3
/
+8
[next]