From: Marek Olšák Date: Wed, 22 Jan 2020 01:17:32 +0000 (-0500) Subject: gallium/cso_hash: pack cso_node better X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=505cd5f12b0ee7a5bac353bb53da6e78bc10513d;p=mesa.git gallium/cso_hash: pack cso_node better Reviewed-by: Pierre-Eric Pelloux-Prayer Part-of: --- diff --git a/src/gallium/auxiliary/cso_cache/cso_hash.h b/src/gallium/auxiliary/cso_cache/cso_hash.h index f50d69d47ab..c2343334de8 100644 --- a/src/gallium/auxiliary/cso_cache/cso_hash.h +++ b/src/gallium/auxiliary/cso_cache/cso_hash.h @@ -53,8 +53,8 @@ extern "C" { struct cso_node { struct cso_node *next; - unsigned key; void *value; + unsigned key; }; struct cso_hash_iter {