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

« back to all changes in this revision

Viewing changes to src/mesa/drivers/dri/unichrome/via_context.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:
98
98
                         * at (drawX,drawY) in screen space.
99
99
                         */
100
100
   char *origMap;
 
101
 
 
102
   int drawX;                   /* origin of drawable in draw buffer */
 
103
   int drawY;    
 
104
   int drawW;                  
 
105
   int drawH;    
 
106
 
 
107
   int drawXoff;                /* drawX is 32byte aligned - this is
 
108
                                 * the delta to the real origin, in
 
109
                                 * pixel units.
 
110
                                 */
 
111
 
 
112
   __DRIdrawablePrivate *dPriv;
101
113
};
102
114
 
103
115
 
272
284
 
273
285
   struct via_renderbuffer *drawBuffer;
274
286
 
275
 
   int drawX;                   /* origin of drawable in draw buffer */
276
 
   int drawY;    
277
 
   int drawW;                  
278
 
   int drawH;    
279
 
 
280
 
   int drawXoff;                /* drawX is 32byte aligned - this is
281
 
                                 * the delta to the real origin, in
282
 
                                 * pixel units.
283
 
                                 */
284
 
 
285
287
   GLuint numClipRects;         /* cliprects for that buffer */
286
288
   drm_clip_rect_t *pClipRects;
287
289
 
294
296
   int driFd;
295
297
   __DRInativeDisplay *display;
296
298
 
297
 
   __DRIdrawablePrivate *driDrawable;
 
299
   /**
 
300
    * DRI drawable bound to this context for drawing.
 
301
    */
 
302
   __DRIdrawablePrivate *driDrawable;
 
303
 
 
304
   /**
 
305
    * DRI drawable bound to this context for reading.
 
306
    */
 
307
   __DRIdrawablePrivate *driReadable;
 
308
 
298
309
   __DRIscreenPrivate *driScreen;
299
310
   viaScreenPrivate *viaScreen;
300
311
   drm_via_sarea_t *sarea;