Displaying 8 results from an estimated 8 matches for "nouveau_class".
Did you mean:
nouveau_oclass
2010 Apr 09
3
nouveau_class.h
So, with all the nouveau_class.h changes lately it's become rather
difficult to keep libdrm synced up with a particular mesa version.
This is much like what happens when we break our kernel ABI, but on a
far more regular basis so it has a larger impact.
I'm proposing we drop nouveau_class.h from libdrm again, and move...
2009 Dec 25
0
[MESA PATCH 5/5] nv50: update after nouveau_class.h update
---
src/gallium/drivers/nv50/nv50_program.c | 2 +-
src/gallium/drivers/nv50/nv50_screen.c | 17 ++++++++---------
src/gallium/drivers/nv50/nv50_state_validate.c | 10 +++++-----
src/gallium/drivers/nv50/nv50_transfer.c | 8 ++++----
src/gallium/drivers/nv50/nv50_vbo.c | 24 ++++++++++++------------
5 files changed, 30 insertions(+), 31 deletions(-)
2009 Nov 05
6
Some cosmetic NV10TCL method changes.
The attached patch does the cosmetic renouveau.xml changes I
proposed. I'm about to reply myself with some other patches to update
libdrm and then fix the API break up.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rename_some_nv10tcl_methods.patch
Type: text/x-diff
Size: 2507 bytes
Desc: not available
Url :
2009 Dec 26
3
[PATCH 1/3] nouveau: Drop some annoying _DX_ (direct x?) object name prefixes.
Signed-off-by: Francisco Jerez <currojerez at riseup.net>
---
I haven't pushed these changes to renouveau.xml yet, I'll do it soon
if you guys are OK with this.
nouveau/nouveau_class.h | 1036 +++++++++++++++++++++++-----------------------
1 files changed, 518 insertions(+), 518 deletions(-)
diff --git a/nouveau/nouveau_class.h b/nouveau/nouveau_class.h
index c5fe5d7..87e167b 100644
--- a/nouveau/nouveau_class.h
+++ b/nouveau/nouveau_class.h
@@ -852,99 +852,99 @@ WITH THE SOFT...
2010 Jan 14
1
xf86-video-nouveau compile error and fix
Hello,
I found xf86-video-nouveau unable to compile on my system. Failing
with two errors in nv_accel_common.c about NV50_2D_CLIP_ENABLE and
NV50_2D_COLOR_KEY_ENABLE not being defined.
Comparing the source to xf86-video-nv, i found the missing constants
to be 0x290 for CLIP_ENABLE and 0x29c for COLOR_KEY_ENABLE. This got
nv_accel_common.c to compile.
I'd request these two constants to be
2010 Mar 10
8
[Bug 26986] New: TNT2 crashed on startup with 2.6.34-rc1
...ux_dri.so in my system.
But thing is ... exactly this setup works with 2.6.32-based nouveau kernel
tree.
Trees used:
mesa: commit e5923a1240d8b32f5af080b0b4191d3b9299a630 (Merge branch '7.8')
drm: commit 04fd3872ee8bd8d5e2c27740508c67c2d51dbc11 (nouveau: Small lighting
related addition to nouveau_class.h.)
kernel (good): commit 4b52473c354f7238afe0c78f50a6c84c40aa3478 ( drm/nv50: add
a memory barrier to pushbuf submission)
kernel (bad): commit 57d54889cd00db2752994b389ba714138652e60c ( Linux
2.6.34-rc1)
xf86-video-nouveau: commit 29647021044463768cbfa3eead1416ef1cf27fa1 ( remove
drm patchlevel...
2010 Jan 08
6
[Bug 25947] New: nv11 crashed X with some gtk apps.
...010 +1000
drm/nv04: differentiate between nv04/nv05
with one custom change (8bpp console by default, not 32, saves memory)
drm:
commit 5963c023b84daaacb91ae0aa4cf841acff63fd1f
Author: Francisco Jerez <currojerez at riseup.net>
Date: Fri Jan 8 04:34:39 2010 +0100
nouveau: Update nouveau_class.h.
ddx:
commit 061cb284b93612848296599759b915a4d66b6d01
Author: Maarten Maathuis <madman2003 at gmail.com>
Date: Sun Jan 3 02:14:36 2010 +0100
exa: Some compat defines for new pixman formats.
note: this is latest for me. Does it moved?
xserver:
commit 13c8bd3fde3b0831921e59f84936022...
2015 Jun 22
12
[RFC PATCH 0/8] nv50: expose global performance counters
Hello there,
This series exposes NVIDIA's global performance counters for Tesla through the
Gallium's HUD and the GL_AMD_performance_monitor extension.
This adds support for 24 hardware events which have been reverse engineered
with PerfKit (Windows) and CUPTI (Linux). These hardware events will allow
developers to profile OpenGL applications.
To reduce latency and to improve accuracy,