search for: 216e667

Displaying 1 result from an estimated 1 matches for "216e667".

Did you mean: 216637
2014 Mar 06
0
[RFC PATCH] nv50: adjust blit_3d logic
...t these vertices are, I arrived at this through trial-and-error. src/gallium/drivers/nouveau/nv50/nv50_surface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/nouveau/nv50/nv50_surface.c b/src/gallium/drivers/nouveau/nv50/nv50_surface.c index dc6d628..216e667 100644 --- a/src/gallium/drivers/nouveau/nv50/nv50_surface.c +++ b/src/gallium/drivers/nouveau/nv50/nv50_surface.c @@ -1069,7 +1069,7 @@ nv50_blit_3d(struct nv50_context *nv50, const struct pipe_blit_info *info) PUSH_DATAf(push, y0); PUSH_DATAf(push, z); BEGIN_NV04(push, NV50_3...