[virglrenderer-devel] [PATCH 0/4] clean up bind-flag definitions

Erik Faye-Lund erik.faye-lund at collabora.com
Mon Jul 16 15:43:40 UTC 2018


We currently have three different deinfinitions of bind-flags, two
of them identical.

Let's move the only definition that we actually care about to
virgl_hw.h, so it's obvious that this needs to stay constant, and
ensure that mesa and virglrenderer will agree on the definitions.

Mesa already has this definition in its copy of virgl_hw.h, so
this reduce the delta between these two.

Erik Faye-Lund (4):
  add VIRGL_BIND_*-flags from mesa
  get rid of diplicate definition of VREND_RES_BIND-flags
  discourage using legacy-definitions
  get rid of yet another bind-flag set

 src/virgl_hw.h       | 15 +++++++++++++++
 src/virglrenderer.h  |  6 ++++--
 src/vrend_blitter.c  |  4 ++--
 src/vrend_formats.c  |  6 +++---
 src/vrend_renderer.c | 42 +++++++++++++++++++++---------------------
 src/vrend_renderer.h | 19 +------------------
 6 files changed, 46 insertions(+), 46 deletions(-)

-- 
2.18.0.rc2



More information about the virglrenderer-devel mailing list