Merge vtx-0-2-branch
This commit is contained in:
@@ -162,8 +162,8 @@ static void _swsetup_render_point_tri( GLcontext *ctx,
|
||||
_swrast_flush(ctx);
|
||||
}
|
||||
|
||||
#define SS_COLOR(a,b) COPY_CHAN4(a,b)
|
||||
#define SS_SPEC(a,b) COPY_3V(a,b)
|
||||
#define SS_COLOR(a,b) UNCLAMPED_FLOAT_TO_RGBA_CHAN(a,b)
|
||||
#define SS_SPEC(a,b) UNCLAMPED_FLOAT_TO_RGB_CHAN(a,b)
|
||||
#define SS_IND(a,b) (a = b)
|
||||
|
||||
#define IND (0)
|
||||
|
Reference in New Issue
Block a user