~ubuntu-branches/ubuntu/raring/mesa/raring-proposed

« back to all changes in this revision

Viewing changes to src/mesa/main/mtypes.h

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-03-14 12:18:29 UTC
  • mfrom: (1.7.14)
  • Revision ID: package-import@ubuntu.com-20130314121829-bv7c0z6t1pob5ket
Tags: 9.0.3-0ubuntu1
New upstream release. (LP: #1134466)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2618
2618
   gl_format Format;      /**< The actual renderbuffer memory format */
2619
2619
 
2620
2620
   /** Delete this renderbuffer */
2621
 
   void (*Delete)(struct gl_renderbuffer *rb);
 
2621
   void (*Delete)(struct gl_context *ctx, struct gl_renderbuffer *rb);
2622
2622
 
2623
2623
   /** Allocate new storage for this renderbuffer */
2624
2624
   GLboolean (*AllocStorage)(struct gl_context *ctx,