[Mesa-dev] [PATCH 0/7] nvc0: ARB_shader_image_load_store/size on GK110
Samuel Pitoiset
samuel.pitoiset at gmail.com
Wed Apr 20 20:25:48 UTC 2016
Hi,
This series is based on the previous one for GK104. Between GK104 and GK110
only the ISA has changed. This adds code emission for all instructions that
are needed to support surfaces/images.
I have exactly the same passrate for both deqp and piglit as GK104.
Please review,
Thanks!
Samuel Pitoiset (7):
gk110/ir: add emission for OP_PERMT
gk110/ir: add emission for OP_MADSP
gk110/ir: add emission for OP_SULDB and OP_SUSTx
gk110/ir: add emission for OP_SUEAU, OP_SUBFM and OP_SUCLAMP
gk110/ir: add emission for VSHL
nvc0: enable ARB_shader_image_load_store on GK110
nvc0: expose GLSL version 420 on GK110
.../drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp | 333 +++++++++++++++++++++
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 4 +-
2 files changed, 335 insertions(+), 2 deletions(-)
--
2.8.0
More information about the mesa-dev
mailing list