radeonsi: enable GL_EXT_shader_image_load_formatted
[mesa.git] / src / util / Makefile.am
2018-11-05 Sergii Romantsovautotools: library-dependency when no sse and 32-bit
2018-10-31 Emil Velikovconfigure: allow building with python3
2018-10-10 Jason Ekstrandutil: Add a simple big math library
2018-08-24 Emil VelikovRevert "configure: allow building with python3"
2018-08-23 Emil Velikovconfigure: allow building with python3
2018-08-17 Qiang Yudriconf: move ${sysconfdir}/drirc to ${datadir}/drirc...
2018-08-17 Qiang Yuxmlconfig: read more config files from drirc.d/
2018-07-12 Caio Marcelo de... util/set: add a basic unit test
2018-06-05 Scott D Phillipsutil: tests: vma test depends on C++11 support
2018-05-31 Scott D Phillipsutil: Add a randomized test for the virtual memory...
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-08 Igor Gnatenkolink mesautil with pthreads
2017-11-25 Matt Turnerutil: Add a SHA1 unit test program
2017-09-26 Thomas Hellandutil: Add tests for the string buffer
2017-09-22 Grazvydas Ignotasconfigure: check if -latomic is needed for __atomic_*
2017-09-15 Matt Turnerutil: Link libmesautil into u_atomic_test
2017-08-15 Eric Anholtutil: Fix build on old glibc.
2017-08-04 Juan A. Suarez Romeroutil: Makefile.am: add merge_driinfo.py in extra dist
2017-07-31 Nicolai Hähnlexmlconfig: move into src/util
2017-03-03 Timothy Arceriutil/disk_cache: compress individual cache entries
2017-02-24 Emil Velikovutil: automake: add sha1/README to the tarball
2017-01-18 Emil Velikovutil: import sha1 implementation from OpenBSD
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-11 Jose Fonsecaconfigure: Eliminate MSVC2008 compatibility.
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-09 Emil Velikovutil: automake: rework the format_srgb.c rule
2015-09-06 Ilia Mirkinutil: always include sha1 into the build
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-09 Matt Turnerutil: Don't link to SHA1 library if shader-cache is...
2015-03-19 Matt Turnerutil: Add a roundeven test.
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-03-03 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
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-20 Eric Anholtmesa: Add gallium include dirs to more parts of the...
2015-01-16 Carl Worthconfigure: Add machinery for --enable-shader-cache...
2015-01-16 Carl Worthmesa: Add mesa SHA-1 functions
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: Add headers and python scripts for distribution.
2014-09-23 Eric Anholtmesa: Move register_allocate.c to util.
2014-08-08 Emil Velikovutil: remove ralloc_test
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.