FreeBSD Bugzilla – Attachment 61918 Details for
Bug 92704
graphics/dri: dri-6.4.1,2 fails to build on FreeBSD 4.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-src_mesa_swrast_s_triangle.c
patch-src_mesa_swrast_s_triangle.c (text/plain; charset=us-ascii), 1.11 KB, created by
Sven Berkvens-Matthijsse
on 2006-02-03 13:06:02 UTC
(
hide
)
Description:
patch-src_mesa_swrast_s_triangle.c
Filename:
MIME Type:
Creator:
Sven Berkvens-Matthijsse
Created:
2006-02-03 13:06:02 UTC
Size:
1.11 KB
patch
obsolete
>--- src/mesa/swrast/s_triangle.c.orig Fri Feb 3 13:13:44 2006 >+++ src/mesa/swrast/s_triangle.c Fri Feb 3 13:20:24 2006 >@@ -163,6 +163,7 @@ > } > > #define RENDER_SPAN( span ) \ >+ { \ > GLuint i; \ > span.intTex[0] -= FIXED_HALF; /* off-by-one error? */ \ > span.intTex[1] -= FIXED_HALF; \ >@@ -177,7 +178,8 @@ > span.intTex[0] += span.intTexStep[0]; \ > span.intTex[1] += span.intTexStep[1]; \ > } \ >- rb->PutRowRGB(ctx, rb, span.end, span.x, span.y, span.array->rgb, NULL); >+ rb->PutRowRGB(ctx, rb, span.end, span.x, span.y, span.array->rgb, NULL);\ >+ } > > #include "s_tritemp.h" > >@@ -214,6 +216,7 @@ > } > > #define RENDER_SPAN( span ) \ >+ { \ > GLuint i; \ > span.intTex[0] -= FIXED_HALF; /* off-by-one error? */ \ > span.intTex[1] -= FIXED_HALF; \ >@@ -238,7 +241,8 @@ > span.z += span.zStep; \ > } \ > rb->PutRowRGB(ctx, rb, span.end, span.x, span.y, \ >- span.array->rgb, span.array->mask); >+ span.array->rgb, span.array->mask); \ >+ } > > #include "s_tritemp.h" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 92704
:
61916
|
61917
| 61918 |
61919
|
61920
|
61921
|
61922