index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Silence signed-unsigned comparison warnings
Jan Vesely
2014-12-17
1
-6
/
+6
*
util: remove support for GCC older than 4.1.0
Timothy Arceri
2014-12-17
1
-1
/
+1
*
util: add u_atomic_test to .gitignore
Juha-Pekka Heikkila
2014-12-16
1
-0
/
+1
*
hash_table: Fix compiler warnings from the renaming.
Eric Anholt
2014-12-14
1
-2
/
+2
*
util/hash_table: Rework the API to know about hashing
Jason Ekstrand
2014-12-14
11
-74
/
+114
*
util: Wire up u_atomic_test.
Matt Turner
2014-12-12
1
-0
/
+3
*
mesa: Add scons files to distribution.
Matt Turner
2014-12-12
1
-1
/
+1
*
util: List hash_table tests as check_PROGRAMS.
Matt Turner
2014-12-12
1
-1
/
+1
*
util: Add headers and python scripts for distribution.
Matt Turner
2014-12-12
2
-1
/
+10
*
ra: Don't use regs as the ralloc context.
Matt Turner
2014-12-01
1
-1
/
+1
*
util/u_atomic: Fix the unlocked implementation.
José Fonseca
2014-12-01
1
-6
/
+6
*
util/u_atomic: Add a simple test.
José Fonseca
2014-12-01
2
-0
/
+146
*
util: Make u_atomic.h typeless.
Matt Turner
2014-12-01
1
-113
/
+93
*
util: Use stdbool.h's bool rather than "boolean".
Matt Turner
2014-12-01
1
-3
/
+5
*
util: Remove u_atomic.h's GCC inline assembly.
Matt Turner
2014-12-01
1
-122
/
+0
*
util: Remove u_atomic.h's MSVC inline assembly.
Matt Turner
2014-12-01
1
-70
/
+0
*
util: Remove u_atomic.h's Gallium dependence.
Matt Turner
2014-12-01
1
-9
/
+6
*
util: s/INLINE/inline/ in u_atomic.h.
Matt Turner
2014-12-01
1
-29
/
+29
*
util: Move u_atomic.h to src/util.
Matt Turner
2014-12-01
1
-0
/
+401
*
util: update hash type comments
Timothy Arceri
2014-11-26
1
-5
/
+5
*
util: Implement assume() for clang.
Matt Turner
2014-11-24
1
-1
/
+11
*
util: Implement unreachable for MSVC using __assume
Ian Romanick
2014-11-05
1
-0
/
+6
*
util: initialize locale_t with a static object
Chia-I Wu
2014-10-30
1
-10
/
+8
*
configure: check for xlocale.h and strtof
Chia-I Wu
2014-10-30
1
-8
/
+4
*
util: add _mesa_strtod and _mesa_strtof
Chia-I Wu
2014-10-30
3
-1
/
+129
*
util: Use reg_belongs_to_class instead of BITSET_TEST
Jason Ekstrand
2014-10-24
1
-1
/
+1
*
util: Add assume() macro.
Matt Turner
2014-10-23
1
-0
/
+14
*
util: Include in Android builds
Tomasz Figa
2014-10-03
1
-0
/
+102
*
ralloc: Mark ralloc functions with gcc's malloc attribute.
Matt Turner
2014-09-25
2
-8
/
+14
*
mesa: Replace a priori knowledge of gcc attributes with configure tests.
Matt Turner
2014-09-25
1
-4
/
+7
*
mesa: Replace a priori knowledge of gcc builtins with configure tests.
Matt Turner
2014-09-25
1
-11
/
+3
*
util: fix SCons build
Brian Paul
2014-09-23
1
-0
/
+3
*
mesa: Move register_allocate.c to util.
Eric Anholt
2014-09-23
4
-0
/
+738
*
util: move shared rgtc code to util (v2)
Dave Airlie
2014-09-17
4
-1
/
+520
*
util: remove ralloc_test
Emil Velikov
2014-08-08
3
-105
/
+5
*
util: add src/util/format_srgb.c to .gitignore
Juha-Pekka Heikkila
2014-08-08
1
-0
/
+1
*
util/tests/hash_table: Link against libmesautil instead of libmesa
Jason Ekstrand
2014-08-05
1
-4
/
+2
*
util: include c99_compat.h in format_srgb.h to get 'inline' definition
Brian Paul
2014-08-04
1
-0
/
+1
*
util: include c99_compat.h in hash_table.h to get 'inline' definition
Brian Paul
2014-08-04
1
-0
/
+1
*
mesa/main: Use the RGB <-> sRGB conversion functions in libmesautil
Jason Ekstrand
2014-08-04
1
-0
/
+15
*
gallium: Move sRGB <-> RGB handling to libmesautil
Jason Ekstrand
2014-08-04
5
-2
/
+312
*
util: Gather some common macros
Jason Ekstrand
2014-08-04
6
-8
/
+133
*
util: Move the open-addressing linear-probing hash_table to src/util.
Kenneth Graunke
2014-08-04
18
-1
/
+1279
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
7
-0
/
+1095