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

« back to all changes in this revision

Viewing changes to src/mesa/drivers/dri/ffb/ffb_clear.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
 
/* $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_clear.h,v 1.2 2002/02/22 21:32:58 dawes Exp $ */
2
 
 
3
1
#ifndef _FFB_CLEAR_H
4
2
#define _FFB_CLEAR_H
5
3
 
6
 
extern void ffbDDClear(GLcontext *ctx, GLbitfield mask, GLboolean all,
7
 
                       GLint cx, GLint cy, GLint cwidth, GLint cheight);
 
4
extern void ffbDDClear(GLcontext *ctx, GLbitfield mask);
8
5
 
9
6
#endif /* !(_FFB_CLEAR_H) */