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

« back to all changes in this revision

Viewing changes to src/mesa/drivers/dri/common/drirenderbuffer.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:
52
52
    */
53
53
   GLboolean depthHasSurface;
54
54
 
55
 
   /* XXX this is for s3v only.  A handy flag to know if this is the back
56
 
    * color buffer.
 
55
   /**
 
56
    * A handy flag to know if this is the back color buffer.
 
57
    * 
 
58
    * \note
 
59
    * This is currently only used by s3v and tdfx.
57
60
    */
58
61
   GLboolean backBuffer;
59
62
} driRenderbuffer;