search for: 40c9c7a

Displaying 4 results from an estimated 4 matches for "40c9c7a".

2016 Feb 15
2
[PATCH 23/23] nvc0: implement support for maxwell texture headers
...screen->tic.maxwell); > + } > + } > > BEGIN_NVC0(push, NVC0_3D(TSC_ADDRESS_HIGH), 3); > PUSH_DATAh(push, screen->txc->offset + 65536); > diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h > index 40c9c7a..f34fabd 100644 > --- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h > +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h > @@ -83,6 +83,7 @@ struct nvc0_screen { > void **entries; > int next; > uint32_t lock[NVC0_TIC_MAX_ENTRIES / 32]; > + bool ma...
2016 Feb 15
0
[PATCH 23/23] nvc0: implement support for maxwell texture headers
...IMMED_NVC0(push, SUBC_3D(0x0f10), screen->tic.maxwell); + } + } BEGIN_NVC0(push, NVC0_3D(TSC_ADDRESS_HIGH), 3); PUSH_DATAh(push, screen->txc->offset + 65536); diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h index 40c9c7a..f34fabd 100644 --- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h @@ -83,6 +83,7 @@ struct nvc0_screen { void **entries; int next; uint32_t lock[NVC0_TIC_MAX_ENTRIES / 32]; + bool maxwell; } tic; struct { di...
2016 Feb 15
0
[PATCH 23/23] nvc0: implement support for maxwell texture headers
...t;> + } >> + } >> >> BEGIN_NVC0(push, NVC0_3D(TSC_ADDRESS_HIGH), 3); >> PUSH_DATAh(push, screen->txc->offset + 65536); >> diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h >> index 40c9c7a..f34fabd 100644 >> --- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h >> +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h >> @@ -83,6 +83,7 @@ struct nvc0_screen { >> void **entries; >> int next; >> uint32_t lock[NVC0_TIC_MAX_ENTRIES /...
2016 Feb 15
24
[PATCH 01/23] nv50: import updated g80_defs.xml.h from rnndb
From: Ben Skeggs <bskeggs at redhat.com> Signed-off-by: Ben Skeggs <bskeggs at redhat.com> --- src/gallium/drivers/nouveau/nv50/g80_defs.xml.h | 279 ++++++++++++++++++++++++ 1 file changed, 279 insertions(+) create mode 100644 src/gallium/drivers/nouveau/nv50/g80_defs.xml.h diff --git a/src/gallium/drivers/nouveau/nv50/g80_defs.xml.h