Hi all, this is just a bunch of random cleanups of things that I happened to notice while passing by and that accumulated over time.
The one thing that perhaps ties into a kind of theme is cleaning up sid.h, which I did while exploring some possibilities for moving to fully auto-generating most parts of it based on a public register database. Please review! Thanks, Nicolai -- src/amd/common/ac_surface.c | 2 +- src/amd/common/sid.h | 42 +++++++++++----- src/amd/vulkan/si_cmd_buffer.c | 14 +++--- src/gallium/drivers/radeon/r600_texture.c | 2 + src/gallium/drivers/radeonsi/si_fence.c | 2 + src/gallium/drivers/radeonsi/si_shader.c | 54 +++++++++------------ src/gallium/drivers/radeonsi/si_shader.h | 4 +- src/gallium/drivers/radeonsi/si_state.c | 26 +++++----- 8 files changed, 82 insertions(+), 64 deletions(-) _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
