Here's a few patches to get the delta between our copy of virgl_hw.h and the copy in the virglrenderer repository as small as possible.
The goal is to make it easier to track this file in the future by simply copying the new version of the file on top of the old. I've left out one new cap that currently exists in master (VIRGL_CAP_SET_MIN_SAMPLES), for two reasons: reasons: 1. It wasn't yet in master when I generated this patch-set 2. I'm about to send out a patch-set that adds it (and respects it) separately. Erik Faye-Lund (3): virgl: move bind-flags to virgl_winsys.h virgl: rename msaa_sample_positions -> sample_locations virgl: update virgl_hw.h from virglrenderer src/gallium/drivers/virgl/virgl_context.c | 8 +++--- src/gallium/drivers/virgl/virgl_hw.h | 33 +++++++++++++--------- src/gallium/drivers/virgl/virgl_resource.h | 2 ++ src/gallium/drivers/virgl/virgl_winsys.h | 12 ++++++++ 4 files changed, 37 insertions(+), 18 deletions(-) -- 2.18.0.rc2 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev