[Nouveau] [PATCH 0/2] nvc0: support for GK20A (Tegra K1)

Alexandre Courbot acourbot at nvidia.com
Mon May 26 21:59:41 PDT 2014


The following 2 patches make it possible to run Mesa programs on GK20A
(Tegra K1).

GK20A is very similar to GK104, but uses a new (backward-compatible) 3D class
as well as the same ISA as GK110 (SM35). Taking these differences into account
is sufficient to successfully render simple off-screen buffers.

Alexandre Courbot (2):
  nvc0: add GK20A 3D class
  nvc0: use SM35 ISA with GK20A

 src/gallium/drivers/nouveau/codegen/nv50_ir_driver.h        |  1 +
 src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp   |  2 +-
 src/gallium/drivers/nouveau/codegen/nv50_ir_target_nvc0.cpp | 13 +++++++++----
 src/gallium/drivers/nouveau/nv_object.xml.h                 |  1 +
 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c              |  9 ++++++++-
 5 files changed, 20 insertions(+), 6 deletions(-)

-- 
1.9.3



More information about the Nouveau mailing list