[virglrenderer-devel] [PATCH v3 0/4] tesselation fixes

Erik Faye-Lund erik.faye-lund at collabora.com
Fri Jul 20 09:04:31 UTC 2018


Here's a new respin of the tesselation fixes series.

Changes since v2:
- Rebased again, due to conflicts due to other patches
- Reordered the emitted order of "invariant" and "precise", because mesa
  seems to think this is required by the spec. I can't find such a
  requirement in the spec, but this seems more compatible.

Erik Faye-Lund (2):
  add a cap for TGSI precise modifiers
  emit precise keyword

Karol Herbst (2):
  tgsi: populate precise
  tgsi/text: parse _PRECISE modifier

 src/gallium/auxiliary/tgsi/tgsi_build.c |  3 +++
 src/gallium/auxiliary/tgsi/tgsi_text.c  | 17 ++++++++++++++---
 src/gallium/auxiliary/tgsi/tgsi_ureg.c  |  8 +++++++-
 src/gallium/auxiliary/tgsi/tgsi_ureg.h  | 20 +++++++++++++++++++-
 src/virgl_hw.h                          |  1 +
 src/vrend_renderer.c                    |  2 +-
 src/vrend_shader.c                      | 25 +++++++++++++++++++++----
 7 files changed, 66 insertions(+), 10 deletions(-)

-- 
2.18.0



More information about the virglrenderer-devel mailing list