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

« back to all changes in this revision

Viewing changes to src/mesa/drivers/dri/i810/i810span.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
#ifndef _I810_SPAN_H
 
2
#define _I810_SPAN_H
 
3
 
 
4
#include "drirenderbuffer.h"
 
5
 
 
6
extern void i810InitSpanFuncs( GLcontext *ctx );
 
7
 
 
8
extern void i810SpanRenderFinish( GLcontext *ctx );
 
9
extern void i810SpanRenderStart( GLcontext *ctx );
 
10
 
 
11
extern void
 
12
i810SetSpanFunctions(driRenderbuffer *rb, const GLvisual *vis);
 
13
 
 
14
#endif