search for: nv17_3d

Displaying 3 results from an estimated 3 matches for "nv17_3d".

2014 Aug 10
2
Coordinate systems on on nv10-era cards
Hello, I'm trying to debug why fbo-copyteximage-simple is failing, and I'm... failing. It's an extremely simple test. I'm pretty sure that the copyteximage part of it has nothing to do with the failure, at least it behaves identically when I just return tex instead of copiex_tex. Without any modifications, the test just renders one big red square. I think there's something
2014 Aug 15
0
Coordinate systems on on nv10-era cards
...ableClientState(GL_COLOR_ARRAY); glDrawArrays(GL_TRIANGLES, 0, 3); glDisableClientState(GL_VERTEX_ARRAY); glDisableClientState(GL_COLOR_ARRAY); Then I see the failure. Looking at the pushbuf for where the blit happens (after the draw), for the working case, I'm seeing PB: 0x00002c22 NV17_3D.VTXBUF_FMT[0] = { TYPE = V32_FLOAT | FIELDS = 2 | STRIDE = 44 } PB: 0x00002c22 NV17_3D.VTXBUF_FMT[0x3] = { TYPE = V32_FLOAT | FIELDS = 2 | STRIDE = 44 } (0 = position, 3 = texcoord0) and for the bad case: PB: 0x00000c32 NV17_3D.VTXBUF_FMT[0] = { TYPE = V32_FLOAT | FIELDS = 3 | STRIDE = 12 }...
2014 Feb 13
2
[PATCH] nouveau: fix chipset checks for nv1a by using the oclass instead
Commit f4ebcd133b9 ("dri/nouveau: NV17_3D class is not available for NV1a chipset") fixed this partially by using the correct 3d class. However there were a lot of checks left over comparing against the chipset. Reported-and-tested-by: John F. Godfrey <jfgodfrey at gmail.com> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.e...