[Mesa-dev] [PATCH 0/5] gallium: pipe-loader cleanups

Emil Velikov emil.l.velikov at gmail.com
Tue Oct 11 18:39:22 UTC 2016


Hi all,

This is an ancient series which renames a drm_driver_descriptor member 
and drops another.

The latter has been unused way before I started unifying any of the 
pipe-loader/targets (ages ago) and gone unnoticed props to some 
unfortunate naming.

-Emil

Emil Velikov (5):
  gallium: fix drm_driver_descriptor::name comment
  gallium: remove unused drm_driver_descriptor::driver_name
  gallium: rename drm_driver_descriptor::{,driver_}name
  gallium: annotate drm_driver_descriptor instance as const data
  gallium: annotate sw_driver_descriptor instance as const data

 .../auxiliary/pipe-loader/pipe_loader_drm.c        | 34 +++++++---------------
 src/gallium/include/state_tracker/drm_driver.h     | 15 +++-------
 src/gallium/include/state_tracker/sw_driver.h      |  2 +-
 src/gallium/targets/pipe-loader/pipe_i915.c        |  2 +-
 src/gallium/targets/pipe-loader/pipe_i965.c        |  2 +-
 src/gallium/targets/pipe-loader/pipe_msm.c         |  2 +-
 src/gallium/targets/pipe-loader/pipe_nouveau.c     |  2 +-
 src/gallium/targets/pipe-loader/pipe_r300.c        |  2 +-
 src/gallium/targets/pipe-loader/pipe_r600.c        |  2 +-
 src/gallium/targets/pipe-loader/pipe_radeonsi.c    |  2 +-
 src/gallium/targets/pipe-loader/pipe_swrast.c      |  2 +-
 src/gallium/targets/pipe-loader/pipe_vmwgfx.c      |  2 +-
 12 files changed, 25 insertions(+), 44 deletions(-)

-- 
2.10.0



More information about the mesa-dev mailing list