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

« back to all changes in this revision

Viewing changes to src/mesa/swrast/s_fog.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:
36
36
_swrast_z_to_fogfactor(GLcontext *ctx, GLfloat z);
37
37
 
38
38
extern void
39
 
_swrast_fog_rgba_span( const GLcontext *ctx, struct sw_span *span );
 
39
_swrast_fog_rgba_span( const GLcontext *ctx, SWspan *span );
40
40
 
41
41
extern void
42
 
_swrast_fog_ci_span( const GLcontext *ctx, struct sw_span *span );
 
42
_swrast_fog_ci_span( const GLcontext *ctx, SWspan *span );
43
43
 
44
44
 
45
45
#endif