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/list: Add a list validation function
Jason Ekstrand
2015-05-08
1
-0
/
+9
*
util/list: Add list_empty and list_length functions
Jason Ekstrand
2015-05-08
1
-0
/
+15
*
util/list: Add C99-based iterator macros
Jason Ekstrand
2015-05-08
1
-0
/
+34
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
2
-0
/
+147
*
util/macros: Move DIV_ROUND_UP to util/macros.h
Axel Davy
2015-04-29
1
-0
/
+2
*
android: fix the building rules for Android 5.0
Chih-Wei Huang
2015-04-22
1
-2
/
+2
*
android: add gallium dirs to more places in the tree
Emil Velikov
2015-04-22
1
-2
/
+6
*
android: add $(mesa_top)/src include to the whole of mesa
Emil Velikov
2015-04-22
1
-4
/
+2
*
util: android: optimize the rules to generate format_srgb.c
Chih-Wei Huang
2015-04-22
1
-22
/
+10
*
util/ralloc: Fix `extern "C"` usage.
Jose Fonseca
2015-04-13
1
-4
/
+4
*
ralloc: Implement a new ralloc_adopt() API.
Kenneth Graunke
2015-04-02
2
-0
/
+33
*
util/u_atomic: Ignore warnings interlocked accesses.
Jose Fonseca
2015-03-25
1
-0
/
+5
*
util: Optimize _mesa_roundeven with SSE 4.1.
Matt Turner
2015-03-18
1
-0
/
+20
*
util: Add a roundeven test.
Matt Turner
2015-03-18
2
-1
/
+143
*
mesa: Replace _mesa_round_to_even() with _mesa_roundeven().
Matt Turner
2015-03-18
2
-0
/
+59
*
Add macro for unused function attribute.
Vinson Lee
2015-03-09
1
-0
/
+6
*
util: rework _MSC_VER >= 1200 checks
Emil Velikov
2015-03-06
1
-5
/
+3
*
include: Add helper header to help trap includes inside extern C.
José Fonseca
2015-03-06
1
-0
/
+2
*
Fix invalid extern "C" around header inclusion.
Mark Janes
2015-03-05
2
-0
/
+13
*
mesa: consolidate PUBLIC macro definition
Brian Paul
2015-03-04
1
-0
/
+23
*
scons: Use -Werror MSVC compatibility flags per-directory.
Jose Fonseca
2015-03-04
1
-0
/
+2
*
configure: Leverage gcc warn options to enable safe use of C99 features where...
Jose Fonseca
2015-03-03
1
-1
/
+2
*
util: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-1
/
+1
*
Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...
Kenneth Graunke
2015-02-27
1
-2
/
+1
*
configure: Leverage gcc warn options to enable safe use of C99 features where...
Jose Fonseca
2015-02-27
1
-1
/
+2
*
ra: Disable round-robin strategy for optimistically colorable nodes.
Francisco Jerez
2015-02-23
1
-1
/
+23
*
util: Move Mesa's bitset.h to util/.
Eric Anholt
2015-02-20
3
-1
/
+101
*
mesa: Add gallium include dirs to more parts of the tree.
Eric Anholt
2015-02-20
2
-0
/
+4
*
Use __typeof instead of typeof with Solaris Studio compilers
Alan Coopersmith
2015-02-17
1
-3
/
+3
*
util/hash: Silence comparison between signed and unsigned integer warnings in...
Ian Romanick
2015-02-17
3
-3
/
+3
*
util/hash: Silence unused parameter warnings in tests
Ian Romanick
2015-02-17
9
-0
/
+28
*
uti/u_atomic: Don't test p_atomic_add with booleans.
Jose Fonseca
2015-02-13
1
-6
/
+19
*
util/u_atomic: Use lower-case variables in _Interlocked* helpers.
Jose Fonseca
2015-02-12
1
-33
/
+33
*
util/u_atomic: Add _InterlockedExchangeAdd8/16 for older MSVC.
Jose Fonseca
2015-02-12
1
-4
/
+33
*
util/u_atomic: Test p_atomic_add() for 8bit integers.
Jose Fonseca
2015-02-12
1
-15
/
+17
*
util/u_atomic: Add new macro p_atomic_add
Carl Worth
2015-02-09
2
-0
/
+21
*
util/hash_table: Try to hit a double-insertion bug in the collision test
Jason Ekstrand
2015-02-07
1
-1
/
+13
*
util/set: Do a full search when adding new items
Jason Ekstrand
2015-02-07
1
-6
/
+15
*
util/hash_table: Do a full search when adding new items
Jason Ekstrand
2015-02-07
1
-7
/
+16
*
util/u_atomic: Provide a _InterlockedCompareExchange8 for older MSVC.
José Fonseca
2015-01-30
1
-1
/
+29
*
util/u_atomic: Use _Interlocked* intrinsics for non 64bits.
José Fonseca
2015-01-30
1
-12
/
+12
*
mesa: Port a variant of 68afbe89c72d085dcbbf2b264f0201ab73fe339e to util/
Eric Anholt
2015-01-28
1
-0
/
+1
*
mesa: Move simple_list.h to src/util.
Eric Anholt
2015-01-28
2
-0
/
+211
*
Revert "util: Move the alternate fpclassify implementation to util"
Jason Ekstrand
2015-01-28
1
-62
/
+0
*
util: Predicate the fpclassify fallback on !defined(__cplusplus)
Jason Ekstrand
2015-01-28
1
-2
/
+12
*
util: Move the alternate fpclassify implementation to util
Jason Ekstrand
2015-01-28
1
-0
/
+52
*
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2015-01-21
2
-2
/
+2
*
Rename sha1.c and sha1.h to mesa-sha1.c and mesa-sha1.h
Carl Worth
2015-01-19
3
-3
/
+3
*
sha1: Fix gcry_md_hd_t typo.
Vinson Lee
2015-01-16
1
-1
/
+1
*
configure: Add machinery for --enable-shader-cache (and --disable-shader-cache)
Carl Worth
2015-01-16
3
-3
/
+8
[next]