index
:
~jwrdegoede/mesa
clover-tgsi-wip
master
Hans' mesa repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-01-16
mesa: Add mesa SHA-1 functions
Carl Worth
4
-0
/
+380
2015-01-16
util: Make unreachable at least be an assert
Carl Worth
1
-1
/
+1
2015-01-15
util/hash_set: Rework the API to know about hashing
Jason Ekstrand
2
-8
/
+51
2015-01-15
util: Move main/set to util/hash_set
Jason Ekstrand
3
-0
/
+441
2015-01-15
hash_table: Rename insert_with_hash to insert_pre_hashed
Jason Ekstrand
3
-8
/
+8
2015-01-15
util/hash_table: Pull the details of the FNV-1a into helpers
Jason Ekstrand
2
-13
/
+23
2014-12-17
util: Silence signed-unsigned comparison warnings
Jan Vesely
1
-6
/
+6
2014-12-17
util: remove support for GCC older than 4.1.0
Timothy Arceri
1
-1
/
+1
2014-12-16
util: add u_atomic_test to .gitignore
Juha-Pekka Heikkila
1
-0
/
+1
2014-12-14
hash_table: Fix compiler warnings from the renaming.
Eric Anholt
1
-2
/
+2
2014-12-14
util/hash_table: Rework the API to know about hashing
Jason Ekstrand
11
-74
/
+114
2014-12-12
util: Wire up u_atomic_test.
Matt Turner
1
-0
/
+3
2014-12-12
mesa: Add scons files to distribution.
Matt Turner
1
-1
/
+1
2014-12-12
util: List hash_table tests as check_PROGRAMS.
Matt Turner
1
-1
/
+1
2014-12-12
util: Add headers and python scripts for distribution.
Matt Turner
2
-1
/
+10
2014-12-01
ra: Don't use regs as the ralloc context.
Matt Turner
1
-1
/
+1
2014-12-01
util/u_atomic: Fix the unlocked implementation.
José Fonseca
1
-6
/
+6
2014-12-01
util/u_atomic: Add a simple test.
José Fonseca
2
-0
/
+146
2014-12-01
util: Make u_atomic.h typeless.
Matt Turner
1
-113
/
+93
2014-12-01
util: Use stdbool.h's bool rather than "boolean".
Matt Turner
1
-3
/
+5
2014-12-01
util: Remove u_atomic.h's GCC inline assembly.
Matt Turner
1
-122
/
+0
2014-12-01
util: Remove u_atomic.h's MSVC inline assembly.
Matt Turner
1
-70
/
+0
2014-12-01
util: Remove u_atomic.h's Gallium dependence.
Matt Turner
1
-9
/
+6
2014-12-01
util: s/INLINE/inline/ in u_atomic.h.
Matt Turner
1
-29
/
+29
2014-12-01
util: Move u_atomic.h to src/util.
Matt Turner
1
-0
/
+401
2014-11-26
util: update hash type comments
Timothy Arceri
1
-5
/
+5
2014-11-24
util: Implement assume() for clang.
Matt Turner
1
-1
/
+11
2014-11-05
util: Implement unreachable for MSVC using __assume
Ian Romanick
1
-0
/
+6
2014-10-30
util: initialize locale_t with a static object
Chia-I Wu
1
-10
/
+8
2014-10-30
configure: check for xlocale.h and strtof
Chia-I Wu
1
-8
/
+4
2014-10-30
util: add _mesa_strtod and _mesa_strtof
Chia-I Wu
3
-1
/
+129
2014-10-24
util: Use reg_belongs_to_class instead of BITSET_TEST
Jason Ekstrand
1
-1
/
+1
2014-10-23
util: Add assume() macro.
Matt Turner
1
-0
/
+14
2014-10-03
util: Include in Android builds
Tomasz Figa
1
-0
/
+102
2014-09-25
ralloc: Mark ralloc functions with gcc's malloc attribute.
Matt Turner
2
-8
/
+14
2014-09-25
mesa: Replace a priori knowledge of gcc attributes with configure tests.
Matt Turner
1
-4
/
+7
2014-09-25
mesa: Replace a priori knowledge of gcc builtins with configure tests.
Matt Turner
1
-11
/
+3
2014-09-23
util: fix SCons build
Brian Paul
1
-0
/
+3
2014-09-23
mesa: Move register_allocate.c to util.
Eric Anholt
4
-0
/
+738
[next]