Displaying 4 results from an estimated 4 matches for "c0da959".
Did you mean:
c072959
2016 Feb 15
2
[PATCH 23/23] nvc0: implement support for maxwell texture headers
...{
> void **entries;
> int next;
> uint32_t lock[NVC0_TIC_MAX_ENTRIES / 32];
> + bool maxwell;
> } tic;
>
> struct {
> diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c b/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c
> index ae4d53c..c0da959 100644
> --- a/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c
> +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c
> @@ -22,6 +22,7 @@
>
> #include "nvc0/nvc0_context.h"
> #include "nvc0/nvc0_resource.h"
> +#include "nvc0/gm107_texture.xml.h"
> #...
2016 Feb 15
0
[PATCH 23/23] nvc0: implement support for maxwell texture headers
...reen.h
@@ -83,6 +83,7 @@ struct nvc0_screen {
void **entries;
int next;
uint32_t lock[NVC0_TIC_MAX_ENTRIES / 32];
+ bool maxwell;
} tic;
struct {
diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c b/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c
index ae4d53c..c0da959 100644
--- a/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c
+++ b/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c
@@ -22,6 +22,7 @@
#include "nvc0/nvc0_context.h"
#include "nvc0/nvc0_resource.h"
+#include "nvc0/gm107_texture.xml.h"
#include "nv50/g80_texture.xml.h&q...
2016 Feb 15
0
[PATCH 23/23] nvc0: implement support for maxwell texture headers
...gt;> int next;
>> uint32_t lock[NVC0_TIC_MAX_ENTRIES / 32];
>> + bool maxwell;
>> } tic;
>>
>> struct {
>> diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c b/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c
>> index ae4d53c..c0da959 100644
>> --- a/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c
>> +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c
>> @@ -22,6 +22,7 @@
>>
>> #include "nvc0/nvc0_context.h"
>> #include "nvc0/nvc0_resource.h"
>> +#include "nvc0/gm107...
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