util: Make all 3 fetch_rgba functions occupy the same function slot.
[mesa.git] / src / util / tests /
2020-08-16 Eric Anholtutil: Make all 3 fetch_rgba functions occupy the same...
2020-08-12 Eric Anholtutil: Split the pack/unpack functions out of the format...
2020-07-07 Eric Anholtutil: Share a single function pointer for the 4-byte...
2020-04-16 Erik Faye-Lundutil/tests: initialize variable
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-20 Jason Ekstrandutil/sparse_array: Finish the sparse_array in the tests
2020-02-05 Michel Dänzergitlab-ci: Add ppc64el and s390x cross-build jobs
2020-01-23 Anthony Peschutil/hash_table: added hash functions for integer types
2020-01-17 C Stoututil/vector: Fix u_vector_foreach when head rolls over
2019-12-27 Eric Engestromu_format: move format tests to util/tests/
2019-12-27 Eric Engestromutil/format: add trivial srgb<->linear conversion test
2019-10-31 Jason Ekstrandutil: Add a util_sparse_array data structure
2019-10-24 Michel Dänzerutil/tests: Avoid int64_t overflow issues in fast_idiv_...
2019-10-24 Michel Dänzerutil: Use uint64_t for shifting left in sign_extend...
2019-10-10 Dylan Bakermeson: Add msvc compat args to util/tests
2019-09-17 Jon TurneyFix timespec_from_nsec test for 32-bit time_t
2019-08-22 Lionel Landwerlinutil/timespec: use unsigned 64 bit integers for nsec...
2019-08-03 Eric Engestrommeson: drop unused dep_{thread,dl}
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-07-29 Lionel Landwerlinutil: add a timespec helper
2019-05-31 Connor Abbottutil: Add a helper for faster remainders
2019-05-31 Connor Abbottutil/set: Add a _mesa_set_search_or_add() function
2019-05-03 Dylan Bakertests/vma: fix build with MSVC
2019-05-03 Dylan Bakerutil/tests: Use define instead of VLA
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-15 Dylan BakerDelete autotools
2019-02-14 Eric Engestromutil/tests: compile to something sensible in release...
2018-11-20 Dylan Bakermeson: Add tests to suites
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-10 Jason Ekstrandutil: Add tests for fast integer division by constants
2018-07-18 Caio Marcelo de... util/string_buffer: fix warning in tests
2018-07-13 Caio Marcelo de... util/hash_table: add helper to remove entry by key
2018-07-12 Caio Marcelo de... util/set: helper to remove entry by key
2018-07-12 Caio Marcelo de... util/set: add a clone function
2018-07-12 Caio Marcelo de... util/set: add a basic unit test
2018-07-06 Jon Turneyvma/tests: Fix compilation if limits.h defines PAGE_SIZ...
2018-06-05 Scott D Phillipsutil/tests/vma: Fix warning c++11-narrowing
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-11 Dylan Bakermeson: Use consistent style for tests
2017-10-03 Dylan Bakermeson: convert gtest to an internal dependency
2017-09-28 Thomas Hellandutil: fix in-class initialization of static member
2017-09-27 Dylan Bakermeson: Add build Intel "anv" vulkan driver
2017-09-26 Thomas Hellandutil: Add tests for the string buffer
2016-05-25 Kristian Høgsberg... mesa: Add .gitignore entries for make check binaries
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-03 Nicolai Hähnleutil/hash_table: add _mesa_hash_table_clear (v4)
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-08 Jason Ekstrandutil/hash_table: Try to hit a double-insertion bug...
2015-01-15 Jason Ekstrandhash_table: Rename insert_with_hash to insert_pre_hashed
2014-12-15 Jason Ekstrandutil/hash_table: Rework the API to know about hashing
2014-12-12 Matt Turnerutil: List hash_table tests as check_PROGRAMS.
2014-08-08 Emil Velikovutil: remove ralloc_test
2014-08-05 Jason Ekstrandutil/tests/hash_table: Link against libmesautil instead...
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.