[Nouveau] [PATCH 0/3] nvc0: ARB_(multi_)draw_indirect support

Ilia Mirkin imirkin at alum.mit.edu
Wed Jul 9 20:59:02 PDT 2014


The main patches are from Christoph. Unfortunately they're a little beyond my
understanding of all the vertex-related details, but they generally seemed
fine. I'm just going to push these unless someone steps up to review them.

Christoph Bumiller (2):
  nvc0: add support for indirect drawing
  nvc0: fix translate path for PRIM_RESTART_WITH_DRAW_ARRAYS

Ilia Mirkin (1):
  nouveau: check if a fence has already been signalled

 docs/GL3.txt                                       |  5 +-
 docs/relnotes/10.3.html                            |  1 +
 src/gallium/drivers/nouveau/nouveau_fence.c        |  3 +
 src/gallium/drivers/nouveau/nouveau_screen.c       |  6 +-
 src/gallium/drivers/nouveau/nv50/nv50_3d.xml.h     |  2 +-
 src/gallium/drivers/nouveau/nv50/nv50_screen.c     |  2 +
 src/gallium/drivers/nouveau/nvc0/mme/com9097.mme   | 75 ++++++++++++++++++
 src/gallium/drivers/nouveau/nvc0/mme/com9097.mme.h | 56 ++++++++++++++
 src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h     |  6 ++
 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c     | 13 +++-
 src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c        | 90 ++++++++++++++++------
 .../drivers/nouveau/nvc0/nvc0_vbo_translate.c      | 41 ++++++----
 12 files changed, 254 insertions(+), 46 deletions(-)

-- 
1.8.5.5



More information about the Nouveau mailing list