i965: Add gen8 fast clear perf debug
[mesa.git] / src / util /
2015-05-09 Jason Ekstrandutil/list: Add a list validation function
2015-05-09 Jason Ekstrandutil/list: Add list_empty and list_length functions
2015-05-09 Jason Ekstrandutil/list: Add C99-based iterator macros
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
2015-04-29 Axel Davyutil/macros: Move DIV_ROUND_UP to util/macros.h
2015-04-22 Chih-Wei Huangandroid: fix the building rules for Android 5.0
2015-04-22 Emil Velikovandroid: add gallium dirs to more places in the tree
2015-04-22 Emil Velikovandroid: add $(mesa_top)/src include to the whole of...
2015-04-22 Chih-Wei Huangutil: android: optimize the rules to generate format_srgb.c
2015-04-13 Jose Fonsecautil/ralloc: Fix `extern "C"` usage.
2015-04-02 Kenneth Graunkeralloc: Implement a new ralloc_adopt() API.
2015-03-25 Jose Fonsecautil/u_atomic: Ignore warnings interlocked accesses.
2015-03-19 Matt Turnerutil: Optimize _mesa_roundeven with SSE 4.1.
2015-03-19 Matt Turnerutil: Add a roundeven test.
2015-03-19 Matt Turnermesa: Replace _mesa_round_to_even() with _mesa_roundeven().
2015-03-10 Vinson LeeAdd macro for unused function attribute.
2015-03-06 Emil Velikovutil: rework _MSC_VER >= 1200 checks
2015-03-06 José Fonsecainclude: Add helper header to help trap includes inside...
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-03-04 Brian Paulmesa: consolidate PUBLIC macro definition
2015-03-04 Jose Fonsecascons: Use -Werror MSVC compatibility flags per-directory.
2015-03-03 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-03-02 Brian Paulutil: replace Elements() with ARRAY_SIZE()
2015-02-28 Kenneth GraunkeRevert "configure: Leverage gcc warn options to enable...
2015-02-27 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-02-23 Francisco Jerezra: Disable round-robin strategy for optimistically...
2015-02-20 Eric Anholtutil: Move Mesa's bitset.h to util/.
2015-02-20 Eric Anholtmesa: Add gallium include dirs to more parts of the...
2015-02-18 Alan CoopersmithUse __typeof instead of typeof with Solaris Studio...
2015-02-17 Ian Romanickutil/hash: Silence comparison between signed and unsign...
2015-02-17 Ian Romanickutil/hash: Silence unused parameter warnings in tests
2015-02-13 Jose Fonsecauti/u_atomic: Don't test p_atomic_add with booleans.
2015-02-12 Jose Fonsecautil/u_atomic: Use lower-case variables in _Interlocked...
2015-02-12 Jose Fonsecautil/u_atomic: Add _InterlockedExchangeAdd8/16 for...
2015-02-12 Jose Fonsecautil/u_atomic: Test p_atomic_add() for 8bit integers.
2015-02-09 Carl Worthutil/u_atomic: Add new macro p_atomic_add
2015-02-08 Jason Ekstrandutil/hash_table: Try to hit a double-insertion bug...
2015-02-08 Jason Ekstrandutil/set: Do a full search when adding new items
2015-02-08 Jason Ekstrandutil/hash_table: Do a full search when adding new items
2015-01-30 José Fonsecautil/u_atomic: Provide a _InterlockedCompareExchange8...
2015-01-30 José Fonsecautil/u_atomic: Use _Interlocked* intrinsics for non...
2015-01-29 Eric Anholtmesa: Port a variant of 68afbe89c72d085dcbbf2b264f0201a...
2015-01-29 Eric Anholtmesa: Move simple_list.h to src/util.
2015-01-28 Jason EkstrandRevert "util: Move the alternate fpclassify implementat...
2015-01-28 Jason Ekstrandutil: Predicate the fpclassify fallback on !defined...
2015-01-28 Jason Ekstrandutil: Move the alternate fpclassify implementation...
2015-01-21 Jan Veselymesa: Fix some signed-unsigned comparison warnings
2015-01-19 Carl WorthRename sha1.c and sha1.h to mesa-sha1.c and mesa-sha1.h
2015-01-17 Vinson Leesha1: Fix gcry_md_hd_t typo.
2015-01-16 Carl Worthconfigure: Add machinery for --enable-shader-cache...
2015-01-16 Carl Worthmesa: Add mesa SHA-1 functions
2015-01-16 Carl Worthutil: Make unreachable at least be an assert
2015-01-15 Jason Ekstrandutil/hash_set: Rework the API to know about hashing
2015-01-15 Jason Ekstrandutil: Move main/set to util/hash_set
2015-01-15 Jason Ekstrandhash_table: Rename insert_with_hash to insert_pre_hashed
2015-01-15 Jason Ekstrandutil/hash_table: Pull the details of the FNV-1a into...
2014-12-17 Jan Veselyutil: Silence signed-unsigned comparison warnings
2014-12-16 Timothy Arceriutil: remove support for GCC older than 4.1.0
2014-12-16 Juha-Pekka Heikkilautil: add u_atomic_test to .gitignore
2014-12-15 Eric Anholthash_table: Fix compiler warnings from the renaming.
2014-12-15 Jason Ekstrandutil/hash_table: Rework the API to know about hashing
2014-12-12 Matt Turnerutil: Wire up u_atomic_test.
2014-12-12 Matt Turnermesa: Add scons files to distribution.
2014-12-12 Matt Turnerutil: List hash_table tests as check_PROGRAMS.
2014-12-12 Matt Turnerutil: Add headers and python scripts for distribution.
2014-12-01 Matt Turnerra: Don't use regs as the ralloc context.
2014-12-01 José Fonsecautil/u_atomic: Fix the unlocked implementation.
2014-12-01 José Fonsecautil/u_atomic: Add a simple test.
2014-12-01 Matt Turnerutil: Make u_atomic.h typeless.
2014-12-01 Matt Turnerutil: Use stdbool.h's bool rather than "boolean".
2014-12-01 Matt Turnerutil: Remove u_atomic.h's GCC inline assembly.
2014-12-01 Matt Turnerutil: Remove u_atomic.h's MSVC inline assembly.
2014-12-01 Matt Turnerutil: Remove u_atomic.h's Gallium dependence.
2014-12-01 Matt Turnerutil: s/INLINE/inline/ in u_atomic.h.
2014-12-01 Matt Turnerutil: Move u_atomic.h to src/util.
2014-11-26 Timothy Arceriutil: update hash type comments
2014-11-24 Matt Turnerutil: Implement assume() for clang.
2014-11-05 Ian Romanickutil: Implement unreachable for MSVC using __assume
2014-10-30 Chia-I Wuutil: initialize locale_t with a static object
2014-10-30 Chia-I Wuconfigure: check for xlocale.h and strtof
2014-10-30 Chia-I Wuutil: add _mesa_strtod and _mesa_strtof
2014-10-24 Jason Ekstrandutil: Use reg_belongs_to_class instead of BITSET_TEST
2014-10-23 Matt Turnerutil: Add assume() macro.
2014-10-03 Tomasz Figautil: Include in Android builds
2014-09-25 Matt Turnerralloc: Mark ralloc functions with gcc's malloc attribute.
2014-09-25 Matt Turnermesa: Replace a priori knowledge of gcc attributes...
2014-09-25 Matt Turnermesa: Replace a priori knowledge of gcc builtins with...
2014-09-23 Brian Paulutil: fix SCons build
2014-09-23 Eric Anholtmesa: Move register_allocate.c to util.
2014-09-17 Dave Airlieutil: move shared rgtc code to util (v2)
2014-08-08 Emil Velikovutil: remove ralloc_test
2014-08-08 Juha-Pekka Heikkilautil: add src/util/format_srgb.c to .gitignore
2014-08-05 Jason Ekstrandutil/tests/hash_table: Link against libmesautil instead...
2014-08-04 Brian Paulutil: include c99_compat.h in format_srgb.h to get...
2014-08-04 Brian Paulutil: include c99_compat.h in hash_table.h to get ...
2014-08-04 Jason Ekstrandmesa/main: Use the RGB <-> sRGB conversion functions...
2014-08-04 Jason Ekstrandgallium: Move sRGB <-> RGB handling to libmesautil
2014-08-04 Jason Ekstrandutil: Gather some common macros
2014-08-04 Kenneth Graunkeutil: Move the open-addressing linear-probing hash_tabl...
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.