Displaying 5 results from an estimated 5 matches for "nv2a".
Did you mean:
nv20
2008 Apr 20
2
Xbox
...kage. 180 nm process.
* SSE floating point SIMD. 4 single-precision floating point numbers per clock cycle.
* MMX integer SIMD.
* 133 MHz 64-bit GTL+ front side bus to GPU.
* 32 KB L1 cache. 128 KB on-die L2 "Advanced Transfer Cache".
GPU and system chipset: 233 MHz "NV2A" ASIC.
* 4 textures per pass, texture compression, full scene anti-aliasing (NV Quincunx, supersampling, multisampling)
* Bilinear, trilinear, and anisotropic texture filtering
* Similar to the GeForce 3 and GeForce 4 PC GPUs.
# Audio processor: NVIDIA "MCPX" (a.k.a. Sou...
2008 Jan 30
1
Xbox Support
Hi
I'm sure I remember reading (possibly on the TiNDC) that Xbox support
was planned for the Nouveau driver
I was just wondering how this was going.
I've got my Xbox out again and would be happy to test code to get 3D
working on it
Cheers
Mike
2014 Mar 23
0
[PATCH] drm/nouveau: allow nv04/nv50/nvc0+ parts of the driver to be separated
...ore/engine/graph/ctxnve4.o
-nouveau-y += core/engine/graph/ctxnvf0.o
-nouveau-y += core/engine/graph/ctxnv108.o
-nouveau-y += core/engine/graph/nv04.o
-nouveau-y += core/engine/graph/nv10.o
-nouveau-y += core/engine/graph/nv20.o
-nouveau-y += core/engine/graph/nv25.o
-nouveau-y += core/engine/graph/nv2a.o
-nouveau-y += core/engine/graph/nv30.o
-nouveau-y += core/engine/graph/nv34.o
-nouveau-y += core/engine/graph/nv35.o
-nouveau-y += core/engine/graph/nv40.o
-nouveau-y += core/engine/graph/nv50.o
-nouveau-y += core/engine/graph/nvc0.o
-nouveau-y += core/engine/graph/nvc1.o
-nouveau-y += core/engin...
2018 Sep 09
2
[Bug 107874] New: Incorrect SPDX-License-Identifier on various nouveau drm kernel source files?
...uc/os.h:/* SPDX-License-Identifier: GPL-2.0 */
nvkm/engine/gr/nv10.h:/* SPDX-License-Identifier: GPL-2.0 */
nvkm/engine/gr/nv20.c:// SPDX-License-Identifier: GPL-2.0
nvkm/engine/gr/nv20.h:/* SPDX-License-Identifier: GPL-2.0 */
nvkm/engine/gr/nv25.c:// SPDX-License-Identifier: GPL-2.0
nvkm/engine/gr/nv2a.c:// SPDX-License-Identifier: GPL-2.0
nvkm/engine/gr/nv30.c:// SPDX-License-Identifier: GPL-2.0
nvkm/engine/gr/nv34.c:// SPDX-License-Identifier: GPL-2.0
nvkm/engine/gr/nv35.c:// SPDX-License-Identifier: GPL-2.0
nvkm/engine/gr/nv40.h:/* SPDX-License-Identifier: GPL-2.0 */
nvkm/engine/gr/nv50.h:/* S...
2019 Jun 20
2
[PATCH] drm/nouveau: fix bogus GPL-2 license header
...m/engine/gr/nv10.h | 2 +-
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c | 2 +-
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.h | 2 +-
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv25.c | 2 +-
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv2a.c | 2 +-
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv30.c | 2 +-
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv34.c | 2 +-
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv35.c | 2 +-
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.h...