commit | b9f7be9e987fa4535b8ace9c30b1c4c46bba42b2 | [log] [tgz] |
---|---|---|
author | Gert Wollny <gert.wollny@collabora.com> | Fri Jan 15 13:04:11 2021 +0100 |
committer | Gert Wollny <gert.wollny@collabora.com> | Thu Jan 21 20:59:36 2021 +0100 |
tree | 96c5f7e09cfaef797443186cdf5f609929a5803a | |
parent | 5f1f09922260869f168815c079d7107a66a51644 [diff] |
vrend: move last used shader program in front of the list With that shaders that are used more frequently will remain at the top of the list, and since the search in the shader program list is linear, this should save some time. Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Reviewed-by: Chia-I Wu <olvaffe@gmail.com>