[Mesa-dev] [PATCH 0/3] u_dynarray: minor API cleanups

Nicolai Hähnle nhaehnle at gmail.com
Sat May 4 13:25:19 UTC 2019


just some small changes that should make util_dynarray more convenient
and safer to use.

Please review!

Thanks,
Nicolai
--
 .../drivers/freedreno/a2xx/fd2_gmem.c        | 12 +++---
 .../drivers/freedreno/a3xx/fd3_gmem.c        |  4 +-
 .../drivers/freedreno/a4xx/fd4_gmem.c        |  2 +-
 .../drivers/freedreno/a5xx/fd5_gmem.c        |  2 +-
 .../drivers/freedreno/a6xx/fd6_gmem.c        |  2 +-
 .../drivers/nouveau/nv30/nvfx_fragprog.c     |  2 +-
 .../drivers/nouveau/nv50/nv50_state.c        |  5 +--
 .../drivers/nouveau/nvc0/nvc0_state.c        |  5 +--
 .../compiler/brw_nir_analyze_ubo_ranges.c    |  2 +-
 src/mesa/drivers/dri/i965/brw_bufmgr.c       |  4 +-
 src/util/u_dynarray.h                        | 40 +++++++++++++-----
 11 files changed, 48 insertions(+), 32 deletions(-)




More information about the mesa-dev mailing list