Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: delete fnv1a hash function | Dmitriy Nester | 2020-05-25 | 1 | -61/+0 |
| | | | | | | | | | | xxhash is faster than fnv1a in almost all circumstances, so we're switching to it globally. Signed-off-by: Dmytro Nester <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2405 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4020> | ||||
* | util: move fnv1a hash implementation into its own header | Anthony Pesch | 2020-01-23 | 1 | -0/+61 |
Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Iago Toral Quiroga <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3475> |