summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* util: Don't link to SHA1 library if shader-cache is disabled.Matt Turner2015-07-091-1/+1
* mesa: Add a MUST_CHECK macro for __attribute__((warn_unused_result)).Kenneth Graunke2015-07-061-0/+6
* mesa/main: free locale at exitErik Faye-Lund2015-06-292-0/+11
* util: port _mesa_strto[df] to CErik Faye-Lund2015-06-293-7/+12
* util/list: add list_first/last_entryRob Clark2015-06-211-0/+7
* util/list: Add a list validation functionJason Ekstrand2015-05-081-0/+9
* util/list: Add list_empty and list_length functionsJason Ekstrand2015-05-081-0/+15
* util/list: Add C99-based iterator macrosJason Ekstrand2015-05-081-0/+34
* util: Move gallium's linked list to utilJason Ekstrand2015-05-082-0/+147
* util/macros: Move DIV_ROUND_UP to util/macros.hAxel Davy2015-04-291-0/+2
* android: fix the building rules for Android 5.0Chih-Wei Huang2015-04-221-2/+2
* android: add gallium dirs to more places in the treeEmil Velikov2015-04-221-2/+6
* android: add $(mesa_top)/src include to the whole of mesaEmil Velikov2015-04-221-4/+2
* util: android: optimize the rules to generate format_srgb.cChih-Wei Huang2015-04-221-22/+10
* util/ralloc: Fix `extern "C"` usage.Jose Fonseca2015-04-131-4/+4
* ralloc: Implement a new ralloc_adopt() API.Kenneth Graunke2015-04-022-0/+33
* util/u_atomic: Ignore warnings interlocked accesses.Jose Fonseca2015-03-251-0/+5
* util: Optimize _mesa_roundeven with SSE 4.1.Matt Turner2015-03-181-0/+20
* util: Add a roundeven test.Matt Turner2015-03-182-1/+143
* mesa: Replace _mesa_round_to_even() with _mesa_roundeven().Matt Turner2015-03-182-0/+59
* Add macro for unused function attribute.Vinson Lee2015-03-091-0/+6
* util: rework _MSC_VER >= 1200 checksEmil Velikov2015-03-061-5/+3
* include: Add helper header to help trap includes inside extern C.José Fonseca2015-03-061-0/+2
* Fix invalid extern "C" around header inclusion.Mark Janes2015-03-052-0/+13
* mesa: consolidate PUBLIC macro definitionBrian Paul2015-03-041-0/+23
* scons: Use -Werror MSVC compatibility flags per-directory.Jose Fonseca2015-03-041-0/+2
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-03-031-1/+2
* util: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...Kenneth Graunke2015-02-271-2/+1
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-02-271-1/+2
* ra: Disable round-robin strategy for optimistically colorable nodes.Francisco Jerez2015-02-231-1/+23
* util: Move Mesa's bitset.h to util/.Eric Anholt2015-02-203-1/+101
* mesa: Add gallium include dirs to more parts of the tree.Eric Anholt2015-02-202-0/+4
* Use __typeof instead of typeof with Solaris Studio compilersAlan Coopersmith2015-02-171-3/+3
* util/hash: Silence comparison between signed and unsigned integer warnings in...Ian Romanick2015-02-173-3/+3
* util/hash: Silence unused parameter warnings in testsIan Romanick2015-02-179-0/+28
* uti/u_atomic: Don't test p_atomic_add with booleans.Jose Fonseca2015-02-131-6/+19
* util/u_atomic: Use lower-case variables in _Interlocked* helpers.Jose Fonseca2015-02-121-33/+33
* util/u_atomic: Add _InterlockedExchangeAdd8/16 for older MSVC.Jose Fonseca2015-02-121-4/+33
* util/u_atomic: Test p_atomic_add() for 8bit integers.Jose Fonseca2015-02-121-15/+17
* util/u_atomic: Add new macro p_atomic_addCarl Worth2015-02-092-0/+21
* util/hash_table: Try to hit a double-insertion bug in the collision testJason Ekstrand2015-02-071-1/+13
* util/set: Do a full search when adding new itemsJason Ekstrand2015-02-071-6/+15
* util/hash_table: Do a full search when adding new itemsJason Ekstrand2015-02-071-7/+16
* util/u_atomic: Provide a _InterlockedCompareExchange8 for older MSVC.José Fonseca2015-01-301-1/+29
* util/u_atomic: Use _Interlocked* intrinsics for non 64bits.José Fonseca2015-01-301-12/+12
* mesa: Port a variant of 68afbe89c72d085dcbbf2b264f0201ab73fe339e to util/Eric Anholt2015-01-281-0/+1
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-282-0/+211
* Revert "util: Move the alternate fpclassify implementation to util"Jason Ekstrand2015-01-281-62/+0
* util: Predicate the fpclassify fallback on !defined(__cplusplus)Jason Ekstrand2015-01-281-2/+12