Displaying 2 results from an estimated 2 matches for "nv20_state_fb".
Did you mean:
nv10_state_fb
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
Priority: medium...
2010 Feb 02
2
[RFC] Merge of a reincarnation of the nouveau classic mesa driver.
...+++++++
src/mesa/drivers/dri/nouveau/nv20_context.c | 61 ++
src/mesa/drivers/dri/nouveau/nv20_driver.h | 112 +++
src/mesa/drivers/dri/nouveau/nv20_render.c | 225 ++++++
src/mesa/drivers/dri/nouveau/nv20_screen.c | 483 +++++++++++
src/mesa/drivers/dri/nouveau/nv20_state_fb.c | 123 +++
src/mesa/drivers/dri/nouveau/nv20_state_polygon.c | 44 +
src/mesa/drivers/dri/nouveau/nv20_state_raster.c | 42 +
src/mesa/drivers/dri/nouveau/nv20_state_tex.c | 167 ++++
src/mesa/drivers/dri/nouveau/nv20_state_tnl.c | 396 +++++++++
src/mesa/drivers/dri/rad...