dri: Add uninstall hooks to handle megadriver hardlinks.
[mesa.git] / src / util /
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.