x11perf: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Oct 22 00:23:42 UTC 2022


 do_arcs.c    |   18 +++--------
 do_blt.c     |   22 +++++++-------
 do_complex.c |   33 ++++++++-------------
 do_dots.c    |   10 +-----
 do_lines.c   |    9 +----
 do_movewin.c |   50 +++++++++++---------------------
 do_rects.c   |   13 ++------
 do_segs.c    |    6 +--
 do_simple.c  |   34 ++++++++-------------
 do_text.c    |   92 +++++++++++++++++++++++++++--------------------------------
 do_traps.c   |   33 ++++++++-------------
 do_tris.c    |   25 +++++++---------
 do_valgc.c   |    3 -
 do_windows.c |   47 ++++++++----------------------
 x11perf.c    |   51 +++++++++++---------------------
 15 files changed, 175 insertions(+), 271 deletions(-)

New commits:
commit c420f450d0a2b1f26d4043334bb8b6524fea4b07
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Oct 15 13:10:52 2022 -0700

    Stop casting return value of malloc() and calloc()
    
    Not needed in C89 and later, and may hide errors
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2900d7a7e7929414268cb142bf00c57d370e1396
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Oct 15 13:00:22 2022 -0700

    Variable scope reductions as recommended by cppcheck
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list