Skip to content

mesa: small cpu optimizations of hash.c + display list cleanup

Pierre-Eric Pelloux-Prayer requested to merge pepp/mesa:mesa_hash_opt into master

The first commit removes the MAX_DLIST_EXT_OPCODES from display list because it has only one user.

The goals of the other is to reduce the cpu cost of _mesa_HashTable. The main change is the one replacing mtx_t by simple_mtx_t.

viewperf13 snx with RADEON_NOOP=1 FPS improvements are between 0% and 8%.

Merge request reports