Displaying 20 results from an estimated 30 matches for "nvc0_vbo".
2013 Jul 01
0
[Bug 65310] [regression] failure in building nvc0_vbo.lo: /tmp/cclDjdRp.s:1270: Error: missing or invalid displacement expression `-8589934576
https://bugs.freedesktop.org/show_bug.cgi?id=65310
Emil Velikov <emil.l.velikov at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|dri-devel at lists.freedesktop |nouveau at lists.freedesktop.o
|.org |rg
2013 Jul 01
0
[Bug 65310] [regression] failure in building nvc0_vbo.lo: /tmp/cclDjdRp.s:1270: Error: missing or invalid displacement expression `-8589934576
https://bugs.freedesktop.org/show_bug.cgi?id=65310
--- Comment #4 from Emil Velikov <emil.l.velikov at gmail.com> ---
Cannot seem to reproduce
$ export CFLAGS="-march=native -msse2 -mfpmath=sse -O3 -ffast-math
-funroll-loops -fomit-frame-pointer -floop-interchange -floop-strip-mine
-floop-block"
export CXXFLAGS="$CFLAGS"
# Build mesa with Gallium3D hardware drivers
$
2013 Jul 01
0
[Bug 65310] [regression] failure in building nvc0_vbo.lo: /tmp/cclDjdRp.s:1270: Error: missing or invalid displacement expression `-8589934576
https://bugs.freedesktop.org/show_bug.cgi?id=65310
Emil Velikov <emil.l.velikov at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #5 from Emil Velikov <emil.l.velikov at gmail.com> ---
Using gcc 4.8.1
$ gcc -v
2013 Aug 25
0
[Bug 65310] [regression] failure in building nvc0_vbo.lo: /tmp/cclDjdRp.s:1270: Error: missing or invalid displacement expression `-8589934576
https://bugs.freedesktop.org/show_bug.cgi?id=65310
--- Comment #6 from Ilia Mirkin <imirkin at alum.mit.edu> ---
Please provide repro steps. I'm inclined to believe this is a problem in the
environment, and not a core gcc bug. But those are some trippy optimization
flags, so who knows. Be sure to specify the platform you're building for (given
the sse2 flag, x86 or x86_64... but
2013 Sep 26
0
[Bug 65310] [regression] failure in building nvc0_vbo.lo: /tmp/cclDjdRp.s:1270: Error: missing or invalid displacement expression `-8589934576
https://bugs.freedesktop.org/show_bug.cgi?id=65310
Ilia Mirkin <imirkin at alum.mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |RESOLVED
Resolution|--- |INVALID
--- Comment #7 from Ilia Mirkin <imirkin at
2014 Dec 31
0
[PATCH] nv50,nvc0: set vertex id base to index_bias
...src/gallium/drivers/nouveau/nv50/nv50_screen.c | 7 +++++++
src/gallium/drivers/nouveau/nv50/nv50_vbo.c | 8 ++++++++
src/gallium/drivers/nouveau/nvc0/mme/com9097.mme | 7 ++++++-
src/gallium/drivers/nouveau/nvc0/mme/com9097.mme.h | 12 ++++++++----
src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c | 8 ++++++--
5 files changed, 35 insertions(+), 7 deletions(-)
diff --git a/src/gallium/drivers/nouveau/nv50/nv50_screen.c b/src/gallium/drivers/nouveau/nv50/nv50_screen.c
index ff08734..2d8347b 100644
--- a/src/gallium/drivers/nouveau/nv50/nv50_screen.c
+++ b/src/gallium/drivers/nouvea...
2015 May 17
14
[PATCH 00/12] Tessellation support for nvc0
.../drivers/nouveau/nvc0/nvc0_shader_state.c | 3 -
src/gallium/drivers/nouveau/nvc0/nvc0_state.c | 71 ++++++++++++++++++++++
.../drivers/nouveau/nvc0/nvc0_state_validate.c | 11 ++++
src/gallium/drivers/nouveau/nvc0/nvc0_tex.c | 34 +++++------
src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c | 9 ++-
.../drivers/nouveau/nvc0/nvc0_vbo_translate.c | 3 +-
15 files changed, 200 insertions(+), 84 deletions(-)
--
2.3.6
2014 Jul 01
1
[PATCH 1/2] nv50: do an explicit flush on draw when there are persistent buffers
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
src/gallium/drivers/nouveau/nv50/nv50_context.c | 22 ++++++++++++++++++-
src/gallium/drivers/nouveau/nv50/nv50_context.h | 1 +
src/gallium/drivers/nouveau/nv50/nv50_vbo.c | 29 ++++++++++++++++++++++++-
3 files changed, 50 insertions(+), 2 deletions(-)
diff --git a/src/gallium/drivers/nouveau/nv50/nv50_context.c
2015 Dec 14
6
[Bug 93373] New: sometimes hickup with persistent garbaby
https://bugs.freedesktop.org/show_bug.cgi?id=93373
Bug ID: 93373
Summary: sometimes hickup with persistent garbaby
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: minor
Priority: medium
Component: Driver/nouveau
Assignee:
2014 Apr 30
1
[PATCH 1/2] nouveau: remove cb_dirty, it's never used
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
src/gallium/drivers/nouveau/nouveau_buffer.c | 4 +---
src/gallium/drivers/nouveau/nouveau_context.h | 1 -
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/gallium/drivers/nouveau/nouveau_buffer.c b/src/gallium/drivers/nouveau/nouveau_buffer.c
index e308ff4..904e2cc 100644
---
2014 Jul 10
3
[PATCH 0/3] nvc0: ARB_(multi_)draw_indirect support
.../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
2014 May 20
14
[PATCH 00/12] Cherry-pick nv50/nvc0 patches from gallium-nine
...+--
src/gallium/drivers/nouveau/nvc0/nvc0_context.c | 9 +++++----
src/gallium/drivers/nouveau/nvc0/nvc0_program.c | 2 +-
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 10 ++++++++--
.../drivers/nouveau/nvc0/nvc0_state_validate.c | 1 +
src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c | 1 +
14 files changed, 71 insertions(+), 23 deletions(-)
--
1.8.5.5
2020 Oct 19
1
Small patch for nv50_vbo.c
Hi all!
I saw TODO comment in nv50_vbo.c and decided to look at similar file, nvc0_vbo.c. I copied those two lines into nv50 with slight name change (nvc0->nv50) and apparently it doesn't fix any OpenGL app I have, but does not broke them further (I have compute pacthes currently applied, so some breakage expected).
diff --git a/src/gallium/drivers/nouveau/nv50/nv50_vbo.c b/s...
2016 Feb 15
1
[PATCH 09/23] nv50-: separate vertex formats from surface format descriptions
...| 3 +-
> src/gallium/drivers/nouveau/nv50/nv50_screen.h | 5 +
> src/gallium/drivers/nouveau/nv50/nv50_vbo.c | 4 +-
> src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 3 +-
> src/gallium/drivers/nouveau/nvc0/nvc0_screen.h | 5 +
> src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c | 4 +-
> 7 files changed, 206 insertions(+), 67 deletions(-)
>
> diff --git a/src/gallium/drivers/nouveau/nv50/nv50_formats.c
> b/src/gallium/drivers/nouveau/nv50/nv50_formats.c
> index 49a93bf..a9ddae5 100644
> --- a/src/gallium/drivers/nouveau/nv50/nv50_formats.c
> +...
2016 Feb 15
0
[PATCH 09/23] nv50-: separate vertex formats from surface format descriptions
...ouveau/nv50/nv50_screen.c | 3 +-
src/gallium/drivers/nouveau/nv50/nv50_screen.h | 5 +
src/gallium/drivers/nouveau/nv50/nv50_vbo.c | 4 +-
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 3 +-
src/gallium/drivers/nouveau/nvc0/nvc0_screen.h | 5 +
src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c | 4 +-
7 files changed, 206 insertions(+), 67 deletions(-)
diff --git a/src/gallium/drivers/nouveau/nv50/nv50_formats.c b/src/gallium/drivers/nouveau/nv50/nv50_formats.c
index 49a93bf..a9ddae5 100644
--- a/src/gallium/drivers/nouveau/nv50/nv50_formats.c
+++ b/src/gallium/drivers/nouveau/n...
2018 Mar 07
3
[Bug 105382] New: segfault in nouveau_scratch_data when using 2 nouveau cards
...ts/string3.h:53
#2 0x00007f5be066d28d in nouveau_scratch_data (nv=nv at entry=0x1dc0800,
data=<optimized out>, base=base at entry=0, size=size at entry=48,
bo=bo at entry=0x7ffc23880868) at nouveau_buffer.c:1004
#3 0x00007f5be078bba9 in nvc0_update_user_vbufs_shared (nvc0=0x1dc0800) at
nvc0/nvc0_vbo.c:292
#4 0x00007f5be078121d in nvc0_state_validate (nvc0=nvc0 at entry=0x1dc0800,
mask=mask at entry=4294967295, validate_list=validate_list at entry=0x7f5be0d78fe0
<validate_list_3d>, size=size at entry=33, dirty=dirty at entry=0x1dc0c10,
bufctx=0x1dc3fc0) at nvc0/nvc0_state_validate.c:902...
2014 Jun 16
2
[PATCH 1/2] gallium/nouveau: decouple nouveau_fence implementation from screen
...nv50_context.c | 4 +-
src/gallium/drivers/nouveau/nv50/nv50_screen.c | 20 +++++--
src/gallium/drivers/nouveau/nv50/nv50_vbo.c | 2 +-
src/gallium/drivers/nouveau/nvc0/nvc0_context.c | 4 +-
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 19 +++++--
src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c | 2 +-
12 files changed, 121 insertions(+), 78 deletions(-)
diff --git a/src/gallium/drivers/nouveau/nouveau_fence.c b/src/gallium/drivers/nouveau/nouveau_fence.c
index c686710..09b3b1e 100644
--- a/src/gallium/drivers/nouveau/nouveau_fence.c
+++ b/src/gallium/drivers/nouveau/nouveau_fenc...
2016 Jun 05
0
[RFC PATCH] nouveau: add locking
.../nouveau/nvc0/nvc0_query_hw_sm.c | 8 ++++
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 2 +
src/gallium/drivers/nouveau/nvc0/nvc0_surface.c | 49 ++++++++++++++++---
src/gallium/drivers/nouveau/nvc0/nvc0_transfer.c | 56 +++++++++++++++++-----
src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c | 4 ++
src/gallium/drivers/nouveau/nvc0/nve4_compute.c | 4 ++
25 files changed, 321 insertions(+), 40 deletions(-)
diff --git a/src/gallium/drivers/nouveau/nouveau_buffer.c b/src/gallium/drivers/nouveau/nouveau_buffer.c
index 2db538c..2af6c5f 100644
--- a/src/gallium/drivers/nouvea...
2014 Jun 17
2
[PATCH try 2 1/2] gallium/nouveau: decouple nouveau_fence implementation from screen
...nv50/nv50_context.c | 4 +-
src/gallium/drivers/nouveau/nv50/nv50_screen.c | 20 +++++--
src/gallium/drivers/nouveau/nv50/nv50_vbo.c | 2 +-
src/gallium/drivers/nouveau/nvc0/nvc0_context.c | 4 +-
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 19 +++++--
src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c | 2 +-
12 files changed, 121 insertions(+), 78 deletions(-)
diff --git a/src/gallium/drivers/nouveau/nouveau_fence.c b/src/gallium/drivers/nouveau/nouveau_fence.c
index c686710..09b3b1e 100644
--- a/src/gallium/drivers/nouveau/nouveau_fence.c
+++ b/src/gallium/drivers/nouveau/nouveau_fence...
2015 Jul 11
6
[Bug 91310] New: witcher 2 glitches a lot
...61&action=edit
screenshot showing the glitches
In the Load game menu and inside the game witcher 2 glitchers a lot.
sadly I can't create an apitrace, because the game crashes with
MESA_EXTENSION_OVERRIDE=-GL_ARB_buffer_storage and setting vb_dirty = 1 and
cb_dirty = 1 doesn't help (in nvc0_vbo.c:nvc0_draw_vbo)
It works with intel.
All settings set to minimum.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archi...