i965/fs: Implement the WaCMPInstFlagDepClearedEarly work-around.
[mesa.git] / src / util /
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.