X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fswrast%2Fs_blend.h;h=69cd89e7ac4a0fce6d9f7f8582a65d05323d4828;hb=bf0c0ccbc9424fc73cb17ffb9c9b5feda7d33474;hp=8d3124f28c879a264f9dbc369438f0b530541456;hpb=b8d6607acd3b6d18dab0c7247d5e0fc72e98ceae;p=mesa.git diff --git a/src/mesa/swrast/s_blend.h b/src/mesa/swrast/s_blend.h index 8d3124f28c8..69cd89e7ac4 100644 --- a/src/mesa/swrast/s_blend.h +++ b/src/mesa/swrast/s_blend.h @@ -1,10 +1,8 @@ -/* $Id: s_blend.h,v 1.7 2003/02/23 04:10:54 brianp Exp $ */ - /* * Mesa 3-D graphics library - * Version: 4.1 + * Version: 6.5.2 * - * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,18 +27,19 @@ #define S_BLEND_H -#include "mtypes.h" -#include "s_context.h" +#include "main/glheader.h" +#include "s_span.h" +struct gl_context; +struct gl_renderbuffer; extern void -_mesa_blend_span( GLcontext *ctx, const struct sw_span *span, - GLchan rgba[][4] ); +_swrast_blend_span(struct gl_context *ctx, struct gl_renderbuffer *rb, SWspan *span); extern void -_swrast_choose_blend_func( GLcontext *ctx ); +_swrast_choose_blend_func(struct gl_context *ctx, GLenum chanType); #endif