Displaying 6 results from an estimated 6 matches for "nv10_state_fb".
2014 Feb 13
2
[PATCH] nouveau: fix chipset checks for nv1a by using the oclass instead
...: John F. Godfrey <jfgodfrey at gmail.com>
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
I guess I didn't have to change the >= 0x11 checks, but seemed nicer for
consistency.
src/mesa/drivers/dri/nouveau/nv10_context.c | 8 ++++----
src/mesa/drivers/dri/nouveau/nv10_state_fb.c | 4 ++--
src/mesa/drivers/dri/nouveau/nv10_state_raster.c | 3 ++-
3 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/src/mesa/drivers/dri/nouveau/nv10_context.c b/src/mesa/drivers/dri/nouveau/nv10_context.c
index 8582cb2..4773014 100644
--- a/src/mesa/drivers/dri/nouveau/nv10_co...
2012 Jul 24
3
[Bug 52449] New: nouveau_vbo_t.c compilation broken due to implicit declaration
...0x0209
-DFEATURE_GL=1 -DFEATURE_ES2=1 -I/home/joe/wayland/install/include
-I/home/joe/wayland/install/include/libdrm
-I/home/joe/wayland/install/include/nouveau -g -O2 -Wall -std=c99
-Werror=implicit-function-declaration -Werror=missing-prototypes
-fno-strict-aliasing -fno-builtin-memcmp -g -O2 -MT nv10_state_fb.lo -MD -MP
-MF .deps/nv10_state_fb.Tpo -c nv10_state_fb.c -fPIC -DPIC -o
.libs/nv10_state_fb.o
In file included from nv10_render.c:199:0:
nouveau_vbo_t.c: In function 'get_array_stride':
nouveau_vbo_t.c:48:3: error: implicit declaration of function
'_mesa_sizeof_type' [-Werror=impl...
2014 Jan 10
8
[Bug 73459] New: nv10 get_rt_format: Assertion `0' failed.
...805
--> https://bugs.freedesktop.org/attachment.cgi?id=91805&action=edit
Test program which reproduces the crash
I found this error when trying to run DirectX programs in wine. During
initialization the following error is reported:
----------------------------------------------------
nv10_state_fb.c:51: get_rt_format: Assertion `0' failed.
----------------------------------------------------
Wine shows the following stack trace:
----------------------------------------------------
Backtrace:
=>0 0xb77c7424 __kernel_vsyscall+0x10() in [vdso].so (0x7c83e5f0)
1 0xb742b5f6...
2012 Mar 24
5
[Bug 47796] New: Powerpoint 2010 Viewer crashes with Wine and the Nouveau driver: "Unhandled exception: assertion failed"
...a problem with the nouveau driver,
not Wine:
> > This is an assertion in nouveau driver, so you have to try to update it or use
> > proprietary one.
> To add to that, the backtrace is missing function names and line numbers, but
> this is probably the assert in get_rt_format() in nv10_state_fb.c. It gets
> triggered because during wined3d startup we try to attach a GL_RGB5_A1 texture
> (among various others) to an FBO. The driver should probably fail the FBO
> completeness test for formats it doesn't know how to handle instead of
> asserting.
I am running current GIT, bu...
2012 Apr 25
7
[Bug 49148] New: nv20_state_fb.c:50: get_rt_format: Assertion `0' failed.
https://bugs.freedesktop.org/show_bug.cgi?id=49148
Bug #: 49148
Summary: nv20_state_fb.c:50: get_rt_format: Assertion `0'
failed.
Classification: Unclassified
Product: xorg
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
2010 Feb 02
2
[RFC] Merge of a reincarnation of the nouveau classic mesa driver.
...+++++++
src/mesa/drivers/dri/nouveau/nv10_context.c | 91 +++
src/mesa/drivers/dri/nouveau/nv10_driver.h | 192 +++++
src/mesa/drivers/dri/nouveau/nv10_render.c | 201 +++++
src/mesa/drivers/dri/nouveau/nv10_screen.c | 364 +++++++++
src/mesa/drivers/dri/nouveau/nv10_state_fb.c | 190 +++++
src/mesa/drivers/dri/nouveau/nv10_state_frag.c | 416 ++++++++++
src/mesa/drivers/dri/nouveau/nv10_state_polygon.c | 126 +++
src/mesa/drivers/dri/nouveau/nv10_state_raster.c | 186 +++++
src/mesa/drivers/dri/nouveau/nv10_state_tex.c | 142 ++++
src/mesa/driver...