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

« back to all changes in this revision

Viewing changes to src/mesa/drivers/dri/mga/mgacontext.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:
303
303
   __DRIdrawablePrivate *driDrawable;
304
304
   __DRIdrawablePrivate *driReadable;
305
305
 
306
 
   /**
307
 
    * Drawable used by Mesa for software fallbacks for reading and
308
 
    * writing.  It is set by Mesa's \c SetBuffer callback, and will always be
309
 
    * either \c mga_context_t::driDrawable or \c mga_context_t::driReadable.
310
 
    */
311
 
   __DRIdrawablePrivate *mesa_drawable;
312
 
 
313
306
   __DRIscreenPrivate *driScreen;
314
307
   struct mga_screen_private_s *mgaScreen;
315
308
   drm_mga_sarea_t *sarea;