~ubuntu-branches/ubuntu/quantal/mesa/quantal

« back to all changes in this revision

Viewing changes to src/mesa/swrast/s_blend.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-02-21 12:44:07 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20070221124407-rgcacs32mycrtadl
ImportĀ upstreamĀ versionĀ 6.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * Mesa 3-D graphics library
3
 
 * Version:  6.3
 
3
 * Version:  6.5.2
4
4
 *
5
 
 * Copyright (C) 1999-2005  Brian Paul   All Rights Reserved.
 
5
 * Copyright (C) 1999-2006  Brian Paul   All Rights Reserved.
6
6
 *
7
7
 * Permission is hereby granted, free of charge, to any person obtaining a
8
8
 * copy of this software and associated documentation files (the "Software"),
32
32
 
33
33
 
34
34
extern void
35
 
_swrast_blend_span(GLcontext *ctx, struct gl_renderbuffer *rb,
36
 
                   const struct sw_span *span, GLchan rgba[][4]);
 
35
_swrast_blend_span(GLcontext *ctx, struct gl_renderbuffer *rb, SWspan *span);
37
36
 
38
37
 
39
38
extern void
40
 
_swrast_choose_blend_func(GLcontext *ctx);
 
39
_swrast_choose_blend_func(GLcontext *ctx, GLenum chanType);
41
40
 
42
41
 
43
42
#endif