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

« back to all changes in this revision

Viewing changes to src/mesa/drivers/dri/ffb/ffb_span.h

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2008-05-06 16:19:15 UTC
  • Revision ID: james.westby@ubuntu.com-20080506161915-uynz7nftmfixu6bq
Tags: upstream-7.0.3
ImportĀ upstreamĀ versionĀ 7.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_span.h,v 1.1 2000/06/20 05:08:39 dawes Exp $ */
 
2
 
 
3
#ifndef _FFB_SPAN_H
 
4
#define _FFB_SPAN_H
 
5
 
 
6
#include "drirenderbuffer.h"
 
7
 
 
8
void ffbSetSpanFunctions(driRenderbuffer *drb, const GLvisual *vis);
 
9
 
 
10
#endif /* !(_FFB_SPAN_H) */